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

2009-02-17 Thread Amaury Forgeot d'Arc
Changes by Amaury Forgeot d'Arc : -- superseder: -> KeyError at exit after 'import threading' in other thread ___ Python tracker ___ __

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

2009-02-17 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: the issue1596321 is very similar (same traceback on another platform). The problem is still valid, and the discussion seems more advanced there. -- nosy: +amaury.forgeotdarc resolution: -> duplicate status: open -> closed ___

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

2009-02-15 Thread Daniel Diniz
Daniel Diniz added the comment: A sample script that reproduces this behavior in 2.6 is needed if this one is to have a chance of being fixed. -- nosy: +ajaksu2 stage: -> test needed type: -> crash versions: +Python 2.6 -Python 2.4 ___ Python track

[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 r

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

2008-06-21 Thread Facundo Batista
Facundo Batista <[EMAIL PROTECTED]> added the comment: Does this still happen with newer Python versions? Could you provide an example code? Thanks! -- nosy: +facundobatista ___ Python tracker <[EMAIL PROTECTED]>