Posted to tcl by hypnotoad at Tue Sep 02 19:19:24 GMT 2014view raw

  1. $ gdb ./tclsh86.exe
  2. GNU gdb (GDB) 7.6.1
  3. Copyright (C) 2013 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 "mingw32".
  9. For bug reporting instructions, please see:
  10. <http://www.gnu.org/software/gdb/bugs/>...
  11. Reading symbols from c:\odie\sandbox\tcl\win\tclsh86.exe...done.
  12. (gdb) run exit.tcl
  13. Starting program: c:\odie\sandbox\tcl\win/./tclsh86.exe exit.tcl
  14. [New Thread 680.0x6c4]
  15. warning: HEAP[tclsh86.exe]:
  16. warning: Invalid address specified to RtlFreeHeap( 00730000, 00A02D60 )
  17.  
  18.  
  19. Program received signal SIGTRAP, Trace/breakpoint trap.
  20. 0x77140575 in ntdll!RtlpNtEnumerateSubKey ()
  21. from C:\Windows\system32\ntdll.dll
  22. (gdb) bt
  23. #0 0x77140575 in ntdll!RtlpNtEnumerateSubKey ()
  24. from C:\Windows\system32\ntdll.dll
  25. #1 0x77102aba in ntdll!RtlUlonglongByteSwap ()
  26. from C:\Windows\system32\ntdll.dll
  27. #2 0x00a02d58 in ?? ()
  28. #3 0x771415cf in ntdll!RtlpNtEnumerateSubKey ()
  29. from C:\Windows\system32\ntdll.dll
  30. #4 0x770fac29 in ntdll!RtlUlonglongByteSwap ()
  31. from C:\Windows\system32\ntdll.dll
  32. #5 0x00730000 in ?? ()
  33. #6 0x770a34a2 in ntdll!RtlImageNtHeader () from C:\Windows\system32\ntdll.dll
  34. #7 0x769f14ad in KERNEL32!HeapFree () from C:\Windows\syswow64\kernel32.dll
  35. #8 0x6d5ffdcf in TclFreeAllocCache () from c:\odie\sandbox\tcl\win\tcl86.dll
  36. #9 0x6d62c855 in TclpFreeAllocCache () from c:\odie\sandbox\tcl\win\tcl86.dll
  37. #10 0x6d600654 in TclFinalizeThreadAllocThread ()
  38. from c:\odie\sandbox\tcl\win\tcl86.dll
  39. #11 0x6d593bab in Tcl_Exit () from c:\odie\sandbox\tcl\win\tcl86.dll
  40. #12 0x6d523a36 in Tcl_ExitObjCmd () from c:\odie\sandbox\tcl\win\tcl86.dll
  41. #13 0x6d510480 in Dispatch () from c:\odie\sandbox\tcl\win\tcl86.dll
  42. #14 0x6d5151f5 in TclNRRunCallbacks () from c:\odie\sandbox\tcl\win\tcl86.dll
  43. #15 0x6d51721f in TclEvalEx () from c:\odie\sandbox\tcl\win\tcl86.dll
  44. #16 0x6d5c3a43 in Tcl_FSEvalFileEx () from c:\odie\sandbox\tcl\win\tcl86.dll
  45. #17 0x6d5ca7b3 in Tcl_MainExW () from c:\odie\sandbox\tcl\win\tcl86.dll
  46. #18 0x004039fa in main ()