Advertisement
bogdb

scidb-shutdown-segfault

Apr 6th, 2018
2,114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 2.85 KB | None | 0 0
  1. $ gdb
  2. GNU gdb (GDB) 8.1
  3. Copyright (C) 2018 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 "x86_64-pc-linux-gnu".
  9. Type "show configuration" for configuration details.
  10. For bug reporting instructions, please see:
  11. <http://www.gnu.org/software/gdb/bugs/>.
  12. Find the GDB manual and other documentation resources online at:
  13. <http://www.gnu.org/software/gdb/documentation/>.
  14. For help, type "help".
  15. Type "apropos word" to search for commands related to "word".
  16. (gdb) attach 10028
  17. Attaching to process 10028
  18. [New LWP 10031]
  19. [Thread debugging using libthread_db enabled]
  20. Using host libthread_db library "/usr/lib/libthread_db.so.1".
  21. 0x00007fc4cf4cd3bd in pthread_cond_wait@@GLIBC_2.3.2 () from /usr/lib64/libpthread.so.0
  22. (gdb) cont
  23. Continuing.
  24.  
  25. Thread 1 "tkscidb-beta" received signal SIGSEGV, Segmentation fault.
  26. 0x00007fc4d003f268 in HashArrayKey () from /usr/lib64/libtcl8.6.so
  27. (gdb) bt
  28. #0  0x00007fc4d003f268 in HashArrayKey () from /usr/lib64/libtcl8.6.so
  29. #1  0x00007fc4d003f3c9 in CreateHashEntry () from /usr/lib64/libtcl8.6.so
  30. #2  0x00007fc4d14f6b59 in MakeTransparentWindowExist (tkwin=0x7fc4c632bfd0, parent=2097185) at tk_busy.cpp:871
  31. #3  0x00007fc4d14f6f26 in CreateBusy (interp=0x7fffdd420620, tkRef=0x7fffdd727690) at tk_busy.cpp:1016
  32. #4  0x00007fc4d14f71b6 in HoldBusy (busyTablePtr=0x7fc4d1d3bea0 <ScBusyObjCmd(void*, Tcl_Interp*, int, Tcl_Obj* const*)::busyTable>, interp=0x7fffdd420620, windowObj=0x7fc4c4566df0, configObjc=0, configObjv=0x7fffdd424f50) at tk_busy.cpp:1171
  33. #5  0x00007fc4d14f778d in ScBusyObjCmd (clientData=0x0, interp=0x7fffdd420620, objc=3, objv=0x7fffdd424f38) at tk_busy.cpp:1342
  34. #6  0x00007fc4d1455bd9 in safeCall (clientData=0x7fc4d14f7248 <ScBusyObjCmd(ClientData, Tcl_Interp*, int, Tcl_Obj* const*)>, ti=0x7fffdd420620, objc=3, objv=0x7fffdd424f38) at tcl_base.cpp:1006
  35. #7  0x00007fc4cff9fe36 in TclNRRunCallbacks () from /usr/lib64/libtcl8.6.so
  36. #8  0x00007fc4cffa1ccc in TclEvalEx () from /usr/lib64/libtcl8.6.so
  37. #9  0x00007fc4cffa2503 in Tcl_EvalEx () from /usr/lib64/libtcl8.6.so
  38. #10 0x00007fc4d0da75b0 in TkWmProtocolEventProc () from /usr/lib64/libtk8.6.so
  39. #11 0x00007fc4d0ce67bf in Tk_HandleEvent () from /usr/lib64/libtk8.6.so
  40. #12 0x00007fc4d0ce68f1 in WindowEventProc () from /usr/lib64/libtk8.6.so
  41. #13 0x00007fc4d0069c88 in Tcl_ServiceEvent () from /usr/lib64/libtcl8.6.so
  42. #14 0x00007fc4d0069ef0 in Tcl_DoOneEvent () from /usr/lib64/libtcl8.6.so
  43. #15 0x00007fc4d0ce7112 in Tk_MainLoop () from /usr/lib64/libtk8.6.so
  44. #16 0x00007fc4d0cf5ccb in Tk_MainEx () from /usr/lib64/libtk8.6.so
  45. #17 0x00007fc4d144cd65 in main (argc=2, argv=0x7fffe4cf8278) at tkscidb.cpp:110
  46. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement