Skip to content

Instantly share code, notes, and snippets.

@avilleret
Created September 17, 2014 10:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avilleret/2caadc46c8c0e39e2b4f to your computer and use it in GitHub Desktop.
Save avilleret/2caadc46c8c0e39e2b4f to your computer and use it in GitHub Desktop.
gdb backtrace of gem_videoVLC.dll issue
$ gdb pd.com
GNU gdb (GDB) 7.4
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-pc-mingw32".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from c:\Users\win7\pd\pd-0.46.0\bin\pd.com...(no debugging symbols found)...done.
(gdb) run
Starting program: c:\Users\win7\pd\pd-0.46.0\bin\pd.com
[New Thread 2924.0x1130]
[New Thread 2924.0x4c8]
Pd-0.46.0 ("") compiled 11:16:40 Aug 27 2014
port 5401
Waiting for connection request...
... connected
open: C:\Program Files (x86)\Common Files\Pd/gem.conf: No such file or directory
open: C:\Users\win7\AppData\Roaming\Pd/gem.conf: No such file or directory
open: ./gem.conf: No such file or directory
load plugins 'film' in 'C:/Users/win7/pd/Gem/build/win-vce2010/'
pattern : C:/Users/win7/pd/Gem/build/win-vce2010/gem_film*.dll
dylib loading file 'gem_filmDS.dll'!
GemDylib failed: #126: Le module spÚcifiÚ est introuvable.
GemDylib throwing: DLLerror(0x7e)Le module spÚcifiÚ est introuvable.
[New Thread 2924.0x12a0]
load plugins 'image' in 'C:/Users/win7/pd/Gem/build/win-vce2010/'
pattern : C:/Users/win7/pd/Gem/build/win-vce2010/gem_image*.dll
dylib loading file 'gem_imageMAGICK.dll'!
GemDylib failed: #126: Le module spÚcifiÚ est introuvable.
GemDylib throwing: DLLerror(0x7e)Le module spÚcifiÚ est introuvable.
not reloading 'image' plugins (already 1 loaded)
load plugins 'image' in 'C:/Users/win7/pd/Gem/build/win-vce2010/'
pattern : C:/Users/win7/pd/Gem/build/win-vce2010/gem_image*.dll
dylib loading file 'gem_imageMAGICK.dll'!
load plugins 'model' in 'C:/Users/win7/pd/Gem/build/win-vce2010/'
pattern : C:/Users/win7/pd/Gem/build/win-vce2010/gem_model*.dll
load plugins 'record' in 'C:/Users/win7/pd/Gem/build/win-vce2010/'
pattern : C:/Users/win7/pd/Gem/build/win-vce2010/gem_record*.dll
load plugins 'video' in 'C:/Users/win7/pd/Gem/build/win-vce2010/'
pattern : C:/Users/win7/pd/Gem/build/win-vce2010/gem_video*.dll
dylib loading file 'gem_videoAVT.dll'!
GemDylib failed: #126: Le module spÚcifiÚ est introuvable.
GemDylib throwing: DLLerror(0x7e)Le module spÚcifiÚ est introuvable.
dylib loading file 'gem_videoPylon.dll'!
GemDylib failed: #126: Le module spÚcifiÚ est introuvable.
GemDylib throwing: DLLerror(0x7e)Le module spÚcifiÚ est introuvable.
GemDylib failed: #127: La procÚdure spÚcifiÚe est introuvable.
GemDylib throwing: DLLerror(0x7f)La procÚdure spÚcifiÚe est introuvable.
library loading returned: DLLerror(0x7f)La procÚdure spÚcifiÚe est introuvable.
dylib loading file 'gem_videoVLC.dll'!
GemDylib failed: #126: Le module spÚcifiÚ est introuvable.
GemDylib throwing: DLLerror(0x7e)Le module spÚcifiÚ est introuvable.
[New Thread 2924.0xdd8]
[New Thread 2924.0xdc0]
[New Thread 2924.0x464]
Program received signal SIGSEGV, Segmentation fault.
0x00905a4d in ?? ()
(gdb) tread apply all bt
Undefined command: "tread". Try "help".
(gdb) thread apply all bt
Thread 6 (Thread 2924.0x464):
#0 0x77b127e0 in ntdll!memmove () from C:\Windows\system32\ntdll.dll
#1 0x00690000 in ?? ()
#2 0x77af35b7 in ntdll!RtlReleasePebLock () from C:\Windows\system32\ntdll.dll
#3 0x0000007f in ?? ()
#4 0x006be520 in ?? ()
#5 0x77af34a2 in ntdll!LdrLoadAlternateResourceModuleEx () from C:\Windows\system32\ntdll.dll
#6 0x006be4e8 in ?? ()
#7 0x77b9172e in ntdll!RtlValidateHeap () from C:\Windows\system32\ntdll.dll
#8 0x00690000 in ?? ()
#9 0x77b4ac29 in ntdll!AlpcMaxAllowedMessageLength () from C:\Windows\system32\ntdll.dll
#10 0x00690000 in ?? ()
#11 0x77af34a2 in ntdll!LdrLoadAlternateResourceModuleEx () from C:\Windows\system32\ntdll.dll
#12 0x006be4e8 in ?? ()
#13 0x77aee6a8 in ntdll!LdrVerifyImageMatchesChecksumEx () from C:\Windows\system32\ntdll.dll
#14 0x00690000 in ?? ()
#15 0x77aee67f in ntdll!LdrVerifyImageMatchesChecksumEx () from C:\Windows\system32\ntdll.dll
#16 0x006be4f0 in ?? ()
#17 0x77022eba in KERNELBASE!GetModuleHandleW () from C:\Windows\syswow64\KernelBase.dll
#18 0x036916ae in PvUnInitialize () from c:\Users\win7\pd\pd-0.46.0\bin\PvAPI.dll
#19 0x03835320 in ?? ()
#20 0x0368c13d in PvUnInitialize () from c:\Users\win7\pd\pd-0.46.0\bin\PvAPI.dll
#21 0x00000002 in ?? ()
#22 0x00000000 in ?? ()
Thread 5 (Thread 2924.0xdc0):
#0 0x77ae015d in ntdll!RtlEnableEarlyCriticalSectionEventCreation () from C:\Windows\system32\ntdll.dll
#1 0x77ae015d in ntdll!RtlEnableEarlyCriticalSectionEventCreation () from C:\Windows\system32\ntdll.dll
#2 0x770215f7 in WaitForMultipleObjectsEx () from C:\Windows\syswow64\KernelBase.dll
#3 0x00000002 in ?? ()
#4 0x050efe98 in ?? ()
#5 0x76cd19f8 in KERNEL32!GetVolumePathNamesForVolumeNameA () from C:\Windows\syswow64\kernel32.dll
#6 0x050efe98 in ?? ()
#7 0x76cd4200 in KERNEL32!CheckForReadOnlyResource () from C:\Windows\syswow64\kernel32.dll
#8 0x00000002 in ?? ()
#9 0x7efde000 in ?? ()
#10 0x0366f696 in PvUnInitialize () from c:\Users\win7\pd\pd-0.46.0\bin\PvAPI.dll
Thread 4 (Thread 2924.0xdd8):
#0 0x77ae015d in ntdll!RtlEnableEarlyCriticalSectionEventCreation () from C:\Windows\system32\ntdll.dll
#1 0x77ae015d in ntdll!RtlEnableEarlyCriticalSectionEventCreation () from C:\Windows\system32\ntdll.dll
#2 0x770215f7 in WaitForMultipleObjectsEx () from C:\Windows\syswow64\KernelBase.dll
#3 0x00000001 in ?? ()
#4 0x04eefe98 in ?? ()
#5 0x76cd19f8 in KERNEL32!GetVolumePathNamesForVolumeNameA () from C:\Windows\syswow64\kernel32.dll
#6 0x04eefe98 in ?? ()
#7 0x76cd4200 in KERNEL32!CheckForReadOnlyResource () from C:\Windows\syswow64\kernel32.dll
#8 0x00000001 in ?? ()
#9 0x7efde000 in ?? ()
#10 0x0366f696 in PvUnInitialize () from c:\Users\win7\pd\pd-0.46.0\bin\PvAPI.dll
Thread 2 (Thread 2924.0x4c8):
#0 0x77ae015d in ntdll!RtlEnableEarlyCriticalSectionEventCreation () from C:\Windows\system32\ntdll.dll
#1 0x77ae015d in ntdll!RtlEnableEarlyCriticalSectionEventCreation () from C:\Windows\system32\ntdll.dll
#2 0x77b12f91 in ntdll!RtlWeaklyEnumerateEntryHashTable () from C:\Windows\system32\ntdll.dll
#3 0x00000003 in ?? ()
#4 0x006a0120 in ?? ()
#5 0x76cd338a in KERNEL32!BaseCleanupAppcompatCacheSupport () from C:\Windows\syswow64\kernel32.dll
#6 0x021dffd4 in ?? ()
#7 0x77af9f72 in ntdll!RtlpNtSetValueKey () from C:\Windows\system32\ntdll.dll
#8 0x006a00f0 in ?? ()
#9 0x77af9f45 in ntdll!RtlpNtSetValueKey () from C:\Windows\system32\ntdll.dll
#10 0x77b12e65 in ntdll!RtlWeaklyEnumerateEntryHashTable () from C:\Windows\system32\ntdll.dll
#11 0x006a00f0 in ?? ()
#12 0x00000000 in ?? ()
Thread 1 (Thread 2924.0x1130):
#0 0x00905a4d in ?? ()
#1 0x01ed2059 in gem_videoVLC!??0videoVLC@plugins@gem@@QAE@XZ () from C:\Users\win7\pd\Gem\build\win-vce2010\gem_videoVLC.dll
#2 0x01ed22a5 in gem_videoVLC!?setProperties@videoVLC@plugins@gem@@UAEXAAVProperties@3@@Z () from C:\Users\win7\pd\Gem\build\win-vce2010\gem_videoVLC.dll
#3 0x100a9a00 in Gem!?doGetInstance@?$PluginFactory@Vvideo@plugins@gem@@@gem@@AAEPAVvideo@plugins@2@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z ()
from C:\Users\win7\pd\Gem\build\win-vce2010\Gem.dll
#4 0x100ad03c in Gem!?getInstance@?$PluginFactory@Vvideo@plugins@gem@@@gem@@SAPAVvideo@plugins@2@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z ()
from C:\Users\win7\pd\Gem\build\win-vce2010\Gem.dll
#5 0x100ad3a6 in Gem!?doGetIDs@?$PluginFactory@Vvideo@plugins@gem@@@gem@@AAE?AV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@st
d@@V?$allocator@D@2@@std@@@2@@std@@XZ () from C:\Users\win7\pd\Gem\build\win-vce2010\Gem.dll
#6 0x100ad85c in Gem!?getIDs@?$PluginFactory@Vvideo@plugins@gem@@@gem@@SA?AV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@
V?$allocator@D@2@@std@@@2@@std@@XZ () from C:\Users\win7\pd\Gem\build\win-vce2010\Gem.dll
#7 0x100ae502 in Gem!?getInstance@video@plugins@gem@@SAPAV123@XZ () from C:\Users\win7\pd\Gem\build\win-vce2010\Gem.dll
#8 0x100a883e in Gem!??0video@plugins@gem@@QAE@ABV012@@Z () from C:\Users\win7\pd\Gem\build\win-vce2010\Gem.dll
#9 0x0041a458 in ?? ()
#10 0x1009a9eb in Gem!??0Properties@gem@@QAE@ABV01@@Z () from C:\Users\win7\pd\Gem\build\win-vce2010\Gem.dll
#11 0x69a38fa0 in ?? () from c:\Users\win7\pd\pd-0.46.0\bin\pd.dll
#12 0x69a39329 in ?? () from c:\Users\win7\pd\pd-0.46.0\bin\pd.dll
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment