[Python-bugs-list] [ python-Bugs-533632 ] 2.2 on HP-UX 11 64-bit - longs crash

noreply@sourceforge.net noreply@sourceforge.net
Fri, 22 Mar 2002 09:58:22 -0800


Bugs item #533632, was opened at 2002-03-22 10:43
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=533632&group_id=5470

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Peter Harris (scav)
Assigned to: Nobody/Anonymous (nobody)
Summary: 2.2 on HP-UX 11 64-bit - longs crash

Initial Comment:
>>> a=1L
>>> type(a)
<type 'long'>
>>> a
Bus error(coredump)

F***! Nearly everything else works. It just seems to
be something in repr() of a long that crashes it.

Anyone else have this problem?


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

>Comment By: Tim Peters (tim_one)
Date: 2002-03-22 12:58

Message:
Logged In: YES 
user_id=31435

Peter, no, there have been no other reports of this on 64-
bit platforms.  If possible, try recompiling longobject.c 
with optimization disabled.  Its internal long_format() 
routine is complicated so has a better-than-usual chance of 
provoking bad code generation. 

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

Comment By: Martin v. Löwis (loewis)
Date: 2002-03-22 12:29

Message:
Logged In: YES 
user_id=21627

Can you please also report which compiler you have been using?

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

Comment By: Martin v. Löwis (loewis)
Date: 2002-03-22 12:29

Message:
Logged In: YES 
user_id=21627

Can you use a debugger to find out and report where it crashes?

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

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