Advertisement
cheako

Selecting, either closed or half open.

Oct 30th, 2015
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 1.52 KB | None | 0 0
  1. (gdb) cont
  2. Continuing.
  3. Watchpoint 4: master
  4.  
  5. Old value = {__fds_bits = {8, 0 <repeats 31 times>}}
  6. New value = {__fds_bits = {520, 0 <repeats 31 times>}}
  7. main (argc=1, argv=0xffffd9e4) at server.c:120
  8. (gdb) cont
  9. Continuing.
  10. ^C
  11. Program received signal SIGINT, Interrupt.
  12. 0xf7e4fc31 in _itoa_word (value=0, buflim=0xffffd37f "8 \271\377\367\022", buflim@entry=0xffffd380 " \271\377\367\022", base=10, upper_case=0) at _itoa.c:179
  13. (gdb) cont
  14. Continuing.
  15. /home/cheako/src/github/ihlt/src/ihlt: New connection from 127.0.0.1 on socket 8 index 9
  16. Watchpoint 5: read_fds
  17.  
  18. Old value = {__fds_bits = {8, 0 <repeats 31 times>}}
  19. New value = {__fds_bits = {520, 0 <repeats 31 times>}}
  20. 0x08048aaa in main (argc=1, argv=0xffffd9e4) at server.c:100
  21. (gdb) cont
  22. Continuing.
  23. ^C
  24. Program received signal SIGINT, Interrupt.
  25. 0xf7ff39e4 in strcmp (p1=0xf7e1fffd "GLIBC_2.0", p2=0xf7e1fffd "GLIBC_2.0") at strcmp.c:42
  26. cont
  27. Continuing.
  28. Continuing.
  29. Continuing.
  30. (gdb) Continuing.
  31. Continuing.
  32. Continuing.
  33. ^C
  34. Program received signal SIGINT, Interrupt.
  35. 0xf7e7c238 in _IO_new_file_overflow (f=0x804b0f8, ch=105) at fileops.c:866
  36. cont
  37. Continuing.
  38. Continuing.
  39. Continuing.
  40. (gdb) Continuing.
  41. Continuing.
  42. Error waiting for input.: Bad file descriptor
  43. ^C
  44. Program received signal SIGINT, Interrupt.
  45. 0xf7e7cebc in __GI__IO_setb (f=f@entry=0x804b0f8, b=b@entry=0x0, eb=eb@entry=0x0, a=a@entry=0) at genops.c:403
  46. cont
  47. Continuing.
  48. Continuing.
  49. (gdb) Continuing.
  50. Continuing.
  51. Continuing.
  52. Continuing.
  53. [Inferior 1 (process 1035) exited with code 01]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement