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: Python crashes with bus error on sparc64.
Type: Stage:
Components: Interpreter Core Versions:
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: genericplayer, loewis, tim.peters
Priority: normal Keywords:

Created on 2004-04-22 21:20 by genericplayer, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (4)
msg20567 - (view) Author: Generic Player (genericplayer) Date: 2004-04-22 21:20
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.
msg20568 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2004-04-24 08:09
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.
msg20569 - (view) Author: Generic Player (genericplayer) Date: 2004-04-27 03:34
Logged In: YES 
user_id=289315

Sorry, this is a zope bug for sure, nevermind.
msg20570 - (view) Author: Tim Peters (tim.peters) * (Python committer) Date: 2004-04-27 03:47
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
History
Date User Action Args
2022-04-11 14:56:03adminsetgithub: 40179
2004-04-22 21:20:50genericplayercreate