[
https://issues.apache.org/jira/browse/DISPATCH-1686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ganesh Murthy updated DISPATCH-1686:
------------------------------------
Description:
{noformat}
26: ======================================================================
26: ERROR: tearDownClass
(system_tests_policy_oversize_compound.MaxMessageSizeBlockOversize)
26: ----------------------------------------------------------------------
26: Traceback (most recent call last):
26: File
"/home/travis/build/ganeshmurthy/qpid-dispatch/tests/system_test.py", line 723,
in tearDownClass
26: cls.tester.teardown()
26: File
"/home/travis/build/ganeshmurthy/qpid-dispatch/tests/system_test.py", line 669,
in teardown
26: raise RuntimeError("Errors during teardown: \n\n%s" %
"\n\n".join([str(e) for e in errors]))
26: RuntimeError: Errors during teardown:
26:
26: Process 12895 error: exit code 23, expected 0
26: qdrouterd -c INT.B.conf -I
/home/travis/build/ganeshmurthy/qpid-dispatch/python
26:
/home/travis/build/ganeshmurthy/qpid-dispatch/build/tests/system_test.dir/system_tests_policy_oversize_compound/MaxMessageSizeBlockOversize/setUpClass/INT.B-2.cmd
26: >>>>
26:
26: =================================================================
26: ==12895==ERROR: LeakSanitizer: detected memory leaks
26:
26: Indirect leak of 64 byte(s) in 1 object(s) allocated from:
26: #0 0x7fc2f1e2f076 in __interceptor_posix_memalign
(/usr/lib/x86_64-linux-gnu/libasan.so.2+0x99076)
26: #1 0x7fc2f1703128 in qd_alloc
/home/travis/build/ganeshmurthy/qpid-dispatch/src/alloc_pool.c:347
26: #2 0x7fc2f17fe877 in qdr_forward_deliver_CT
/home/travis/build/ganeshmurthy/qpid-dispatch/src/router_core/forwarder.c:276
26: #3 0x7fc2f17db699 in qdrc_event_link_raise
/home/travis/build/ganeshmurthy/qpid-dispatch/src/router_core/core_events.c:113
26: #4 0x7fc2f185fb7c in qcm_addr_lookup_CT
/home/travis/build/ganeshmurthy/qpid-dispatch/src/router_core/modules/address_lookup_client/lookup_client.c:570
26: #5 0x7fc2f17ce7d9 in qdr_link_inbound_first_attach_CT
/home/travis/build/ganeshmurthy/qpid-dispatch/src/router_core/connections.c:1671
26: #6 0x7fc2f1826b6b in router_core_thread
/home/travis/build/ganeshmurthy/qpid-dispatch/src/router_core/router_core_thread.c:193
26: #7 0x7fc2f128c6b9 in start_thread
(/lib/x86_64-linux-gnu/libpthread.so.0+0x76b9)
26: -----------------------------------------------------
26: Suppressions used:
26: count bytes template
26: 1 64 qd_message_receive
26: 2 384 qdr_connection_opened
26: 13 4368 qdr_core_subscribe
26: 1 192 qdr_forward_closest_CT
26: 2 1472 qdr_link_deliver
26: 1 64 qdr_node_connect_deliveries
26: 1 192 qd_container_register_node_type
26: 28 70 __strdup
26: 1 128 qd_parse_internal
26: 4643 3425516 *libpython*
26: 37 120 *python2*
26: -----------------------------------------------------
26:
26: SUMMARY: AddressSanitizer: 64 byte(s) leaked in 1 allocation(s). {noformat}
was:
{noformat}
26: ======================================================================26:
ERROR: tearDownClass
(system_tests_policy_oversize_compound.MaxMessageSizeBlockOversize)26:
----------------------------------------------------------------------26:
Traceback (most recent call last):26: File
"/home/travis/build/ganeshmurthy/qpid-dispatch/tests/system_test.py", line 723,
in tearDownClass26: cls.tester.teardown()26: File
"/home/travis/build/ganeshmurthy/qpid-dispatch/tests/system_test.py", line 669,
in teardown26: raise RuntimeError("Errors during teardown: \n\n%s" %
"\n\n".join([str(e) for e in errors]))26: RuntimeError: Errors during teardown:
26: 26: Process 12895 error: exit code 23, expected 026: qdrouterd -c
INT.B.conf -I /home/travis/build/ganeshmurthy/qpid-dispatch/python26:
/home/travis/build/ganeshmurthy/qpid-dispatch/build/tests/system_test.dir/system_tests_policy_oversize_compound/MaxMessageSizeBlockOversize/setUpClass/INT.B-2.cmd26:
>>>>26: 26:
=================================================================26:
==12895==ERROR: LeakSanitizer: detected memory leaks26: 26: Indirect leak of 64
byte(s) in 1 object(s) allocated from:26: #0 0x7fc2f1e2f076 in
__interceptor_posix_memalign
(/usr/lib/x86_64-linux-gnu/libasan.so.2+0x99076)26: #1 0x7fc2f1703128 in
qd_alloc /home/travis/build/ganeshmurthy/qpid-dispatch/src/alloc_pool.c:34726:
#2 0x7fc2f17fe877 in qdr_forward_deliver_CT
/home/travis/build/ganeshmurthy/qpid-dispatch/src/router_core/forwarder.c:27626:
#3 0x7fc2f17db699 in qdrc_event_link_raise
/home/travis/build/ganeshmurthy/qpid-dispatch/src/router_core/core_events.c:11326:
#4 0x7fc2f185fb7c in qcm_addr_lookup_CT
/home/travis/build/ganeshmurthy/qpid-dispatch/src/router_core/modules/address_lookup_client/lookup_client.c:57026:
#5 0x7fc2f17ce7d9 in qdr_link_inbound_first_attach_CT
/home/travis/build/ganeshmurthy/qpid-dispatch/src/router_core/connections.c:167126:
#6 0x7fc2f1826b6b in router_core_thread
/home/travis/build/ganeshmurthy/qpid-dispatch/src/router_core/router_core_thread.c:19326:
#7 0x7fc2f128c6b9 in start_thread
(/lib/x86_64-linux-gnu/libpthread.so.0+0x76b9) {noformat}
> system_tests_policy_oversize_compound fails with new ASAN leak
> --------------------------------------------------------------
>
> Key: DISPATCH-1686
> URL: https://issues.apache.org/jira/browse/DISPATCH-1686
> Project: Qpid Dispatch
> Issue Type: Bug
> Components: Tests
> Affects Versions: 1.12.0
> Reporter: Ganesh Murthy
> Priority: Major
>
> {noformat}
> 26: ======================================================================
> 26: ERROR: tearDownClass
> (system_tests_policy_oversize_compound.MaxMessageSizeBlockOversize)
> 26: ----------------------------------------------------------------------
> 26: Traceback (most recent call last):
> 26: File
> "/home/travis/build/ganeshmurthy/qpid-dispatch/tests/system_test.py", line
> 723, in tearDownClass
> 26: cls.tester.teardown()
> 26: File
> "/home/travis/build/ganeshmurthy/qpid-dispatch/tests/system_test.py", line
> 669, in teardown
> 26: raise RuntimeError("Errors during teardown: \n\n%s" %
> "\n\n".join([str(e) for e in errors]))
> 26: RuntimeError: Errors during teardown:
> 26:
> 26: Process 12895 error: exit code 23, expected 0
> 26: qdrouterd -c INT.B.conf -I
> /home/travis/build/ganeshmurthy/qpid-dispatch/python
> 26:
> /home/travis/build/ganeshmurthy/qpid-dispatch/build/tests/system_test.dir/system_tests_policy_oversize_compound/MaxMessageSizeBlockOversize/setUpClass/INT.B-2.cmd
> 26: >>>>
> 26:
> 26: =================================================================
> 26: ==12895==ERROR: LeakSanitizer: detected memory leaks
> 26:
> 26: Indirect leak of 64 byte(s) in 1 object(s) allocated from:
> 26: #0 0x7fc2f1e2f076 in __interceptor_posix_memalign
> (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x99076)
> 26: #1 0x7fc2f1703128 in qd_alloc
> /home/travis/build/ganeshmurthy/qpid-dispatch/src/alloc_pool.c:347
> 26: #2 0x7fc2f17fe877 in qdr_forward_deliver_CT
> /home/travis/build/ganeshmurthy/qpid-dispatch/src/router_core/forwarder.c:276
> 26: #3 0x7fc2f17db699 in qdrc_event_link_raise
> /home/travis/build/ganeshmurthy/qpid-dispatch/src/router_core/core_events.c:113
> 26: #4 0x7fc2f185fb7c in qcm_addr_lookup_CT
> /home/travis/build/ganeshmurthy/qpid-dispatch/src/router_core/modules/address_lookup_client/lookup_client.c:570
> 26: #5 0x7fc2f17ce7d9 in qdr_link_inbound_first_attach_CT
> /home/travis/build/ganeshmurthy/qpid-dispatch/src/router_core/connections.c:1671
> 26: #6 0x7fc2f1826b6b in router_core_thread
> /home/travis/build/ganeshmurthy/qpid-dispatch/src/router_core/router_core_thread.c:193
> 26: #7 0x7fc2f128c6b9 in start_thread
> (/lib/x86_64-linux-gnu/libpthread.so.0+0x76b9)
> 26: -----------------------------------------------------
> 26: Suppressions used:
> 26: count bytes template
> 26: 1 64 qd_message_receive
> 26: 2 384 qdr_connection_opened
> 26: 13 4368 qdr_core_subscribe
> 26: 1 192 qdr_forward_closest_CT
> 26: 2 1472 qdr_link_deliver
> 26: 1 64 qdr_node_connect_deliveries
> 26: 1 192 qd_container_register_node_type
> 26: 28 70 __strdup
> 26: 1 128 qd_parse_internal
> 26: 4643 3425516 *libpython*
> 26: 37 120 *python2*
> 26: -----------------------------------------------------
> 26:
> 26: SUMMARY: AddressSanitizer: 64 byte(s) leaked in 1 allocation(s).
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]