Page 1 of 1

How to determine the location of a crash?

Posted: 30 Aug 2013 15:33
by kc7bfi
I am seeing a crash in the libvlccore dll. Windows is reporting

Faulting application name: PersonalViewer64.exe, version: 0.0.0.0, time stamp: 0x4a37f7ea
Faulting module name: libvlccore.dll, version: 2.1.0.0, time stamp: 0x521d3822
Exception code: 0x40000015
Fault offset: 0x0000000000119b02
Faulting process id: 0x414
Faulting application start time: 0x01cea4069d9c372b
Faulting application path: C:\Program Files\ORCI\PersonalViewer\bin\PersonalViewer64.exe
Faulting module path: C:\Program Files\ORCI\PersonalViewer\bin\libvlccore.dll
Report Id: 11237240-10ff-11e3-9aa4-d48564091ab7

Is there a way to use the fault offset to determine the function within libvlccore that cause the crash?

Thanks, David

Re: How to determine the location of a crash?

Posted: 30 Aug 2013 17:55
by RĂ©mi Denis-Courmont
You would need a debugger and the debug symbols for LibVLC and the "Personal Viewer 64" application, whatever that is.

Otherwise, no.