[Python-bugs-list] [ python-Bugs-738066 ] Interpreter crash: sigfpe on Alpha

SourceForge.net noreply@sourceforge.net
Thu, 15 May 2003 07:11:27 -0700


Bugs item #738066, was opened at 2003-05-15 01:52
Message generated for change (Comment added) made by nnorwitz
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=738066&group_id=5470

Category: Python Interpreter Core
Group: Platform-specific
Status: Open
Resolution: None
Priority: 5
Submitted By: Jens Jørgen Mortensen (jensj)
Assigned to: Nobody/Anonymous (nobody)
Summary: Interpreter crash: sigfpe on Alpha

Initial Comment:
Multiplying two numbers makes the interpreter crash. 
The architecture is an Alpha running:

Digital UNIX V4.0F  (Rev. 1229); Sat Oct 26 16:44:55
MET DST 2002
Compaq Tru64 UNIX V4.0F  (Rev. 1229); Thu Mar 23
08:45:31 MET 2000

Python 2.2.1 (#1, Jun  4 2002, 15:33:18) [C] on osf1V4
Type "help", "copyright", "credits" or "license" for
more information.
>>> import os
>>> os.uname()
('OSF1', 'asrv', 'V4.0', '1229', 'alpha')
>>> 1e300 * 1e300
Floating exception (core dumped)


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

>Comment By: Neal Norwitz (nnorwitz)
Date: 2003-05-15 10:11

Message:
Logged In: YES 
user_id=33168

Is this still a problem with 2.2.2 or 2.3?

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

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