Hi,

I just install the 1.8.5 and I encountered some of coredump. Below one of
these (Unfortunately, I remove the others before checking their content)


#0  0x00000000004a715c in h2_process_mux (h2c=<optimized out>) at
src/mux_h2.c:2125
2125 h2s->cs->data_cb->send(h2s->cs);


(gdb) bt
#0  0x00000000004a715c in h2_process_mux (h2c=<optimized out>) at
src/mux_h2.c:2125
#1  h2_send (conn=<optimized out>) at src/mux_h2.c:2243
#2  0x00000000004fa0da in conn_fd_handler (fd=<optimized out>) at
src/connection.c:128
#3  0x0000000000509414 in fd_process_cached_events () at src/fd.c:271
#4  0x00000000004b7aa1 in run_poll_loop () at src/haproxy.c:2426
#5  run_thread_poll_loop (data=data@entry=0xdf1570) at src/haproxy.c:2461
#6  0x000000000041b3fd in main (argc=<optimized out>, argv=0x7ffe6074b528)
at src/haproxy.c:3050


(gdb) print h2s
$1 = (struct h2s *) 0x68ce4a0

(gdb) print h2s->cs
$2 = (struct conn_stream *) 0x6e5bf30

(gdb) print h2s->cs->data_cb
$3 = (const struct data_cb *) 0x0


Tell me if you want the binary and the core, I will sent you.

Thierry

Reply via email to