Menu

#263 Stack overflow CVS 0.4.0 on python 2.5 under max os x 10.3

open
nobody
None
5
2006-01-16
2006-01-16
lobster
No

Problem
--------

On opening a python file from explorer, we get a stack overflow:

Traceback (most recent call last):
File "/Users/price/Downloads/boa/Views/PySourceView.py", line
1075, in OnUpdateUI
EditorStyledTextCtrl.OnUpdateUI(self, event)
File "/Users/price/Downloads/boa/Views/SourceViews.py", line 403,
in OnUpdateUI
self.updateViewState()
File "/Users/price/Downloads/boa/Views/EditorViews.py", line 263, in
updateViewState
self.updatePageName()
File "/Users/price/Downloads/boa/Views/EditorViews.py", line 244, in
updatePageName
currName = self.notebook.GetPageText(self.pageIdx)
RuntimeError: maximum recursion depth exceeded

Background
----------

Using pythonw on mac os x 10.3.9

> pythonw

Python 2.3 (#1, Sep 13 2003, 00:49:11)
[GCC 3.3 20030304 (Apple Computer, Inc. build 1495)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import wx
>>> wx.__version__
'2.5.2.8'
>>>

Checked out the latest CVS as I had trouble with the issue where
it cannot find a ctrl.

vs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/boa-
constructor co -P Boa

Loads, but then frequently does a stack overflow.

Discussion


Log in to post a comment.