From: Nicholas N. <nj...@ca...> - 2003-04-14 17:33:56
|
On Mon, 14 Apr 2003, Mathieu Malaterre wrote: > 1. I would like to know where the 'KLUDGED call' happens in my soft, is > it possible to trace it or print the call tree ? Does your code call pthread_cond_destroy anywhere? These options may be useful: --trace-sched=no|yes show thread scheduler details? [no] --trace-pthread=none|some|all show pthread event details? [no] > 2. Is the python garbage collector well supported in valgrind ? In theory, any program should work ok, so it should... > 3. AS I am having troubles (well just guessing fow now) with threads on > my SMP linux box does anyone know how to force the soft to only use > *one* thread (either from c/c++ or python...)? I don't know about that one. N |