Re: [PATCH] pthread patch - Thomas Pfaff, please note

2003-09-15 Thread Thomas Pfaff
Christopher Faylor wrote: Thomas, I made the change below to stop a SEGV on thread exit as evinced by the threadidafterfork test in the testsuite. The problem is that this code overwrites impure_ptr with the contents of the thread which called fork, which is not the correct thing to do since _impur

[PATCH] pthread patch - Thomas Pfaff, please note

2003-09-12 Thread Christopher Faylor
Thomas, I made the change below to stop a SEGV on thread exit as evinced by the threadidafterfork test in the testsuite. The problem is that this code overwrites impure_ptr with the contents of the thread which called fork, which is not the correct thing to do since _impure_ptr contains global inf