Valgrind and CinePaint
Kai-Uwe Behrmann <[email protected]>
| Newsgroups | gmane.comp.video.cinepaint.devel |
|---|---|
| Message-ID | <[email protected]> |
Just for the archive, a hint about Gtk CinePaint debugging:
#start gdb with the valgrind you like to run
shell$ gdb /usr/local/bin/valgrind
# tell gdb not to stop; add "noprint" as you like
(gdb) handle SIGILL SIGSEGV SIGTRAP nostop
# run with your favorite options
(gdb) r --leak-check=full --show-reachable=yes --trace-children=yes cinepaint
... and enjoy ;-)
regards
Kai-Uwe Behrmann
+ development for color management
+ imaging / panoramas
+ email: [email protected]
+ http://www.behrmann.name
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV