[Python-bugs-list] [ python-Bugs-413980 ] core dump with regrtest.py on SGI

noreply@sourceforge.net noreply@sourceforge.net
Wed, 05 Sep 2001 11:59:13 -0700


Bugs item #413980, was opened at 2001-04-05 05:36
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=413980&group_id=5470

Category: None
>Group: Platform-specific
>Status: Closed
>Resolution: Wont Fix
Priority: 2
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: core dump with regrtest.py on SGI

Initial Comment:
the 'make test' part of the installation on SGI (IRIX
6.5, 64 bits) ends with
the following output:

running build_scripts
not copying
/tmp_mnt/home/ibiology1/laurent/download/Python-2.1b2a/Tools/scripts/pydoc
(up-to-date)
        find ./Lib -name '*.py[co]' -print | xargs rm
-f
        PYTHONPATH= ./python -tt ./Lib/test/regrtest.py
-l
sh[4]: 1754889 Bus error(coredump)
        PYTHONPATH= ./python -tt ./Lib/test/regrtest.py
-l
sh: 1756018 Bus error(coredump)
*** Error code 138




Laurent

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

Comment By: Guido van Rossum (gvanrossum)
Date: 2001-04-10 13:08

Message:
Logged In: YES 
user_id=6380

Lowering the priority -- as Tim said, it's likely an
optimizer bug anyway, so I see no reason (for us :-) to lose
much sleep over it.

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

Comment By: Tim Peters (tim_one)
Date: 2001-04-05 09:14

Message:
Logged In: YES 
user_id=31435

The first thing to try on an SGI box is to recompile Python 
with optimization turned off, and see whether that makes 
the problem go away (historically, the bulk of "Python 
problems" on SGI turn out to be compiler optimization bugs).

So try that, and see whether the problem goes away.


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

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