Posted to tcl by teo at Sun Nov 25 17:57:19 GMT 2007view raw

  1. Program terminated with signal 11, Segmentation fault.
  2. #0 0x00002b30b6405070 in pthread_mutex_unlock () from /lib/libpthread.so.0
  3. (gdb) bt
  4. #0 0x00002b30b6405070 in pthread_mutex_unlock () from /lib/libpthread.so.0
  5. #1 0x00002b30b61bb7e0 in Tcl_WaitForEvent (timePtr=<value optimized out>)
  6. at /home/sergei/debian/tcl/tcl8.5-0.b3/unix/../unix/tclUnixNotfy.c:871
  7. #2 0x00002b30b61899ae in Tcl_DoOneEvent (flags=-3)
  8. at /home/sergei/debian/tcl/tcl8.5-0.b3/unix/../generic/tclNotify.c:957
  9. #3 0x00000000004124a9 in Tcl_ThreadObjCmd ()
  10. #4 0x00002b30b611c31e in TclEvalObjvInternal (interp=0x6709f0, objc=2, objv=0x67fcd8,
  11. command=0x64cd8e "testthread wait\n ", length=16, flags=0)
  12. at /home/sergei/debian/tcl/tcl8.5-0.b3/unix/../generic/tclBasic.c:3661
  13. #5 0x00002b30b611ce74 in TclEvalEx (interp=0x6709f0,
  14. script=0x64cd50 "\n\tsource /home/sergei/debian/tcl/tcl8.5-0.b3/unix/httpd_9030\n\ttestthread wait\n ",
  15. numBytes=<value optimized out>, flags=<value optimized out>, line=3)
  16. at /home/sergei/debian/tcl/tcl8.5-0.b3/unix/../generic/tclBasic.c:4311
  17. #6 0x00002b30b611d35d in Tcl_Eval (interp=0x0, script=0x0)
  18. at /home/sergei/debian/tcl/tcl8.5-0.b3/unix/../generic/tclBasic.c:4488
  19. #7 0x000000000041299c in NewTestThread ()
  20. #8 0x00002b30b6402f1a in start_thread () from /lib/libpthread.so.0
  21. #9 0x00002b30b675d6c2 in clone () from /lib/libc.so.6
  22. #10 0x0000000000000000 in ?? ()
  23. (gdb)