|
From: Eyal L. <ey...@ey...> - 2005-01-17 22:29:31
|
Jeremy Fitzhardinge wrote: > On Tue, 2005-01-18 at 00:39 +1100, Eyal Lebedinsky wrote: > >>But this is not my real problem. Attached is a program that >>aborts when I use waitpid() in place of wait(). This is my >>current showstopper. > > > Can you send the output of the program aborting? zz34 works for me. I just pulled the latest cvs, it made no difference (it included only some suppressions). However this made me see that I made a minor change in my tree a long time ago, which is required for my tests. # cvs diff include/tool.h.base Index: include/tool.h.base =================================================================== RCS file: /home/kde/valgrind/include/tool.h.base,v retrieving revision 1.19 diff -r1.19 tool.h.base 53c53 < #define VG_N_THREADS 100 --- > #define VG_N_THREADS 500 -- Eyal Lebedinsky (ey...@ey...) <http://samba.org/eyal/> If attaching .zip rename to .dat |