Opened 14 years ago
Closed 14 years ago
#8255 closed defect (fixed)
VirtualBox v4.0.2 segfaults on Linux host while running VS2005 within a Windows XP Pro SP3 session
Reported by: | dinosaur | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 4.0.2 |
Keywords: | VBoxREM32.so segfault | Cc: | |
Guest type: | Windows | Host type: | Linux |
Description
So, far I was running VirtualBox v3 happily, and recently updated to v4.0.2. Today, I started a Windows XP Pro SP3 session to compile a large C++ program under VS2005 and at some point during the compilation, VirtualBox segfaults with the following message reported in /var/log/messages:
First attempt:
Feb 3 12:43:58 localhost klogd: VirtualBox[2525]: segfault at 99655dcc ip b148bda0 sp b22ca000 error 6 in VBoxREM32.so[b145c000+7d000]
Second attempt:
Feb 3 14:03:22 localhost klogd: VirtualBox[6806]: segfault at 78e79c30 ip b141eda0 sp b21ca000 error 6 in VBoxREM32.so[b13ef000+7d000]
I cannot provide a core dump since they are disabled in my kernel.
I went back to v3.0.12 so that I compile my program...
Attachments (1)
Change History (8)
by , 14 years ago
follow-up: 2 comment:1 by , 14 years ago
comment:2 by , 14 years ago
Replying to frank:
Without a core dump this crash is difficult to analyze. You might be able to activate core dumps on your host.
No, sorry, my kernel is purposely configured without coredumps support and I have no time to fiddle with this. I went back to VirtualBox v3.2.12 anyway, and will not loose my time again with v4 before it has stabilized enough...
comment:3 by , 14 years ago
priority: | blocker → major |
---|
comment:4 by , 14 years ago
We probably fixed the bug you observed. Could you verify by installing this test build?
comment:6 by , 14 years ago
I installed and tested v4.0.4 today, and could not reproduce the bug that was happening in v4.0.2 in the exact same conditions.
I guess this bug can be considered fixed in v4.0.4.
Thank you.
Without a core dump this crash is difficult to analyze. You might be able to activate core dumps on your host.