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

noreply@sourceforge.net noreply@sourceforge.net
Thu, 05 Apr 2001 09:14:18 -0700


Bugs item #413980, was updated on 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: None
Status: Open
Priority: 5
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: 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