[Python-bugs-list] [ python-Bugs-435026 ] SGI cores on 1.0 / 0

noreply@sourceforge.net noreply@sourceforge.net
Thu, 21 Jun 2001 19:41:23 -0700


Bugs item #435026, was updated on 2001-06-20 23:18
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=435026&group_id=5470

Category: Python Interpreter Core
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Drew Whitehouse (drw900)
Assigned to: Nobody/Anonymous (nobody)
Summary: SGI cores on 1.0 / 0

Initial Comment:
python21 cores evaluating 1.0 / 0 on SGI.
MIPSpro Compilers: Version 7.3.1.1m
SGI_ABI = -n32

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

Comment By: Robert Minsk (rminsk)
Date: 2001-06-21 19:41

Message:
Logged In: YES 
user_id=132786

Python 2.1 core dumps on any
<float> <operator> <int>
using the 7.3.1.2m compilers with -O2 or greater.  If  the
file Objects/floatobject.c is compiled with -O1 everything
seems fine.  It is core dumping in the macro
CONVERT_TO_DOUBLE.  It seems the call stack gets corrupted. 
I'm trying to find a workaround besides -O1.

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

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