[New-bugs-announce] [issue11068] Python 2.7.1 Idle Segmentation Fault OS X (10.6.6)

David Meier report at bugs.python.org
Sat Jan 29 23:21:42 CET 2011


New submission from David Meier <djmeier at gmail.com>:

After IDLE launches I select 'File->Open' browse to a blank .py file, when I select the particular file I get the segfault below...

silverbox:~ user$ (idle&)
silverbox:~ user$ Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/run.py", line 93, in main
    seq, request = rpc.request_queue.get(block=True, timeout=0.05)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/Queue.py", line 177, in get
    self.not_empty.wait(remaining)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 257, in wait
    _sleep(delay)
TypeError: 'int' object is not callable

----------
components: IDLE
messages: 127492
nosy: David.Meier
priority: normal
severity: normal
status: open
title: Python 2.7.1 Idle Segmentation Fault OS X (10.6.6)
type: crash
versions: Python 2.7

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


More information about the New-bugs-announce mailing list