This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: test_struct crashed, py2.3.5, solaris 10
Type: Stage:
Components: Build Versions: Python 2.3
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, loewis, nnorwitz, rrogans, sf-robot
Priority: normal Keywords:

Created on 2005-12-08 16:06 by rrogans, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (5)
msg27002 - (view) Author: rrogans (rrogans) Date: 2005-12-08 16:06
Hi,

I am building python 2.3.5 on solaris 10 using gcc 
3.3.2. Run I perform the test I get one test failure - 
test_struct crashes.

Rgds,

Richard

>>>>>>>>>>>>

trying std qQ on 1471797217424382203 == 
0x146CDFC575FD18FBL
trying std qQ on 1471797217424382204 == 
0x146CDFC575FD18FCL
trying std qQ on 1471797217424382205 == 
0x146CDFC575FD18FDL
test test_struct crashed -- exceptions.OverflowError: 
math range error
Traceback (most recent call last):
  File "./Lib/test/regrtest.py", line 394, in runtest
    the_package = __import__(abstest, globals(), locals
(), [])
  File "/home/richardr/app/Python-
2.Lib/test/test_struct.py", line 439, in ?
    test_705836()
  File "/home/richardr/app/Python-
2.Lib/test/test_struct.py", line 424, in 
test_705836
    big = math.ldexp(big, 127 - 23)
OverflowError: math range error
1 test failed:
    test_struct

<<<<<<<<<<<
msg27003 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2005-12-11 20:15
Logged In: YES 
user_id=33168

Could you try disabling optimization and rebuilding python?
 Also, depending on which compiler you are using, ensure
that you are using strict math.  Sometimes the option is
-ieee I think.
msg27004 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2005-12-28 00:06
Logged In: YES 
user_id=21627

Also, Python 2.3 is no longer maintained. So unless this
problem also shows up with 2.4, we are unlikely to take any
action.
msg27005 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-02-19 00:59
Logged In: YES 
user_id=1188172

To the OP: Can you provide information whether this happens
with Python 2.4?
msg27006 - (view) Author: SourceForge Robot (sf-robot) Date: 2006-03-05 03:22
Logged In: YES 
user_id=1312539

This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
History
Date User Action Args
2022-04-11 14:56:14adminsetgithub: 42671
2005-12-08 16:06:32rroganscreate