Opened 3 years ago
Last modified 3 years ago
#20566 new defect
VirtualBoxVM.exe: unknown software exception (0x80000003) on AMD FX-8300
Reported by: | VB6 | Owned by: | |
---|---|---|---|
Component: | VMM | Version: | VirtualBox 6.1.26 |
Keywords: | amd, fx, 8300, exception, VirtualBoxVM | Cc: | |
Guest type: | all | Host type: | Windows |
Description
My computer CPU is AMD FX-8300.
When I open a VM and press "Start" button, the VirtualBoxVM.exe will stop after 2 seconds, and Windows pops up an "Application Error" dialog, which wrote:
"The exception unknown software exception (0x80000003) occurred in the application at location 0xac502432."
VirtualBox is totally unusable on AMD FX-8300. But same computer, different CPU: AMD Phenom II X4 945, VirtualBox works fine.
Attachments (3)
Change History (4)
by , 3 years ago
Attachment: | app_err.png added |
---|
comment:1 by , 3 years ago
It seems assertions were failed during VM starting up:
00:00:04.151528 !!Assertion Failed!! 00:00:04.151528 Expression: <NULL> 00:00:04.151528 Location : F:\tinderbox\win-6.1\src\VBox\VMM\VMMAll\TMAllVirtual.cpp(155) unsigned __int64 __cdecl tmVirtualNanoTSBadCpuIndex(struct RTTIMENANOTSDATA *,unsigned short,unsigned short,unsigned short) 00:00:04.151528 Stack : 00:00:04.151528 00007ff8a9b3ee20 VBoxRT.dll!RTAssertMsg1+0xe0 (rva:0xbee20) 00:00:04.151528 00007ff8af95240b VBoxVMM.DLL!tmVirtualNanoTSBadCpuIndex+0x4b (rva:0x17240b) 00:00:04.151528 00007ff8a9bc4f2e VBoxRT.dll!RTTimeNanoTSLFenceSyncInvarWithDeltaUseApicIdExt8000001E+0x25e (rva:0x144f2e) 00:00:04.151528 00007ff8af952dca VBoxVMM.DLL!TMVirtualSyncGetNsToDeadline+0xea (rva:0x172dca) 00:00:04.151528 00007ff8af877ddb VBoxVMM.DLL!TMR3NotifyResume+0x8b (rva:0x97ddb) 00:00:04.151528 00007ff8af823052 VBoxVMM.DLL!EMR3FatalError+0x2682 (rva:0x43052) 00:00:04.151528 00007ff8af884214 VBoxVMM.DLL!VMR3NotifyCpuDeviceReady+0x454 (rva:0xa4214) 00:00:04.151528 00007ff8a9b520ef VBoxRT.dll!RTThreadFromNative+0x1af (rva:0xd20ef) 00:00:04.151528 00007ff8a9c0247c VBoxRT.dll!RTSymlinkRead+0x49c (rva:0x18247c) 00:00:04.151528 0000000052ab1d9f MSVCR100.dll!_endthreadex+0x43 (rva:0x21d9f) 00:00:04.151528 0000000052ab1e3b MSVCR100.dll!_endthreadex+0xdf (rva:0x21e3b) 00:00:04.151528 00007ff8d3091412 KERNEL32.DLL!BaseThreadInitThunk+0x22 (rva:0x1412) 00:00:04.151528 00007ff8d31e54f4 ntdll.dll!RtlUserThreadStart+0x34 (rva:0x154f4) 00:00:04.151528 0000000000000000 00:00:04.372222 !!Assertion Failed!! 00:00:04.372222 Expression: <NULL> 00:00:04.372222 Location : F:\tinderbox\win-6.1\src\VBox\VMM\VMMAll\TMAllVirtual.cpp(155) unsigned __int64 __cdecl tmVirtualNanoTSBadCpuIndex(struct RTTIMENANOTSDATA *,unsigned short,unsigned short,unsigned short) 00:00:04.372222 Stack : 00:00:04.372222 00007ff8a9b3ee20 VBoxRT.dll!RTAssertMsg1+0xe0 (rva:0xbee20) 00:00:04.372222 00007ff8af95240b VBoxVMM.DLL!tmVirtualNanoTSBadCpuIndex+0x4b (rva:0x17240b) 00:00:04.372222 00007ff8a9bc4f2e VBoxRT.dll!RTTimeNanoTSLFenceSyncInvarWithDeltaUseApicIdExt8000001E+0x25e (rva:0x144f2e) 00:00:04.372222 00007ff8af95245f VBoxVMM.DLL!tmVirtualNanoTSBadCpuIndex+0x9f (rva:0x17245f) 00:00:04.372222 00007ff8af876e6e VBoxVMM.DLL!TMR3TimerDestroy+0xe3e (rva:0x96e6e) 00:00:04.372222 00007ff8af876f82 VBoxVMM.DLL!TMR3TimerDestroy+0xf52 (rva:0x96f82) 00:00:04.372222 00007ff8a9c02f70 VBoxRT.dll!RTTimeLocalDeltaNanoFor+0x200 (rva:0x182f70) 00:00:04.372222 00007ff8a9b520ef VBoxRT.dll!RTThreadFromNative+0x1af (rva:0xd20ef) 00:00:04.372222 00007ff8a9c0247c VBoxRT.dll!RTSymlinkRead+0x49c (rva:0x18247c) 00:00:04.372222 0000000052ab1d9f MSVCR100.dll!_endthreadex+0x43 (rva:0x21d9f) 00:00:04.372222 0000000052ab1e3b MSVCR100.dll!_endthreadex+0xdf (rva:0x21e3b) 00:00:04.372222 00007ff8d3091412 KERNEL32.DLL!BaseThreadInitThunk+0x22 (rva:0x1412) 00:00:04.372222 00007ff8d31e54f4 ntdll.dll!RtlUserThreadStart+0x34 (rva:0x154f4) 00:00:04.372222 0000000000000000
Application Error Dialog