Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python crashes with bus error on sparc64. #40179

Closed
genericplayer mannequin opened this issue Apr 22, 2004 · 4 comments
Closed

Python crashes with bus error on sparc64. #40179

genericplayer mannequin opened this issue Apr 22, 2004 · 4 comments
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs)

Comments

@genericplayer
Copy link
Mannequin

genericplayer mannequin commented Apr 22, 2004

BPO 940354
Nosy @tim-one, @loewis

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2004-04-27.03:47:36.000>
created_at = <Date 2004-04-22.21:20:50.000>
labels = ['interpreter-core']
title = 'Python crashes with bus error on sparc64.'
updated_at = <Date 2004-04-27.03:47:36.000>
user = 'https://bugs.python.org/genericplayer'

bugs.python.org fields:

activity = <Date 2004-04-27.03:47:36.000>
actor = 'tim.peters'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2004-04-22.21:20:50.000>
creator = 'genericplayer'
dependencies = []
files = []
hgrepos = []
issue_num = 940354
keywords = []
message_count = 4.0
messages = ['20567', '20568', '20569', '20570']
nosy_count = 3.0
nosy_names = ['tim.peters', 'loewis', 'genericplayer']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue940354'
versions = []

@genericplayer
Copy link
Mannequin Author

genericplayer mannequin commented Apr 22, 2004

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.

@genericplayer genericplayer mannequin closed this as completed Apr 22, 2004
@genericplayer genericplayer mannequin added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Apr 22, 2004
@genericplayer genericplayer mannequin closed this as completed Apr 22, 2004
@genericplayer genericplayer mannequin added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Apr 22, 2004
@loewis
Copy link
Mannequin

loewis mannequin commented Apr 24, 2004

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.

@genericplayer
Copy link
Mannequin Author

genericplayer mannequin commented Apr 27, 2004

Logged In: YES
user_id=289315

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

@tim-one
Copy link
Member

tim-one commented Apr 27, 2004

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

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs)
Projects
None yet
Development

No branches or pull requests

1 participant