Guest User

freedv-gdb

a guest
May 20th, 2013
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 9.36 KB | None | 0 0
  1. C:\MinGW\bin>gdb.exe "C:\Program Files\FreeDV\bin\freedv.exe"
  2. GNU gdb (GDB) 7.5
  3. Copyright (C) 2012 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "i686-pc-mingw32".
  9. For bug reporting instructions, please see:
  10. <http://www.gnu.org/software/gdb/bugs/>...
  11. Reading symbols from C:\Program Files\FreeDV\bin\freedv.exe...done.
  12. (gdb) break abort
  13. Breakpoint 1 at 0x882118
  14. (gdb) run
  15. Starting program: C:\Program Files\FreeDV\bin\freedv.exe
  16. [New Thread 6668.0x1968]
  17. warning: BTMMHOOK 20.05.2013 16:24:45 Thread<1968> Hook DLL loaded
  18.  
  19.  
  20. Breakpoint 1, 0x6e124bf0 in abort ()
  21.    from C:\Program Files\FreeDV\bin\libsox-2.dll
  22. (gdb) where
  23. #0  0x6e124bf0 in abort () from C:\Program Files\FreeDV\bin\libsox-2.dll
  24. #1  0x6e11b520 in _wassert () from C:\Program Files\FreeDV\bin\libsox-2.dll
  25. warning: (Internal error: pc 0x75 in read in psymtab, but not in symtab.)
  26.  
  27. warning: (Internal error: pc 0x75 in read in psymtab, but not in symtab.)
  28.  
  29. #2  0x00000076 in ?? ()
  30. warning: (Internal error: pc 0x75 in read in psymtab, but not in symtab.)
  31.  
  32. #3  0x0022f5c6 in ?? ()
  33. #4  0x5f737463 in ?? ()
  34. #5  0x73645f69 in ?? ()
  35. #6  0x00632e70 in wxToolBarBase::AddControl (
  36.     this=0x77c40e66 <msvcrt!fprintf+83>, control=0x6007, label=...)
  37.     at ./src/common/tbarbase.cpp:219
  38. #7  0xac00007c in ?? ()
  39. #8  0x00006007 in ?? ()
  40. #9  0x91005d40 in ?? ()
  41. #10 0xffffff7c in ?? ()
  42. #11 0xc34e30ff in ?? ()
  43. #12 0xc34e6007 in ?? ()
  44. #13 0x22f7e007 in ?? ()
  45. #14 0x90e92000 in ?? ()
  46. #15 0xac00007c in ?? ()
  47. #16 0xffffff07 in ?? ()
  48. #17 0x91a3cbff in ?? ()
  49. #18 0x91a1ba7c in ?? ()
  50. #19 0xac00007c in ?? ()
  51. #20 0x00006007 in ?? ()
  52. #21 0x01005d40 in ?? ()
  53. Cannot access memory at address 0x65666669
  54. (gdb) n
  55. Single stepping until exit from function abort,
  56. which has no line number information.
  57.  
  58. Breakpoint 1, 0x77c36bb3 in msvcrt!abort ()
  59.    from C:\WINDOWS\system32\msvcrt.dll
  60.  
  61. (gdb) n
  62. Single stepping until exit from function msvcrt!abort,
  63. which has no line number information.
  64. 0x77c3af89 in msvcrt!_lock () from C:\WINDOWS\system32\msvcrt.dll
  65. (gdb) n
  66. Single stepping until exit from function msvcrt!_lock,
  67. which has no line number information.
  68. 0x7c80b56f in KERNEL32!GetModuleFileNameA ()
  69.    from C:\WINDOWS\system32\kernel32.dll
  70. (gdb) n
  71. Single stepping until exit from function KERNEL32!GetModuleFileNameA,
  72. which has no line number information.
  73. 0x77c3b00d in msvcrt!_lock () from C:\WINDOWS\system32\msvcrt.dll
  74. (gdb) n
  75. Single stepping until exit from function msvcrt!_lock,
  76. which has no line number information.
  77. 0x77c3920a in strerror () from C:\WINDOWS\system32\msvcrt.dll
  78. (gdb) n
  79. Single stepping until exit from function strerror,
  80. which has no line number information.
  81. 0x7c801d7b in LoadLibraryA () from C:\WINDOWS\system32\kernel32.dll
  82. (gdb) n
  83. Single stepping until exit from function LoadLibraryA,
  84. which has no line number information.
  85. 0x77c3922a in strerror () from C:\WINDOWS\system32\msvcrt.dll
  86. (gdb) n
  87. Single stepping until exit from function strerror,
  88. which has no line number information.
  89. 0x77c3b127 in msvcrt!_lock () from C:\WINDOWS\system32\msvcrt.dll
  90. (gdb) n
  91. Single stepping until exit from function msvcrt!_lock,
  92. which has no line number information.
  93. warning: (Internal error: pc 0x9 in read in psymtab, but not in symtab.)
  94.  
  95. warning: (Internal error: pc 0x9 in read in psymtab, but not in symtab.)
  96.  
  97. 0x77c36bba in msvcrt!abort () from C:\WINDOWS\system32\msvcrt.dll
  98. (gdb) n
  99. Single stepping until exit from function msvcrt!abort,
  100. which has no line number information.
  101. 0x77c3518d in raise () from C:\WINDOWS\system32\msvcrt.dll
  102. (gdb) n
  103. Single stepping until exit from function raise,
  104. which has no line number information.
  105. 0x77c37420 in strerror () from C:\WINDOWS\system32\msvcrt.dll
  106. (gdb) n
  107. Single stepping until exit from function strerror,
  108. which has no line number information.
  109. 0x77c35199 in raise () from C:\WINDOWS\system32\msvcrt.dll
  110. (gdb) n
  111. Single stepping until exit from function raise,
  112. which has no line number information.
  113. 0x77c39e9a in msvcrt!_exit () from C:\WINDOWS\system32\msvcrt.dll
  114. (gdb) n
  115. Single stepping until exit from function msvcrt!_exit,
  116. which has no line number information.
  117. 0x77c39ddb in msvcrt!_initterm () from C:\WINDOWS\system32\msvcrt.dll
  118. (gdb) n
  119. Single stepping until exit from function msvcrt!_initterm,
  120. which has no line number information.
  121. 0x77c3a5bb in msvcrt!_lock () from C:\WINDOWS\system32\msvcrt.dll
  122. (gdb) n
  123. Single stepping until exit from function msvcrt!_lock,
  124. which has no line number information.
  125. 0x77c39de8 in msvcrt!_initterm () from C:\WINDOWS\system32\msvcrt.dll
  126. (gdb) n
  127. Single stepping until exit from function msvcrt!_initterm,
  128. which has no line number information.
  129. 0x77c280e4 in msvcrt!__uncaught_exception ()
  130.    from C:\WINDOWS\system32\msvcrt.dll
  131. (gdb) n
  132. Single stepping until exit from function msvcrt!__uncaught_exception,
  133. which has no line number information.
  134. 0x7c8449cd in SetUnhandledExceptionFilter ()
  135.    from C:\WINDOWS\system32\kernel32.dll
  136. (gdb) n
  137. Single stepping until exit from function SetUnhandledExceptionFilter,
  138. which has no line number information.
  139. 0x7c81025c in lstrcpynA () from C:\WINDOWS\system32\kernel32.dll
  140. (gdb) n
  141. Single stepping until exit from function lstrcpynA,
  142. which has no line number information.
  143. 0x7c9132d9 in ntdll!RtlEnlargedUnsignedMultiply ()
  144.    from C:\WINDOWS\system32\ntdll.dll
  145. (gdb) n
  146. Single stepping until exit from function ntdll!RtlEnlargedUnsignedMultiply,
  147. which has no line number information.
  148. 0x7c810263 in lstrcpynA () from C:\WINDOWS\system32\kernel32.dll
  149. (gdb) n
  150. Single stepping until exit from function lstrcpynA,
  151. which has no line number information.
  152. 0x7c901000 in ntdll!RtlEnumerateGenericTableLikeADirectory ()
  153.    from C:\WINDOWS\system32\ntdll.dll
  154. (gdb) n
  155. Single stepping until exit from function ntdll!RtlEnumerateGenericTableLikeADire
  156. ctory,
  157. which has no line number information.
  158. 0x7c810275 in lstrcpynA () from C:\WINDOWS\system32\kernel32.dll
  159. (gdb) n
  160. Single stepping until exit from function lstrcpynA,
  161. which has no line number information.
  162. 0x7c844a09 in SetUnhandledExceptionFilter ()
  163.    from C:\WINDOWS\system32\kernel32.dll
  164. (gdb) n
  165. Single stepping until exit from function SetUnhandledExceptionFilter,
  166. which has no line number information.
  167. 0x7c81027a in lstrcpynA () from C:\WINDOWS\system32\kernel32.dll
  168. (gdb) n
  169. Single stepping until exit from function lstrcpynA,
  170. which has no line number information.
  171. 0x7c9132ff in ntdll!RtlDefaultNpAcl () from C:\WINDOWS\system32\ntdll.dll
  172. (gdb) n
  173. Single stepping until exit from function ntdll!RtlDefaultNpAcl,
  174. which has no line number information.
  175. 0x7c9132d9 in ntdll!RtlEnlargedUnsignedMultiply ()
  176.    from C:\WINDOWS\system32\ntdll.dll
  177. (gdb) n
  178. Single stepping until exit from function ntdll!RtlEnlargedUnsignedMultiply,
  179. which has no line number information.
  180. 0x7c810280 in lstrcpynA () from C:\WINDOWS\system32\kernel32.dll
  181. (gdb) n
  182. Single stepping until exit from function lstrcpynA,
  183. which has no line number information.
  184. 0x7c844a67 in SetUnhandledExceptionFilter ()
  185.    from C:\WINDOWS\system32\kernel32.dll
  186. (gdb) n
  187. Single stepping until exit from function SetUnhandledExceptionFilter,
  188. which has no line number information.
  189. 0x7c863cac in SetThreadContext () from C:\WINDOWS\system32\kernel32.dll
  190. (gdb) n
  191. Single stepping until exit from function SetThreadContext,
  192. which has no line number information.
  193. 0x7c80ba71 in VirtualQuery () from C:\WINDOWS\system32\kernel32.dll
  194. (gdb) n
  195. Single stepping until exit from function VirtualQuery,
  196. which has no line number information.
  197. 0x7c863cc5 in SetThreadContext () from C:\WINDOWS\system32\kernel32.dll
  198. (gdb) n
  199. Single stepping until exit from function SetThreadContext,
  200. which has no line number information.
  201. 0x7c844a71 in SetUnhandledExceptionFilter ()
  202.    from C:\WINDOWS\system32\kernel32.dll
  203. (gdb) n
  204. Single stepping until exit from function SetUnhandledExceptionFilter,
  205. which has no line number information.
  206. 0x7c8097aa in SetWaitableTimer () from C:\WINDOWS\system32\kernel32.dll
  207. (gdb) n
  208. Single stepping until exit from function SetWaitableTimer,
  209. which has no line number information.
  210. 0x7c844a84 in SetUnhandledExceptionFilter ()
  211.    from C:\WINDOWS\system32\kernel32.dll
  212. (gdb) n
  213. Single stepping until exit from function SetUnhandledExceptionFilter,
  214. which has no line number information.
  215. 0x7c810285 in lstrcpynA () from C:\WINDOWS\system32\kernel32.dll
  216. (gdb) n
  217. Single stepping until exit from function lstrcpynA,
  218. which has no line number information.
  219. 0x77c280f0 in msvcrt!__uncaught_exception ()
  220.    from C:\WINDOWS\system32\msvcrt.dll
  221. (gdb) n
  222. Single stepping until exit from function msvcrt!__uncaught_exception,
  223. which has no line number information.
  224. 0x77c39d7a in msvcrt!_initterm () from C:\WINDOWS\system32\msvcrt.dll
  225. (gdb) n
  226. Single stepping until exit from function msvcrt!_initterm,
  227. which has no line number information.
  228. 0x77c39d13 in strerror () from C:\WINDOWS\system32\msvcrt.dll
  229. (gdb) n
  230. Single stepping until exit from function strerror,
  231. which has no line number information.
  232. 0x7c80b741 in KERNEL32!GetModuleHandleA ()
  233.    from C:\WINDOWS\system32\kernel32.dll
  234. (gdb) n
  235. Single stepping until exit from function KERNEL32!GetModuleHandleA,
  236. which has no line number information.
  237. 0x77c39d23 in strerror () from C:\WINDOWS\system32\msvcrt.dll
  238. (gdb) n
  239. Single stepping until exit from function strerror,
  240. which has no line number information.
  241. warning: BTMMHOOK 20.05.2013 16:26:26 Thread<1968> Hook DLL unloaded
  242.  
  243. [Inferior 1 (process 6668) exited with code 03]
  244. (gdb)
Add Comment
Please, Sign In to add comment