Bug 2351143 - nethack crashes on start on epel9 on s390x
Summary: nethack crashes on start on epel9 on s390x
Keywords:
Status: NEW
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: nethack
Version: epel9
Hardware: s390x
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Vojtech Trefny
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-03-10 18:08 UTC by Kevin Fenzi
Modified: 2025-03-11 15:25 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Kevin Fenzi 2025-03-10 18:08:14 UTC
nethack crashes on startup on s390x/epel9:

$ nethack
free(): invalid pointer
Aborted (core dumped)

backtrace: 

Core was generated by `/usr/games/nethack/nethack'.
Program terminated with signal SIGABRT, Aborted.
#0  0x000003ffb1d97db6 in __pthread_kill_implementation () from /lib64/libc.so.6
Missing separate debuginfos, use: dnf debuginfo-install nethack-3.6.7-1.el9.s390x
(gdb) where
#0  0x000003ffb1d97db6 in __pthread_kill_implementation () from /lib64/libc.so.6
#1  0x000003ffb1d488c0 in raise () from /lib64/libc.so.6
#2  0x000003ffb1d2a2d0 in abort () from /lib64/libc.so.6
#3  0x000003ffb1d8b030 in __libc_message () from /lib64/libc.so.6
#4  0x000003ffb1da216c in malloc_printerr () from /lib64/libc.so.6
#5  0x000003ffb1da3cd2 in _int_free () from /lib64/libc.so.6
#6  0x000003ffb1da6bd8 in free () from /lib64/libc.so.6
#7  0x00000000010aecb6 in parse_config_line ()
#8  0x00000000010b5e36 in parse_conf_file.lto_priv ()
#9  0x00000000010b6400 in read_config_file ()
#10 0x0000000001161b0e in initoptions ()
#11 0x00000000010082a2 in main ()

Looks like it might be to using a char * as a boolean?


Note You need to log in before you can comment on or make changes to this bug.