I have a GUI project and when I run it and left in idle state for a long time,I get bus error after trying to do anything with it.
I've tried to build it in debug mode and use gdb, but I don't get any error in debug mode.It seems the problem related to initialization, but I guess the problem isn't it, because I used FlexeLint and didn't get any kind of error like initialization or unallocated memory (FlexeLint gives this type of erros).
After that I run my project on 64bit machine and didn't get bus error.It seems program works fine on 64bit machine.
Could anyone help me with this problem.What should I do? What kind of errors I need to search in my program?