My C++ application which uses Qt and libsigc++ libraries is stable if all 3 components are compiled with GCC 4.4.7 If my app is compiled with GCC 4.7.1 it crashes in random time and place inside Qt library as detected by GDB. I tried to run app with Valgrind, but didn't have crash yet. How can I find reason for such crash? Thanks for help.
- Random crash wbrana
- Re: Random crash Jonathan Wakely