[ python-Bugs-959291 ] PythonIDE crashes on very large scripts folder

SourceForge.net noreply at sourceforge.net
Thu Jun 3 09:35:09 EDT 2004


Bugs item #959291, was opened at 2004-05-24 10:01
Message generated for change (Comment added) made by jackjansen
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=959291&group_id=5470

Category: Macintosh
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Jack Jansen (jackjansen)
Assigned to: Jack Jansen (jackjansen)
Summary: PythonIDE crashes on very large scripts folder

Initial Comment:
The MacPython IDE crashes if your scripts folder is very large (or, 
alternatively, if you select a very large folder as the scripts 
folder), and here "large" counts files in subdirs, etc.

The problem is that we have a fixed number of menu entry IDs, 
and we run out of them.

----------------------------------------------------------------------

>Comment By: Jack Jansen (jackjansen)
Date: 2004-06-03 15:35

Message:
Logged In: YES 
user_id=45365

Fixed by stopping traversal of the scripts folder as soon as we allocate a 
menu ID > 200. This leaves 55 menu ids as headroom.

Fixed in Wapplication.py rev. 1.24 and 1.22.8.1.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=959291&group_id=5470



More information about the Python-bugs-list mailing list