Advertisement
Guest User

Untitled

a guest
Dec 12th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. GNU gdb (Ubuntu 8.2-0ubuntu1) 8.2
  2. Copyright (C) 2018 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. Attaching to process 22105
  17. Reading symbols from /home/urb/bin/urbit...done.
  18. 0x0000000000747b1e in syscall ()
  19. (gdb)
  20. (gdb) cont
  21. Continuing.
  22. [New LWP 22114]
  23. [New LWP 22115]
  24. [New LWP 22116]
  25. [New LWP 22117]
  26.  
  27. Thread 1 "urbit" received signal SIGSEGV, Segmentation fault.
  28. 0x0000000000445611 in _http_hgen_send (gen_u=0x2c4e590) at vere/http.c:440
  29. 440 vere/http.c: No such file or directory.
  30. (gdb) info locals
  31. h2o_u = <error reading variable h2o_u (Cannot access memory at address 0x159)>
  32. __func__ = "_http_hgen_send"
  33. req_u = 0x2c4b8d0
  34. rec_u = 0x2c417d8
  35. len_w = <optimized out>
  36. vec_u = <optimized out>
  37. (gdb) info args
  38. gen_u = 0x2c4e590
  39. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement