[issue1159425] 2.4 crashes when try to exit app and mulitple threads active

2008-09-03 Thread Christopher Nelson

Christopher Nelson <[EMAIL PROTECTED]> added the comment:

I also experience this on a regular basis.  I can't show you the code 
due to IP restrictions, but it happens almost 100% of the time in python 
2.4.4 on win2k8, and frequently in win2k3. 

Error in atexit._run_exitfuncs:
Traceback (most recent call last):
  File "C:\Program Files\Opsware\agent\lcpython15\lib\atexit.py", line 
24, in _r un_exitfuncs
func(*targs, **kargs)
  File "C:\Program Files\Opsware\agent\lcpython15\lib\threading.py", 
line 638, i n __exitfunc
self._Thread__delete()
  File "C:\Program Files\Opsware\agent\lcpython15\lib\threading.py", 
line 522, i n __delete
del _active[_get_ident()]
KeyError: 2540
Error in sys.exitfunc:
Traceback (most recent call last):
  File "C:\Program Files\Opsware\agent\lcpython15\lib\atexit.py", line 
24, in _r un_exitfuncs
func(*targs, **kargs)
  File "C:\Program Files\Opsware\agent\lcpython15\lib\threading.py", 
line 638, i n __exitfunc
self._Thread__delete()
  File "C:\Program Files\Opsware\agent\lcpython15\lib\threading.py", 
line 522, i n __delete
del _active[_get_ident()]
KeyError: 2540

--
nosy: +nadiasvertex

___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1159425>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1947] Exception exceptions.AttributeError '_shutdown' in

2010-01-14 Thread Christopher Nelson

Christopher Nelson  added the comment:

I also experience this problem.  However, I experience it with a version of 
Python 2.4 that has had 
http://bugs.python.org/file10154/nondaemon_thread_shutdown.diff applied.  

We have a custom 2.4 build that builds using MS VS 2K5.  We support an 
application on x86, x64, and ia64, which is why we custom compile.

I get this error everytime when running regretest.py in Lib/test.

--
nosy: +nadiasvertex

___
Python tracker 
<http://bugs.python.org/issue1947>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com