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

Bug 941622

Summary: app-emulation/virtualbox-7.1.2: Signal 11 in MachineWrap ("ERROR_FAILURE (0x80004005)")
Product: Gentoo Linux Reporter: Bernd Feige <Bernd.Feige>
Component: Current packagesAssignee: Viorel Munteanu <ceamac>
Status: UNCONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=939878
Whiteboard:
Package list:
Runtime testing required: ---

Description Bernd Feige 2024-10-16 10:27:38 UTC
In a fully updated ~amd64 system I'm seeing exactly the problem described in https://bbs.archlinux.org/viewtopic.php?id=299392. These users also created a virtualbox ticket for it: https://www.virtualbox.org/ticket/22193

The symptom is that a Signal 11 is received during early VM startup and the virtualbox UI shows the (generic) error 0x80004005.

The solution is:
 ln -s /usr/lib64/libdl.so.2 /usr/lib64/virtualbox/libdl.so
 ln -s /usr/lib64/libpthread.so.0 /usr/lib64/virtualbox/libpthread.so


Reproducible: Always