Displaying 1 result from an estimated 1 matches for "next_io".
2006 May 22
1
beta8: cores on corrupted index file
...) print cmd
$9 = (struct client_command_context *) 0x0
(gdb) up
#12 0x00079718 in io_loop_handler_run (ioloop=0xb1b40) at ioloop-poll.c:203
203 io->callback(io->context);
(gdb) print *ioloop
$10 = {prev = 0x0, pool = 0x1, ios = 0xaf4d8, notifys = 0xb1bd8,
next_io = 0xb1d08, timeouts = 0xb1570, handler_context = 0x0,
notify_handler_context = 0xb5dc0, running = 0}
(gdb) up
#13 0x00078f94 in io_loop_run (ioloop=0xaf440) at ioloop.c:274
274 io_loop_handler_run(ioloop);
(gdb) print *ioloop
$11 = {prev = 0x0, pool = 0xa62cc, ios = 0xaf4d8, n...