[Zope-dev] RE: [Python 2.3.4c1] nasty LinuxThread problem not solved

2004-05-23 Thread Dieter Maurer
Tim Peters wrote at 2004-5-21 10:16 -0400: >[Dieter Maurer] >> I just checked that Python 2.3.4c1 does not yet fix our >> LinuxThread-Crash problem -- the problem that >> lets a multi-threaded application enter a curious state >> when one on the threads crashes. >> ... >> And this despite the patch

RE: [Zope-dev] RE: [Python 2.3.4c1] nasty LinuxThread problem not solved

2004-05-23 Thread Tim Peters
[Tim Petere] >> There's a patch that squashes the specific symptom you have in mind, but >> at the cost of other breakage -- the original patch was added for a >> reason too. [Dieter Maurer] > I verified that >

RE: [Zope-dev] RE: [Python 2.3.4c1] nasty LinuxThread problem not solved

2004-05-23 Thread Dieter Maurer
Tim Peters wrote at 2004-5-23 14:46 -0400: >> ... Not blocking signals that should not be blocks according to >> PThreads standard ... >> Moreover, I doubt that such problems will be significant in practise: > >As above, the original signal-blocking patch was added for reasons "in >practice" t