Guest User

Untitled

a guest
May 22nd, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
TCL 1.61 KB | None | 0 0
  1. Program received signal SIGSEGV, Segmentation fault.
  2. 0x00007ffff50ef004 in wordcmp (word1=..., word2=...)
  3.     at .././megahal.mod/megahal.c:2277
  4. 2277                    if(toupper(word1.word[i])!=toupper(word2.word[i]))
  5. (gdb) bt
  6. #0  0x00007ffff50ef004 in wordcmp (word1=..., word2=...)
  7.     at .././megahal.mod/megahal.c:2277
  8. #1  0x00007ffff50ef0c5 in search_dictionary (dictionary=0x702d10, word=...,
  9.     find=0x7fffffffc2cc) at .././megahal.mod/megahal.c:2207
  10. #2  0x00007ffff50ef18f in find_word (dictionary=0x702d10, word=...)
  11.     at .././megahal.mod/megahal.c:2254
  12. #3  0x00007ffff50f2d14 in reply (model=0x702c70, keys=0x80a820)
  13.     at .././megahal.mod/megahal.c:3651
  14. #4  0x00007ffff50f3041 in generate_reply (model=<value optimized out>,
  15.     words=0x6da310) at .././megahal.mod/megahal.c:3419
  16. #5  0x00007ffff50f48bc in tcl_getreply (cd=<value optimized out>,
  17.     irp=0x680af0, argc=<value optimized out>, argv=0x685750)
  18.     at .././megahal.mod/megahal.c:1480
  19. #6  0x00007ffff7af34f8 in TclInvokeStringCommand ()
  20.    from /usr/lib/libtcl8.5.so.0
  21. #7  0x00007ffff7af4d63 in ?? () from /usr/lib/libtcl8.5.so.0
  22. #8  0x00007ffff7b3b98e in ?? () from /usr/lib/libtcl8.5.so.0
  23. #9  0x00007ffff7b7e237 in TclObjInterpProcCore () from /usr/lib/libtcl8.5.so.0
  24. #10 0x00007ffff7af4d63 in ?? () from /usr/lib/libtcl8.5.so.0
  25. #11 0x00007ffff7b3b98e in ?? () from /usr/lib/libtcl8.5.so.0
  26. #12 0x00007ffff7b7e237 in TclObjInterpProcCore () from /usr/lib/libtcl8.5.so.0
  27. #13 0x00007ffff7af4d63 in ?? () from /usr/lib/libtcl8.5.so.0
  28. #14 0x00007ffff7af5c94 in ?? () from /usr/lib/libtcl8.5.so.0
  29. ---Type <return> to continue, or q <return> to quit---
Add Comment
Please, Sign In to add comment