|
|
Hi,
It makes me think it's a library problem, especially since there are no
problems in Linux. I haven't been able to get the program running in
valgrind, but I did run it through ddd with no problems. Are there any
other mem leak testers you could recommend for linux?
It should be easy to run a program in Valgrind, just:
valgrind my_program
Remember to build my_program in debug mode. Are there any specific
problems running your program under Valgrind?
Some graphical front-ends are also available:
http://valgrind.org/downloads/guis.html
Otherwise there are commercial memory debuggers such as Purify or
Insure++ on both Linux and Windows.
--
Dimitri
--
To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
"unsubscribe" in the subject or the body.
List archive and information: http://lists.trolltech.com/qt-interest/
|
|