jiridanek commented on a change in pull request #1515:
URL: https://github.com/apache/qpid-dispatch/pull/1515#discussion_r805143945
##########
File path: include/qpid/dispatch/amqp.h
##########
@@ -19,6 +19,8 @@
* under the License.
Review comment:
https://app.travis-ci.com/github/apache/qpid-dispatch/jobs/559393998
```
18: ==13747==ERROR: LeakSanitizer: detected memory leaks
18:
18: Direct leak of 13 byte(s) in 1 object(s) allocated from:
18: #0 0x7f0b79f4730f in strdup
(/usr/lib/x86_64-linux-gnu/libasan.so.2+0x6230f)
18: #1 0x6260c6 in qd_strdup
/home/travis/build/apache/qpid-dispatch/include/qpid/dispatch/ctools.h:266
18: #2 0x62b336 in AMQP_rx_handler
/home/travis/build/apache/qpid-dispatch/src/router_node.c:829
18: #3 0x4bbb76 in do_receive
/home/travis/build/apache/qpid-dispatch/src/container.c:219
18: #4 0x4c05fd in qd_container_handle_event
/home/travis/build/apache/qpid-dispatch/src/container.c:734
18: #5 0x6444cf in handle
/home/travis/build/apache/qpid-dispatch/src/server.c:1116
18: #6 0x644697 in thread_run
/home/travis/build/apache/qpid-dispatch/src/server.c:1141
18: #7 0x524da1 in _thread_init
/home/travis/build/apache/qpid-dispatch/src/posix/threading.c:172
18: #8 0x7f0b798586b9 in start_thread
(/lib/x86_64-linux-gnu/libpthread.so.0+0x76b9)
18:
18: -----------------------------------------------------
18: Suppressions used:
18: count bytes template
18: 1 56 ^IoAdapter_init$
18: 2 128 sys_mutex
18: 561 859612 /libpython3.*.so
18: -----------------------------------------------------
18:
18: SUMMARY: AddressSanitizer: 13 byte(s) leaked in 1 allocation(s).
18: <<<<
18:
18: ----------------------------------------------------------------------
18: Ran 15 tests in 22.665s
18:
18: FAILED (errors=1)
```
Some trace also
https://app.travis-ci.com/github/apache/qpid-dispatch/jobs/559394005#L4544
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]