Re: [Valgrind-users] Debugging a Tcl extension with a multi-thread program

2013-04-14 Thread Philippe Waroquiers
On Fri, 2013-04-12 at 11:03 +0200, MOULINIER Luc (UDS) wrote: As my program is multi-threaded, a normal run of valgrind doesn't work. Valgrind is able to run a multi-thread program (even if it serialises the execution, i.e. even on a multi-cpu, only one thread runs at a single time). However, if

[Valgrind-users] Debugging a Tcl extension with a multi-thread program

2013-04-12 Thread MOULINIER Luc (UDS)
Dear List, i'm a newbie as a valgrind user, so I apologize if my question seems naive. I'm triying to debug a package (extension) I wrote for the Tcl/Tk language. As my program is multi-threaded, a normal run of valgrind doesn't work. As suggested in the valgrind's log, I'm trying to use