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

Compile problem on HP-UX 11 #53424

Closed
ronaldoussoren opened this issue Jul 6, 2010 · 2 comments
Closed

Compile problem on HP-UX 11 #53424

ronaldoussoren opened this issue Jul 6, 2010 · 2 comments
Labels
build The build process and cross-build

Comments

@ronaldoussoren
Copy link
Contributor

BPO 9178
Nosy @loewis, @ronaldoussoren

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 2010-07-06.20:22:13.984>
created_at = <Date 2010-07-06.09:59:12.585>
labels = ['build', 'invalid']
title = 'Compile problem on HP-UX 11'
updated_at = <Date 2010-07-06.20:22:13.978>
user = 'https://github.com/ronaldoussoren'

bugs.python.org fields:

activity = <Date 2010-07-06.20:22:13.978>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = <Date 2010-07-06.20:22:13.984>
closer = 'loewis'
components = ['Build']
creation = <Date 2010-07-06.09:59:12.585>
creator = 'ronaldoussoren'
dependencies = []
files = []
hgrepos = []
issue_num = 9178
keywords = []
message_count = 2.0
messages = ['109380', '109421']
nosy_count = 2.0
nosy_names = ['loewis', 'ronaldoussoren']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = 'compile error'
url = 'https://bugs.python.org/issue9178'
versions = ['3rd party']

@ronaldoussoren
Copy link
Contributor Author

I get a segmentation fault in the compiler when building python 2.7 on an HP-UX machine.

Compiler version:

B9007AA C.11.23.12 HP C/aC++ Developer's Bundle

System info:

HP-UX ah006b02 B.11.23 U 9000/800 2284397887 unlimited-user license

Last bit of the output of make:

    cc -Ae -c -Olimit 1500 -g -DNDEBUG -O  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o [Objects/exceptions.o](https://github.com/python/cpython/blob/main/Objects/exceptions.o) [Objects/exceptions.c](https://github.com/python/cpython/blob/main/Objects/exceptions.c)

( 0) 0x002012ac Call_exit + 0x58 [/opt/ansic/lbin/ccom]
( 1) 0x001f3938 catch_signal + 0x1c [/opt/ansic/lbin/ccom]
( 2) 0x00967fb8 _sigreturn [/opt/ansic/lbin/ccom]
( 3) 0x008759ec doc_assign_range_bounds + 0x1430 [/opt/ansic/lbin/ccom]
( 4) 0x008730cc doc_process_ranges + 0xdc [/opt/ansic/lbin/ccom]
( 5) 0x0063b2d0 opt_driver + 0x1e20 [/opt/ansic/lbin/ccom]
( 6) 0x00547cc8 process_sllic_graph + 0x1a8 [/opt/ansic/lbin/ccom]
( 7) 0x00545320 pass2_ucode + 0x47c [/opt/ansic/lbin/ccom]
( 8) 0x005818b0 cg_end + 0x38c [/opt/ansic/lbin/ccom]
( 9) 0x002875fc be_end + 0x1c [/opt/ansic/lbin/ccom]
(10) 0x00271df0 fl_defn + 0x5fc [/opt/ansic/lbin/ccom]
(11) 0x0025e74c fl_stmt + 0x25c [/opt/ansic/lbin/ccom]
(12) 0x001fa2ac cpx_Process_tree + 0xc18 [/opt/ansic/lbin/ccom]
(13) 0x00213378 Process_tree_received_as_output + 0x474 [/opt/ansic/lbin/ccom]
(14) 0x00212ea0 P_build_non_leaf + 0x8c [/opt/ansic/lbin/ccom]
(15) 0x00205690 Faster_parser + 0x4bc [/opt/ansic/lbin/ccom]
(16) 0x00202168 LR_parser + 0x10 [/opt/ansic/lbin/ccom]
(17) 0x002015a0 Do_MW + 0x18 [/opt/ansic/lbin/ccom]
(18) 0x001f4244 main + 0x7a0 [/opt/ansic/lbin/ccom]
(19) 0x0090fa40 _start + 0x98 [/opt/ansic/lbin/ccom]
(20) 0x001f2000 $START$ + 0x178 [/opt/ansic/lbin/ccom]
cc: error 1405: "/opt/ansic/lbin/ccom" terminated abnormally with signal 11.
*** Error exit code 9

I can finish the build by compiling this file and "Modules/_io/_iomodule.o" without the '-O' flag (the latter took some tweaking)

It is unlikely that this is a Python bug, but I'm filing it here anyway just in case anyone else runs into it.

see also: bpo-9176, bpo-9175

@ronaldoussoren ronaldoussoren added build The build process and cross-build labels Jul 6, 2010
@loewis
Copy link
Mannequin

loewis mannequin commented Jul 6, 2010

Closing the report as third-party bug, then. A compiler crash is most definitely not a bug in Python.

@loewis loewis mannequin closed this as completed Jul 6, 2010
@loewis loewis mannequin added the invalid label Jul 6, 2010
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build The build process and cross-build
Projects
None yet
Development

No branches or pull requests

1 participant