[New-bugs-announce] [issue7144] imp.load_module in thread causes core dump on OSX 10.6

Pete Hunt report at bugs.python.org
Thu Oct 15 21:35:21 CEST 2009


New submission from Pete Hunt <floydophone at gmail.com>:

Apologies if I mess up the formatting - my first bug report submitted.

Steps to reproduce (OSX Snow Leopard, 2.6.3)

>>> import threading, imp
>>> def doit():
...     print imp.load_module("cherrypy", None, 
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-
packages/CherryPy-3.1.2-py2.6.egg/cherrypy", ('', '', 5))
... 
>>> threading.Thread(target=doit).start()
>>> Trace/BPT trap

----------
assignee: ronaldoussoren
components: Extension Modules, Interpreter Core, Macintosh
messages: 94106
nosy: peterhunt, ronaldoussoren
severity: normal
status: open
title: imp.load_module in thread causes core dump on OSX 10.6
versions: Python 2.6

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


More information about the New-bugs-announce mailing list