[Python-bugs-list] [ python-Bugs-619400 ] test_builtin hangs on MacOSX 10.2.1

noreply@sourceforge.net noreply@sourceforge.net
Thu, 24 Oct 2002 14:42:35 -0700


Bugs item #619400, was opened at 2002-10-06 23:56
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=619400&group_id=5470

Category: Macintosh
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Jack Jansen (jackjansen)
Assigned to: Jack Jansen (jackjansen)
Summary: test_builtin hangs on MacOSX 10.2.1

Initial Comment:
Test_builtin appears to hang on Mac OS X 10.2.1, in the 'list' section. Actually, if you are low on swapspace (or, equivalently, on freespace on your system drive) it may hang your whole system.

Python cannot be interrupted (control-c) at this moment, but I'm sometimes able to control-z and kill.

My guess right now is that 10.2.1 overcommits memory and that this somehow hangs Python. I have never seen this problem on 10.1.X or 10.2, but I will investigate.

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

>Comment By: Jack Jansen (jackjansen)
Date: 2002-10-24 23:42

Message:
Logged In: YES 
user_id=45365

Test_builtin contained a bug, the intention was to test malloc failure but the amount allocated was actually possible on Jaguar (and some other platforms). The test has been fixed.

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

Comment By: Martin v. Löwis (loewis)
Date: 2002-10-07 08:29

Message:
Logged In: YES 
user_id=21627

I think this is a duplicate of # 616019.

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

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