Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 827837

Summary: app-emulation/bochs fails with segfault, get_param_bool(unmapped) could not find a parameter
Product: Gentoo Linux Reporter: korte
Component: Current packagesAssignee: Luca Barbato <lu_zero>
Status: UNCONFIRMED ---    
Severity: normal CC: jstein
Priority: Normal    
Version: unspecified   
Hardware: ARM64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info app-emulation/bochs
build.log

Description korte 2021-11-29 13:04:13 UTC
It doesn't matter, if I am running bochs with or without configfile or just -benchmark 1
bochs -h works.

# bochs 
00000000000i[      ] LTDL_LIBRARY_PATH not set. using compile time default '/usr/lib64/bochs/plugins'
========================================================================
                        Bochs x86 Emulator 2.7
              Built from SVN snapshot on August  1, 2021
                Timestamp: Sun Aug  1 10:07:00 CEST 2021
========================================================================
00000000000i[      ] BXSHARE not set. using compile time default '/usr/share/bochs'
00000000000e[SIM   ] get_param_bool(unmapped) could not find a parameter
Segmentation fault



# bochs -benchmark 1
00000000000i[      ] LTDL_LIBRARY_PATH not set. using compile time default '/usr/lib64/bochs/plugins'
========================================================================
                        Bochs x86 Emulator 2.7
              Built from SVN snapshot on August  1, 2021
                Timestamp: Sun Aug  1 10:07:00 CEST 2021
========================================================================
00000000000i[      ] BXSHARE not set. using compile time default '/usr/share/bochs'
00000000000e[SIM   ] get_param_bool(unmapped) could not find a parameter
Segmentation fault


Reproducible: Always
Comment 1 korte 2021-11-29 13:05:24 UTC
Hardware is a Pi400.
Comment 2 Jonas Stein gentoo-dev 2021-11-30 00:05:53 UTC
Thank you for the report. We need to have all information at hand before ticket assignment. Please provide
* the complete build.log as attachment and
* paste the emerge info 
as described on https://wiki.gentoo.org/wiki/Attach_the_logs_to_the_bug_ticket
Comment 3 korte 2021-11-30 05:23:01 UTC
Created attachment 757029 [details]
emerge --info app-emulation/bochs
Comment 4 korte 2021-11-30 09:06:34 UTC
Created attachment 757063 [details]
build.log
Comment 5 Janusz AugustyƄski 2023-12-29 08:59:32 UTC
Just build the package again and the problem disappears.