Ganesh Murthy created DISPATCH-1506:
---------------------------------------
Summary: system_tests_multicast fails with ASAN leak
Key: DISPATCH-1506
URL: https://issues.apache.org/jira/browse/DISPATCH-1506
Project: Qpid Dispatch
Issue Type: Improvement
Components: Container, Tests
Reporter: Ganesh Murthy
======================================================================
58: ERROR: tearDownClass (system_tests_multicast.MulticastLinearTest)
58: ----------------------------------------------------------------------
58: Traceback (most recent call last):
58: File "/home/travis/build/ganeshmurthy/qpid-dispatch/tests/system_test.py",
line 687, in tearDownClass
58: cls.tester.teardown()
58: File "/home/travis/build/ganeshmurthy/qpid-dispatch/tests/system_test.py",
line 632, in teardown
58: raise RuntimeError("Errors during teardown: \n\n%s" % "\n\n".join([str(e)
for e in errors]))
58: RuntimeError: Errors during teardown:
58:
58: Process 13399 error: exit code 23, expected 0
58: qdrouterd -c INT.B.conf -I
/home/travis/build/ganeshmurthy/qpid-dispatch/python
58:
/home/travis/build/ganeshmurthy/qpid-dispatch/build/tests/system_test.dir/system_tests_multicast/MulticastLinearTest/setUpClass/INT.B-2.cmd
58: >>>>
58:
58: =================================================================
58: ==13399==ERROR: LeakSanitizer: detected memory leaks
58:
58: Indirect leak of 192 byte(s) in 1 object(s) allocated from:
58: #0 0x7f5f18bbb076 in __interceptor_posix_memalign
(/usr/lib/x86_64-linux-gnu/libasan.so.2+0x99076)
58: #1 0x7f5f184d3d58 in qd_alloc
/home/travis/build/ganeshmurthy/qpid-dispatch/src/alloc_pool.c:320
58: #2 0x7f5f1852e471 in qd_iterator_buffer
/home/travis/build/ganeshmurthy/qpid-dispatch/src/iterator.c:597
58: #3 0x7f5f18540f66 in qd_message_field_iterator
/home/travis/build/ganeshmurthy/qpid-dispatch/src/message.c:2021
58: #4 0x7f5f18541a67 in qd_message_message_annotations
/home/travis/build/ganeshmurthy/qpid-dispatch/src/message.c:1061
58: #5 0x7f5f1862d9e8 in AMQP_rx_handler
/home/travis/build/ganeshmurthy/qpid-dispatch/src/router_node.c:509
58: #6 0x7f5f1851b1a9 in do_receive
/home/travis/build/ganeshmurthy/qpid-dispatch/src/container.c:185
58: #7 0x7f5f1851b1a9 in qd_container_handle_event
/home/travis/build/ganeshmurthy/qpid-dispatch/src/container.c:647
58: #8 0x7f5f1863c652 in handle
/home/travis/build/ganeshmurthy/qpid-dispatch/src/server.c:995
58: #9 0x7f5f18642110 in thread_run
/home/travis/build/ganeshmurthy/qpid-dispatch/src/server.c:1020
58: #10 0x7f5f180806b9 in start_thread
(/lib/x86_64-linux-gnu/libpthread.so.0+0x76b9)
58:
58: -----------------------------------------------------
58: Suppressions used:
58: count bytes template
58: 1 64 qd_message_receive
58: 10 2592 qdr_core_subscribe
58: 1 192 qdr_forward_closest_CT
58: 3 1984 qdr_link_deliver
58: 1 64 router_annotate_message
58: 13 2240 qd_parse_internal
58: 4554 3365366 *libpython*
58: 37 120 *python2*
58: -----------------------------------------------------
58:
58: SUMMARY: AddressSanitizer: 192 byte(s) leaked in 1 allocation(s).
58: <<<<
58:
58: ----------------------------------------------------------------------
58: Ran 16 tests in 50.252s
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]