Hi, I noticed that this patch never got applied, but I'm not sure if it works. It seems like it works for forks, but not for pthreads. I tried applying it to the current git head and it seems to change the behavior from dumping the registers to dying silently for code with pthreads, but does work with forks (at least for a very simple test program without shared memory).
-Gabriel On Sun, Nov 8, 2009 at 12:28 PM, Blue Swirl <blauwir...@gmail.com> wrote: > On Fri, Nov 6, 2009 at 9:10 PM, David Munday <cro...@soe.ucsc.edu> wrote: >> Hi, >> Sorry forgot attachment! I have attached it to this email now. I also >> noticed that the last line should assign the pid to the child, but I didn't >> see where I can find that info and pass it into the cpu_clone_regs function. > > Could you test if this patch helps? >