[Python-bugs-list] [ python-Bugs-493815 ] IRIX 6.5 bus error

noreply@sourceforge.net noreply@sourceforge.net
Sat, 15 Dec 2001 22:04:42 -0800


Bugs item #493815, was opened at 2001-12-15 21:56
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=493815&group_id=5470

Category: Python Interpreter Core
>Group: Platform-specific
Status: Open
Resolution: None
Priority: 5
Submitted By: Ralf W. Grosse-Kunstleve (rwgk)
>Assigned to: Tim Peters (tim_one)
Summary: IRIX 6.5 bus error

Initial Comment:
A simple statement causes a bus error under IRIX 6.5:

% ./configure -without-threads
% make
% ./python
Python 2.1.1 (#1, Dec 15 2001, 21:40:34) [C] on irix6
Type "copyright", "credits" or "license" for more 
information.
>>> print 3. * 24
Bus error

OS version: IRIX 6.5.10m
MIPSpro Compilers: Version 7.3.1.2m

The threaded version of Python does not exhibit the 
same problem.


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

>Comment By: Tim Peters (tim_one)
Date: 2001-12-15 22:04

Message:
Logged In: YES 
user_id=31435

Recompile floatobject.c with optimization disabled; the 
problem will almost certainly go away; it's an SGI compiler 
bug if so.

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

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