This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cgoldberg
Recipients cgoldberg
Date 2009-02-05.21:11:50
SpamBayes Score 0.00013588925
Marked as misclassified No
Message-id <1233868312.9.0.87638822413.issue5160@psf.upfronthosting.co.za>
In-reply-to
Content
I can get the Python interpreter to core dump when running the following
code:

http://pastebin.com/f261f398f

To reproduce:
- run the above code and press ctrl-c to quit while it is running.  It
crashes (segfault) the interpreter every few times you stop it like this.

I think it has something to do with the thread launching another thread
containing a queue.

- Tested on Windows XP and Ubuntu Linux 8.10 (both running Python 2.5.2)
History
Date User Action Args
2009-02-05 21:11:53cgoldbergsetrecipients: + cgoldberg
2009-02-05 21:11:52cgoldbergsetmessageid: <1233868312.9.0.87638822413.issue5160@psf.upfronthosting.co.za>
2009-02-05 21:11:51cgoldberglinkissue5160 messages
2009-02-05 21:11:50cgoldbergcreate