[New-bugs-announce] [issue11148] Crash and error message from Python VM

Pham Cong Dinh report at bugs.python.org
Tue Feb 8 11:19:29 CET 2011


New submission from Pham Cong Dinh <pcdinh at gmail.com>:

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 up a logging component that collects all messages sent from child processes to a pipe created by the parent process. The logging component is controlled by a thread created by parent process

----------
components: Interpreter Core
messages: 128168
nosy: pcdinh
priority: normal
severity: normal
status: open
title: Crash and error message from Python VM
type: crash
versions: Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11148>
_______________________________________


More information about the New-bugs-announce mailing list