Posted: Sat Jan 16, 2010 7:52 am Post subject: What is people use to find the problem related to GTK
Hi, ALL,
I am using wxWidgets C++ library along with GTK+.
Now I have some code written. It compiles and runs fine under Linux, but at the end it gives 2 problems:
*** glibc detected double free or corruption (!prev) 0x09c69788***
I am wondering what people use on Linux to troubleshoot those kind of problems.
I tried to run the program under the valgrind (memcheck) to find the cause of the second one, but without success. In it's output there is no indication of my program anywhere.
Thank you.
P.S.: Of course there is no such thing when running wxWidgets samples...