cjprecord / editra-plugins

Automatically exported from code.google.com/p/editra-plugins
0 stars 0 forks source link

PyStudio Overflow error #216

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Cant remember if this has been fixed in the newer release but got this error 
from a user.

*** Mon Aug 13 11:55:30 2012 ***
Traceback (most recent call last):
  File %22wx/_core.pyo%22, line 14669, in <lambda>
  File %22/Users/danielegondoni/Library/Application Support/Editra/plugins/PyStudio-0.4-py2.7.egg/PyStudio/Debugger/StackThreadShelfWindow.py%22, line 119, in UpdateThreadList
  File %22/Users/danielegondoni/Library/Application Support/Editra/plugins/PyStudio-0.4-py2.7.egg/PyStudio/Debugger/ThreadsList.py%22, line 100, in PopulateRows
  File %22wx/_controls.pyo%22, line 4595, in SetItemData
OverflowError: Python int too large to convert to C long

Original issue reported on code.google.com by CodyPrec...@gmail.com on 28 Aug 2012 at 3:57

GoogleCodeExporter commented 9 years ago
#---- Notes ----#
Please provide additional information about the crash here

PyStudio v0.6

#---- System Information ----#
Editra Version: 0.7.20
Operating System: Mac OS X (Darwin 12.2.1 x86_64)
Mac OSX: 10.8.2
Python Version: 2.7.3 (v2.7.3:70274d53c1dd, Apr  9 2012, 20:32:06) 
[GCC 4.0.1 (Apple Inc. build 5493)]
wxPython Version: 2.8.12.1 (mac-unicode)
wxPython Info: (__WXMAC__, wxMac, unicode, wx-assertions-on, SWIG-1.3.29, 
mac-cg, mac-native-tb)
Python Encoding: Default=ascii  File=utf-8
wxPython Encoding: US-ASCII
System Architecture: 32bit x86_64
Byte order: little
Frozen: macosx_app
#---- End System Information ----#

#---- Traceback Info ----#
*** Sat Feb 16 16:18:08 2013 ***
Traceback (most recent call last):
  File "wx/_core.pyo", line 14669, in <lambda>
  File "/Users/Ken/Library/Application Support/Editra/plugins/PyStudio-0.7-py2.7.egg/PyStudio/Debugger/StackThreadShelfWindow.py", line 119, in UpdateThreadList
  File "/Users/Ken/Library/Application Support/Editra/plugins/PyStudio-0.7-py2.7.egg/PyStudio/Debugger/ThreadsList.py", line 100, in PopulateRows
  File "wx/_controls.pyo", line 4595, in SetItemData
OverflowError: Python int too large to convert to C long

*** Sat Feb 16 16:30:37 2013 ***
Traceback (most recent call last):
  File "wx/_core.pyo", line 14669, in <lambda>
  File "/Users/Ken/Library/Application Support/Editra/plugins/PyStudio-0.7-py2.7.egg/PyStudio/Debugger/StackThreadShelfWindow.py", line 119, in UpdateThreadList
  File "/Users/Ken/Library/Application Support/Editra/plugins/PyStudio-0.7-py2.7.egg/PyStudio/Debugger/ThreadsList.py", line 100, in PopulateRows
  File "wx/_controls.pyo", line 4595, in SetItemData
OverflowError: Python int too large to convert to C long

#---- End Traceback Info ----#

Original comment by kcros...@gmail.com on 16 Feb 2013 at 9:32