Difference between revisions of "Crashdump"
Jump to navigation
Jump to search
(Created page with ''''crashdump''' is the file VLC's Windows builds generate when VLC crashes. It is stored to '''%appdata%\vlc''' folder and its content can be send to VLC server during next start…') |
m |
||
Line 55: | Line 55: | ||
779e19bb|C:\Windows\system32\ntdll.dll | 779e19bb|C:\Windows\system32\ntdll.dll | ||
779e198e|C:\Windows\system32\ntdll.dll | 779e198e|C:\Windows\system32\ntdll.dll | ||
− | <nowiki> | + | </nowiki> |
+ | |||
+ | So crashdump doesn't reveal the played file or other programs you might be using. |
Revision as of 13:57, 10 August 2010
crashdump is the file VLC's Windows builds generate when VLC crashes. It is stored to %appdata%\vlc folder and its content can be send to VLC server during next startup if you want that. Content of the file is something like this:
[version] OS=6.0.6002.2.Service Pack 2 VLC=1.1.2 The Luggage [exceptions] c0000005 at 6861e792 [context] EDI:00000000 ESI:0257c840 EBX:0000001e EDX:00000008 ECX:00000018 EAX:ffffffe0 EBP:02f8cb00 EIP:6861e792 ESP:02f8cad8 [stacktrace] #EIP|base|module 6861e792|C:\softa\vlc-1.1.2\libvlccore.dll 6862fe8f|C:\softa\vlc-1.1.2\libvlccore.dll 6861cbfa|C:\softa\vlc-1.1.2\libvlccore.dll 70b62590|C:\softa\vlc-1.1.2\plugins\libhotkeys_plugin.dll 686567db|C:\softa\vlc-1.1.2\libvlccore.dll 68656b3e|C:\softa\vlc-1.1.2\libvlccore.dll 68648dc5|C:\softa\vlc-1.1.2\libvlccore.dll 686568a9|C:\softa\vlc-1.1.2\libvlccore.dll 68656b3e|C:\softa\vlc-1.1.2\libvlccore.dll 64032e5d|C:\softa\vlc-1.1.2\plugins\libqt4_plugin.dll 641faa20|C:\softa\vlc-1.1.2\plugins\libqt4_plugin.dll 6420f1f0|C:\softa\vlc-1.1.2\plugins\libqt4_plugin.dll 641d3a24|C:\softa\vlc-1.1.2\plugins\libqt4_plugin.dll 641dab80|C:\softa\vlc-1.1.2\plugins\libqt4_plugin.dll 6466f260|C:\softa\vlc-1.1.2\plugins\libqt4_plugin.dll 645df034|C:\softa\vlc-1.1.2\plugins\libqt4_plugin.dll 645e1255|C:\softa\vlc-1.1.2\plugins\libqt4_plugin.dll 644207fe|C:\softa\vlc-1.1.2\plugins\libqt4_plugin.dll 7789fd72|C:\Windows\system32\USER32.dll 7789fe4a|C:\Windows\system32\USER32.dll 778a018d|C:\Windows\system32\USER32.dll 778a022b|C:\Windows\system32\USER32.dll 6470c1ad|C:\softa\vlc-1.1.2\plugins\libqt4_plugin.dll 6441bb63|C:\softa\vlc-1.1.2\plugins\libqt4_plugin.dll 646feca6|C:\softa\vlc-1.1.2\plugins\libqt4_plugin.dll 646fee4b|C:\softa\vlc-1.1.2\plugins\libqt4_plugin.dll 646704c3|C:\softa\vlc-1.1.2\plugins\libqt4_plugin.dll 64023147|C:\softa\vlc-1.1.2\plugins\libqt4_plugin.dll 6866127a|C:\softa\vlc-1.1.2\libvlccore.dll 764a2599|C:\Windows\system32\msvcrt.dll 764a26b3|C:\Windows\system32\msvcrt.dll 765ad0e9|C:\Windows\system32\kernel32.dll 779e19bb|C:\Windows\system32\ntdll.dll 779e198e|C:\Windows\system32\ntdll.dll
So crashdump doesn't reveal the played file or other programs you might be using.