Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Virtualbox 7.1.2 and 7.1.4 Segfaults
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
MikeyG
n00b
n00b


Joined: 25 Jan 2014
Posts: 15
Location: Suffolk, Virginia, US

PostPosted: Sun Oct 20, 2024 7:07 pm    Post subject: Virtualbox 7.1.2 and 7.1.4 Segfaults Reply with quote

I have one system that the install of Virtualbox 7.1.2 or 7.1.4 segfaults as soon as I try and start ANY VM. Worked fine with 7.0.22 and after backing out from 7.1.X, still worked. What I found in the VBox log:

Code:
00:00:00.000359 main     VirtualBox XPCOM Server 7.1.4_Gentoo r165100 linux.amd64 (Oct 20 2024 13:59:05) release log
00:00:00.000361 main     Log opened 2024-10-20T18:10:21.818384000Z
00:00:00.000362 main     Build Type: release
00:00:00.000363 main     OS Product: Linux
00:00:00.000364 main     OS Release: 6.11.4-gentoo-hpz820-mgreene
00:00:00.000365 main     OS Version: #2 SMP PREEMPT Fri Oct 18 20:19:50 EDT 2024
00:00:00.000382 main     DMI Product Name: HP Z820 Workstation
00:00:00.000388 main     DMI Product Version:
00:00:00.000393 main     Firmware type: UEFI
00:00:00.000805 main     Secure Boot: Disabled
00:00:00.000853 main     Host RAM: 64326MB (62.8GB) total, 56061MB (54.7GB) available
00:00:00.000856 main     Executable: /usr/lib64/virtualbox/VBoxSVC
00:00:00.000857 main     Process ID: 190533
00:00:00.000857 main     Package type: LINUX_64BITS_GENERIC (OSE)
00:00:00.001857 main     rtldrNativeLoad: dlopen('/usr/lib64/virtualbox/libpthread.so', RTLD_NOW | RTLD_LOCAL) failed: /usr/lib64/virtualbox/libpthread.so: cannot open shared object file: No such file or directory
00:00:00.001868 main     rtldrNativeLoad: dlopen('/usr/lib64/virtualbox/libdl.so', RTLD_NOW | RTLD_LOCAL) failed: /usr/lib64/virtualbox/libdl.so: cannot open shared object file: No such file or directory


As a quick fix, I just gave VBox what it wanted:

Code:
ln -s /usr/lib64/libdl.so.2 /usr/lib64/virtualbox/libdl.so
ln -s /usr/lib64/libpthread.so.0 /usr/lib64/virtualbox/libdl.so


This could be related to the version of glibc I am using: sys-libs/glibc-2.40-r5

My other two systems running VBox 7.1.2 are more stable and use a glibc 2.39 version.
_________________
Mike
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum