Github user ganeshmurthy commented on the issue:
https://github.com/apache/qpid-dispatch/pull/375
I applied this PR to the latest master code and I ran the multi-tenancy
tests and I saw a router crash. The backtrace is similar to the earlier one.
Here it is
(gdb) bt
#0 0x00007f09f3a7c660 in raise () from /lib64/libc.so.6
#1 0x00007f09f3a7dc41 in abort () from /lib64/libc.so.6
#2 0x00007f09f3a74f7a in __assert_fail_base () from /lib64/libc.so.6
#3 0x00007f09f3a74ff2 in __assert_fail () from /lib64/libc.so.6
#4 0x00007f09f4f49244 in qdr_del_link_ref (ref_list=0x7f09dc025880,
link=0x17ed4a0, cls=1) at
/home/gmurthy/opensource/qpid-dispatch/src/router_core/router_core.c:441
#5 0x00007f09f4f3a8b4 in qdr_link_cleanup_CT (core=0x1728780,
conn=0x7f09dc0257e0, link=0x17ed4a0) at
/home/gmurthy/opensource/qpid-dispatch/src/router_core/connections.c:853
#6 0x00007f09f4f3d866 in qdr_link_inbound_detach_CT (core=0x1728780,
action=0x7f09dc1598e0, discard=false) at
/home/gmurthy/opensource/qpid-dispatch/src/router_core/connections.c:1939
#7 0x00007f09f4f4a038 in router_core_thread (arg=0x1728780) at
/home/gmurthy/opensource/qpid-dispatch/src/router_core/router_core_thread.c:83
#8 0x00007f09f487950b in start_thread () from /lib64/libpthread.so.0
#9 0x00007f09f3b3d16f in clone () from /lib64/libc.so.6
(gdb)
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]