Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 941622 - app-emulation/virtualbox-7.1.2: Signal 11 in MachineWrap ("ERROR_FAILURE (0x80004005)")
Summary: app-emulation/virtualbox-7.1.2: Signal 11 in MachineWrap ("ERROR_FAILURE (0x8...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Viorel Munteanu
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-16 10:27 UTC by Bernd Feige
Modified: 2024-10-16 10:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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