Changes by Stefan Ring :
--
nosy: +Ringding
___
Python tracker
<http://bugs.python.org/issue8271>
___
___
Python-bugs-list mailing list
Unsubscribe:
Stefan Ring added the comment:
Hi,
I ported threadedceval6.patch to Python 2.5.4, in case anyone is
interested...
Note that you need to run autoconf and autoheader.
--
nosy: +Ringding
Added file: http://bugs.python.org/file12824/threadedceval6-py254.patch
Stefan Ring added the comment:
I was having the same problem, and I just found out what it was: Because of
-Wl,-rpath=..., this path gets baked into the binary, and LD_LIBRARY_PATH is
ignored. So if you have a previous build lying around there, it will mess up
the build.
--
nosy
New submission from Stefan Ring:
After a fork, the list of thread states contains all the threads from before.
It is especially unfortunate that, at least for me, it usually happens that
threads created in the forked process reuse the same thread ids, and
sys._current_frames will then return
Changes by Stefan Ring :
Added file: http://bugs.python.org/file28925/test-fork-frames.py
___
Python tracker
<http://bugs.python.org/issue17094>
___
___
Python-bugs-list m
Stefan Ring added the comment:
Jeffrey, this very commit broke it. See also issue 5814. The same
happened for me last week. What makes it especially bad is that even
once enough children terminate, the SocketServer won't be able to handle
any more connections; it just throws this Exce
Changes by Stefan Ring :
--
nosy: +Ringding
___
Python tracker
<http://bugs.python.org/issue5912>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Stefan Ring :
--
nosy: +Ringding
___
Python tracker
<http://bugs.python.org/issue5322>
___
___
Python-bugs-list mailing list
Unsubscribe:
Stefan Ring added the comment:
When I originally worked on this, I noticed that _PyThread_CurrentFrames also
iterates over all interpreters. Because I have no experience with or use for
multiple interpreters, I intentionally left it out of my patch, but shouldn't
it be taken into accoun
Stefan Ring added the comment:
(Regarding your test)
I have also noticed in the past that joining threads after a fork has caused
hangs occasionally, although that might have resulted from the messed up
_current_frames.
--
___
Python tracker
<h
10 matches
Mail list logo