Created By welshbyte at 2013/02/08 11:25

https://sucs.org/pb/693 (plain)
  1.   0x00000000004296a0 in alarm_at (when=0x7fff26124480, what=0x675cb8, how=0x40a982 <time_out>) at alarm.c:130
  2.   130    alarm.c: No such file or directory.
  3.       in alarm.c
  4.   (gdb) info locals
  5.   temp = 0x7fff261244b0
  6.   next = 0x3566820
  7.   prev = 0x153a470
  8.   now = {tv_sec = 0, tv_usec = 140733833017597}
  9.   it_delay = {it_interval = {tv_sec = 140179973121920, tv_usec = 140733833016912}, it_value = {tv_sec = 10,
  10.       tv_usec = 140733832119392}}
  11.   (gdb) p *next
  12.   $1 = (struct alarm * volatile) 0x3589030
  13.   (gdb) p **next
  14.   $2 = {when = {tv_sec = 1360396328, tv_usec = 928954}, what = 0x675cb8, how = 0, next = 0x3589090}
  15.   (gdb) p when
  16.   $3 = (const struct timeval *) 0x7fff26124480
  17.   (gdb) p *when
  18.   $4 = {tv_sec = 1360408579, tv_usec = 265238}
  19.   (gdb) p &(**next).next
  20.   $5 = (struct alarm **) 0x3589050
  21.   (gdb) p *&(**next).next
  22.   $6 = (struct alarm *) 0x3589090
  23.   (gdb) p **&(**next).next
  24.   $7 = {when = {tv_sec = 1360396329, tv_usec = 7220}, what = 0x675cb8, how = 0, next = 0x3566860}
  25.   (gdb) p next
  26.   $8 = (struct alarm * volatile *) 0x3566820
  27.   (gdb) p *next
  28.   $9 = (struct alarm * volatile) 0x3589030
  29.   (gdb) p **next
  30.   $10 = {when = {tv_sec = 1360396328, tv_usec = 928954}, what = 0x675cb8, how = 0, next = 0x3589090}
  31.   (gdb) p *next->next
  32.   $11 = {when = {tv_sec = 1360396329, tv_usec = 7220}, what = 0x675cb8, how = 0, next = 0x3566860}
  33.   (gdb) p *next->next->next
  34.   $12 = {when = {tv_sec = 1360396329, tv_usec = 8998}, what = 0x675cb8, how = 0, next = 0x35890f0}
  35.   (gdb) p *next->next->next->next
  36.   $13 = {when = {tv_sec = 1360396329, tv_usec = 85547}, what = 0x675cb8, how = 0, next = 0x35668c0}
  37.   (gdb) p *next->next->next->next->next
  38.   $14 = {when = {tv_sec = 1360396329, tv_usec = 97019}, what = 0x675cb8, how = 0, next = 0x3589150}
  39.   (gdb) p *next->next->next->next->next->next
  40.   $15 = {when = {tv_sec = 1360396329, tv_usec = 164753}, what = 0x675cb8, how = 0, next = 0x3566920}
  41.   (gdb) p *next->next->next->next->next->next->next
  42.   $16 = {when = {tv_sec = 1360396329, tv_usec = 231422}, what = 0x675cb8, how = 0, next = 0x35891b0}
  43.   (gdb) p *next->next->next->next->next->next->next->next
  44.   $17 = {when = {tv_sec = 1360396329, tv_usec = 295434}, what = 0x675cb8, how = 0, next = 0x3566980}
  45.   (gdb) p *next->next->next->next->next->next->next->next->next
  46.   $18 = {when = {tv_sec = 1360396329, tv_usec = 331443}, what = 0x675cb8, how = 0, next = 0x3589210}
  47.   (gdb) p *next->next->next->next->next->next->next->next->next->next
  48.   $19 = {when = {tv_sec = 1360396329, tv_usec = 374126}, what = 0x675cb8, how = 0, next = 0x35669e0}
  49.   (gdb) p *next->next->next->next->next->next->next->next->next->next->next
  50.   $20 = {when = {tv_sec = 1360396329, tv_usec = 409470}, what = 0x675cb8, how = 0, next = 0x3589270}
  51.   (gdb) p *next->next->next->next->next->next->next->next->next->next->next->next
  52.   $21 = {when = {tv_sec = 1360396329, tv_usec = 456125}, what = 0x675cb8, how = 0, next = 0x3566a40}

You must be logged in to paste new items to the PasteBin