[Python-bugs-list] [ python-Bugs-428342 ] [IRIX] crash on int->float conversio

noreply@sourceforge.net noreply@sourceforge.net
Tue, 29 May 2001 09:01:37 -0700


Bugs item #428342, was updated on 2001-05-29 09:01
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=428342&group_id=5470

Category: Python Interpreter Core
Group: Platform-specific
Status: Open
Resolution: None
Priority: 5
Submitted By: Charles Schwieters (chuckorama)
Assigned to: Nobody/Anonymous (nobody)
Summary: [IRIX] crash on int->float conversio

Initial Comment:
here is a snippet from a python session running on
IRIX 6.5.11m, compiled with the native compiler

% python
Python 2.1 (#3, May 29 2001, 10:15:29) [C] on irix646
>>> amin = 0; a=1.0; Na=10
>>> xmin = amin * a / Na
Bus error (core dumped)

I also had this problem with version 2.1b2. 

It works fine if I explicitly change the integers to
floats

it runs fine on Linux and Solaris platforms.

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

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