[ python-Bugs-940354 ] Python crashes with bus error on sparc64.

SourceForge.net noreply at sourceforge.net
Mon Apr 26 23:47:36 EDT 2004


Bugs item #940354, was opened at 2004-04-22 17:20
Message generated for change (Comment added) made by tim_one
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=940354&group_id=5470

Category: Python Interpreter Core
>Group: 3rd Party
Status: Closed
>Resolution: Wont Fix
Priority: 5
Submitted By: Generic Player (genericplayer)
Assigned to: Nobody/Anonymous (nobody)
Summary: Python crashes with bus error on sparc64.

Initial Comment:
Running openbsd 3.5/sparc64 with python 2.3.3.  If I tell my zope (2.
7.0) installation to setuid to user _zope and start it as root so it can 
bind to port 80, python crashes with sigbus.  Its fine if I start it out 
as user _zope and just let it use port 8080 though.  I tried to compile 
python with debugging symbols to get a backtrace, but all I get is 
___start() and main() then the rest of the trace is all ??.  Feel free to 
email me for info, like if you can help me get a real backtrace or 
something.

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

>Comment By: Tim Peters (tim_one)
Date: 2004-04-26 23:47

Message:
Logged In: YES 
user_id=31435

Closing as 3rdParty and WontFix.  Looks like a 64-bit platform 
bug in Zope's C code; details at

http://zope.org/Collectors/Zope/1301

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

Comment By: Generic Player (genericplayer)
Date: 2004-04-26 23:34

Message:
Logged In: YES 
user_id=289315

Sorry, this is a zope bug for sure, nevermind.

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

Comment By: Martin v. Löwis (loewis)
Date: 2004-04-24 04:09

Message:
Logged In: YES 
user_id=21627

Can you find a core file, or modify your system so that a
core file is generated? With a core file, you can run "gdb
python core", then invoke "bt" to find precisely where it
crashes.

There is a good chance that the bug is in one of Zope's
extension modules, in which case it would not be a Python bug.

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

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



More information about the Python-bugs-list mailing list