[issue11148] Crash and error message from Python VM

2011-03-14 Thread Ronald Oussoren
Ronald Oussoren added the comment: I agree this is a duplicate of #6721. I'm therefore closing this issue. -- resolution: -> duplicate stage: -> committed/rejected status: open -> closed ___ Python tracker _

[issue11148] Crash and error message from Python VM

2011-02-10 Thread Charles-Francois Natali
Charles-Francois Natali added the comment: I think this issue is related to http://bugs.python.org/issue11158, which is in turn related to http://bugs.python.org/issue6721 (Locks in python standard library should be sanitized on fork). When a mutex created by a parent process is used from wi

[issue11148] Crash and error message from Python VM

2011-02-09 Thread Pham Cong Dinh
Pham Cong Dinh added the comment: I just simplified my script into a smaller one that can be easier to understand and find out what happens https://gist.github.com/819979 Thanks -- ___ Python tracker __

[issue11148] Crash and error message from Python VM

2011-02-08 Thread Ronald Oussoren
Ronald Oussoren added the comment: Can you provide a script that shows the problem? Without such a script it will be hard to reproduce, and fix, this problem. -- ___ Python tracker ___

[issue11148] Crash and error message from Python VM

2011-02-08 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- assignee: -> ronaldoussoren components: +Macintosh nosy: +ned.deily, ronaldoussoren ___ Python tracker ___ ___

[issue11148] Crash and error message from Python VM

2011-02-08 Thread Pham Cong Dinh
New submission from Pham Cong Dinh : Quite often, I got the following message printed out the console while I run my Python script pthread_cond_signal: Undefined error: 0 Or it crashed https://gist.github.com/799841 Tested with Python 2.6.1 and 2.6.6 (Mac) What I am trying to do is to set u