Displaying 1 result from an estimated 1 matches for "test_istream_multiplex_stream_read".
2018 Feb 06
1
Segmentation fault in "make check" test_istream_multiplex for 2.3.0 on Solaris Sparc
...sn't make much sense:
(gdb) print io->fd
$2 = -1
and the resulting address of pollfd is not valid. The full io struct is:
(gdb) print *io
$3 = {io = {condition = IO_READ, source_filename = 0x8c680
"test-multiplex.c", source_linenum = 84, pending = false, callback =
0x33c14 <test_istream_multiplex_stream_read>,
context = 0xc4b80 <test_channel+48>, ioloop = 0x130dd0, ctx = 0x0},
prev = 0xecfc0, next = 0xd3548, refcount = 1, fd = -1, istream = 0xd31e8}
Full stack:
[Current thread is 2 (Thread 1 (LWP 1))]
(gdb) bt full
#0 io_loop_handler_run_internal (ioloop=ioloop at entry=0x130dd0) at...