Posted to tcl by emiliano at Tue Jun 21 20:31:01 GMT 2011view raw

  1. emiliano@beaujolais:~/src/tcl8.5.10/unix$ gdb ./tcltest -core tcltest.core
  2. GNU gdb 6.5
  3. Copyright (C) 2006 Free Software Foundation, Inc.
  4. GDB is free software, covered by the GNU General Public License, and you are
  5. welcome to change it and/or distribute copies of it under certain conditions.
  6. Type "show copying" to see the conditions.
  7. There is absolutely no warranty for GDB. Type "show warranty" for details.
  8. This GDB was configured as "x86_64--netbsd"...
  9. Reading symbols from /home/emiliano/src/tcl8.5.10/unix/libtcl8.5.so...done.
  10. Loaded symbols for /home/emiliano/src/tcl8.5.10/unix/libtcl8.5.so
  11. Reading symbols from /usr/lib/libm.so.0...done.
  12. Loaded symbols for /usr/lib/libm.so.0
  13. Reading symbols from /usr/lib/libc.so.12...done.
  14. Loaded symbols for /usr/lib/libc.so.12
  15. Reading symbols from /usr/libexec/ld.elf_so...done.
  16. Loaded symbols for /usr/libexec/ld.elf_so
  17. Core was generated by `tcltest'.
  18. Program terminated with signal 11, Segmentation fault.
  19. #0 0x00007f7ff78d5440 in TclListObjCopy (interp=0x0, listPtr=0x7f7ff7744a50)
  20. at /home/emiliano/src/tcl8.5.10/unix/../generic/tclListObj.c:416
  21. 416 DupListInternalRep(listPtr, copyPtr);
  22. (gdb) bt
  23. #0 0x00007f7ff78d5440 in TclListObjCopy (interp=0x0, listPtr=0x7f7ff7744a50)
  24. at /home/emiliano/src/tcl8.5.10/unix/../generic/tclListObj.c:416
  25. #1 0x00007f7ff78e38d0 in NsEnsembleImplementationCmd (clientData=0x7f7ff7705260,
  26. interp=0x7f7ff7723800, objc=2, objv=0x7f7ff6f1e9e8)
  27. at /home/emiliano/src/tcl8.5.10/unix/../generic/tclNamesp.c:6196
  28. #2 0x00007f7ff7836e18 in TclEvalObjvInternal (interp=0x7f7ff7723800, objc=2,
  29. objv=0x7f7ff6f1e9e8, command=0xffffffffffffffff <Address 0xffffffffffffffff out of bounds>,
  30. length=-1, flags=0) at /home/emiliano/src/tcl8.5.10/unix/../generic/tclBasic.c:3699
  31. #3 0x00007f7ff789e998 in TclExecuteByteCode (interp=0x7f7ff7723800, codePtr=0x7f7ff77982d0)
  32. at /home/emiliano/src/tcl8.5.10/unix/../generic/tclExecute.c:2416
  33. #4 0x00007f7ff78faae4 in TclObjInterpProcCore (interp=0x7f7ff7723800,
  34. procNameObj=0x7f7ff77b6360, skip=1, errorProc=0x7f7ff78fb18f <MakeProcError>)
  35. at /home/emiliano/src/tcl8.5.10/unix/../generic/tclProc.c:1761
  36. #5 0x00007f7ff78faa17 in TclObjInterpProc (clientData=0x7f7ff77c7200, interp=0x7f7ff7723800,
  37. objc=2, objv=0x7f7ff6f1e8f8) at /home/emiliano/src/tcl8.5.10/unix/../generic/tclProc.c:1651
  38. #6 0x00007f7ff7836e18 in TclEvalObjvInternal (interp=0x7f7ff7723800, objc=2,
  39. objv=0x7f7ff6f1e8f8, command=0xffffffffffffffff <Address 0xffffffffffffffff out of bounds>,
  40. length=-1, flags=0) at /home/emiliano/src/tcl8.5.10/unix/../generic/tclBasic.c:3699
  41. #7 0x00007f7ff789e998 in TclExecuteByteCode (interp=0x7f7ff7723800, codePtr=0x7f7ff77982d0)
  42. at /home/emiliano/src/tcl8.5.10/unix/../generic/tclExecute.c:2416
  43. #8 0x00007f7ff78faae4 in TclObjInterpProcCore (interp=0x7f7ff7723800,
  44. procNameObj=0x7f7ff77b6360, skip=1, errorProc=0x7f7ff78fb18f <MakeProcError>)
  45. at /home/emiliano/src/tcl8.5.10/unix/../generic/tclProc.c:1761
  46. #9 0x00007f7ff78faa17 in TclObjInterpProc (clientData=0x7f7ff77c7200, interp=0x7f7ff7723800,
  47. objc=2, objv=0x7f7ff6f1e808) at /home/emiliano/src/tcl8.5.10/unix/../generic/tclProc.c:1651
  48. #10 0x00007f7ff7836e18 in TclEvalObjvInternal (interp=0x7f7ff7723800, objc=2,
  49. objv=0x7f7ff6f1e808, command=0xffffffffffffffff <Address 0xffffffffffffffff out of bounds>,
  50. length=-1, flags=0) at /home/emiliano/src/tcl8.5.10/unix/../generic/tclBasic.c:3699
  51. #11 0x00007f7ff789e998 in TclExecuteByteCode (interp=0x7f7ff7723800, codePtr=0x7f7ff77982d0)
  52. at /home/emiliano/src/tcl8.5.10/unix/../generic/tclExecute.c:2416
  53. #12 0x00007f7ff78faae4 in TclObjInterpProcCore (interp=0x7f7ff7723800,
  54. procNameObj=0x7f7ff77b6360, skip=1, errorProc=0x7f7ff78fb18f <MakeProcError>)
  55. at /home/emiliano/src/tcl8.5.10/unix/../generic/tclProc.c:1761
  56.  
  57. And repeats ad nauseam