Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.12 KB | None | 0 0
  1. GNU gdb (Debian 8.3.1-1) 8.3.1
  2. Copyright (C) 2019 Free Software Foundation, Inc.
  3. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  4. This is free software: you are free to change and redistribute it.
  5. There is NO WARRANTY, to the extent permitted by law.
  6. Type "show copying" and "show warranty" for details.
  7. This GDB was configured as "x86_64-linux-gnu".
  8. Type "show configuration" for configuration details.
  9. For bug reporting instructions, please see:
  10. <http://www.gnu.org/software/gdb/bugs/>.
  11. Find the GDB manual and other documentation resources online at:
  12. <http://www.gnu.org/software/gdb/documentation/>.
  13.  
  14. For help, type "help".
  15. Type "apropos word" to search for commands related to "word"...
  16. Reading symbols from ./driver...
  17. (gdb) run /pack/fluffos/bin/config.lima
  18. Starting program: /home/staun/quixadhal/fluffos.debug/src/driver /pack/fluffos/bin/config.lima
  19. using config file: /pack/fluffos/bin/config.lima
  20. Initializing internal tables....
  21. ----------------------------------------------------------------------------
  22. PLEXUS (FluffOS v2.28.3) starting up on Linux/x86-64 - Mon Feb 17 19:37:02 2020
  23.  
  24.  
  25. System Error: init_addr_server: gethostbyname:Success
  26.  
  27. Loading preloaded files ...
  28. Initializations complete.
  29.  
  30. Accepting connections on port 4242.
  31. No more ports available; fd #6 ignored.
  32.  
  33. Program received signal SIGSEGV, Segmentation fault.
  34. 0x00005555555e6f94 in we_are_finished (state=0x7fffffff5560) at parser.c:2613
  35. 2613 parser.c: No such file or directory.
  36. (gdb) where
  37. #0 0x00005555555e6f94 in we_are_finished (state=0x7fffffff5560) at parser.c:2613
  38. #1 0x00005555555e7646 in parse_rule (state=0x7fffffff5560) at parser.c:2694
  39. #2 0x00005555555e3be5 in parse_obj (tok=12, state=0x7fffffff55e0, ordinal=0) at parser.c:1470
  40. #3 0x00005555555e76b2 in parse_rule (state=0x7fffffff5c70) at parser.c:2707
  41. #4 0x00005555555e3be5 in parse_obj (tok=36, state=0x7fffffff5cf0, ordinal=0) at parser.c:1470
  42. #5 0x00005555555e76b2 in parse_rule (state=0x7fffffff5d30) at parser.c:2707
  43. #6 0x00005555555e7edc in parse_rules () at parser.c:2845
  44. #7 0x00005555555e83fe in parse_recurse (iwords=0x7fffffff9390, ostart=0x7fffffff8b90, oend=0x7fffffff8390) at parser.c:2913
  45. #8 0x00005555555e80f3 in parse_recurse (iwords=0x7fffffff9388, ostart=0x7fffffff8b88, oend=0x7fffffff8388) at parser.c:2880
  46. #9 0x00005555555e80f3 in parse_recurse (iwords=0x7fffffff9380, ostart=0x7fffffff8b80, oend=0x7fffffff8380) at parser.c:2880
  47. #10 0x00005555555e80f3 in parse_recurse (iwords=0x7fffffff9378, ostart=0x7fffffff8b78, oend=0x7fffffff8378) at parser.c:2880
  48. #11 0x00005555555e899d in parse_sentence (input=0x555555a575e8 "give tooth to bren") at parser.c:3016
  49. #12 0x00005555555e8d8a in f_parse_sentence () at parser.c:3112
  50. #13 0x0000555555581082 in eval_instruction (p=0x5555556d8877 "\003\002\004\n\031\035") at interpret.c:3812
  51. #14 0x0000555555581c75 in apply_low (fun=0x5555556ef158 "do_game_command", ob=0x5555559850e0, num_arg=1) at interpret.c:4223
  52. #15 0x00005555555abcfb in f__call_other () at efuns_main.c:240
  53. #16 0x0000555555581082 in eval_instruction (p=0x5555559a0778 "\017|\017{\016\016\a\002") at interpret.c:3812
  54. #17 0x0000555555581c75 in apply_low (fun=0x555555729a78 "call_main", ob=0x555555a335b0, num_arg=7) at interpret.c:4223
  55. #18 0x00005555555abcfb in f__call_other () at efuns_main.c:240
  56. #19 0x0000555555581082 in eval_instruction (p=0x5555559bfffd "@") at interpret.c:3812
  57. #20 0x00005555555dae39 in call_function_pointer (funp=0x555555986060, num_arg=1) at function.c:297
  58. #21 0x00005555555d6e13 in f__evaluate () at eoperators.c:1253
  59. #22 0x0000555555581082 in eval_instruction (p=0x5555556e1640 "\002\002@\300H\v!1'\n") at interpret.c:3812
  60. #23 0x00005555555dae39 in call_function_pointer (funp=0x555555a22e90, num_arg=1) at function.c:297
  61. #24 0x00005555555a13ed in call_function_interactive (i=0x555555980cd0, str=0x555555988190 "\033[0m\n>>>Quest step completed! You just gained 100 XP!<<<\033[0m\n\033[0m") at comm.c:2658
  62. #25 0x00005555555a0b8d in process_user_command () at comm.c:2351
  63. #26 0x00005555555903e6 in backend () at backend.c:162
  64. #27 0x0000555555573d00 in main (argc=2, argv=0x7fffffffdfe8) at main.c:447
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement