jiridanek commented on pull request #1052: URL: https://github.com/apache/qpid-dispatch/pull/1052#issuecomment-820759644
not sure what to think about this https://travis-ci.com/github/apache/qpid-dispatch/jobs/498893659#L4652 ``` 24: ================================================================= 24: ==13469==ERROR: AddressSanitizer: attempting free on address which was not malloc()-ed: 0xffff7f0441d8 in thread T0 24: #0 0x48f30c in free (/home/travis/build/apache/qpid-dispatch/build/router/qdrouterd+0x48f30c) 24: #1 0xffff7ed81524 (/lib/aarch64-linux-gnu/libpython3.8.so.1.0+0x23a524) 24: #2 0xffff7eddbd70 (/lib/aarch64-linux-gnu/libpython3.8.so.1.0+0x294d70) 24: #3 0xffff7edc0808 (/lib/aarch64-linux-gnu/libpython3.8.so.1.0+0x279808) 24: #4 0xffff7edc2a58 (/lib/aarch64-linux-gnu/libpython3.8.so.1.0+0x27ba58) 24: #5 0xffff7eda918c (/lib/aarch64-linux-gnu/libpython3.8.so.1.0+0x26218c) 24: #6 0xffff7eda4a28 (/lib/aarch64-linux-gnu/libpython3.8.so.1.0+0x25da28) 24: #7 0xffff7ebc79d4 (/lib/aarch64-linux-gnu/libpython3.8.so.1.0+0x809d4) 24: #8 0xffff7eca6d88 in _PyGC_CollectNoFail (/lib/aarch64-linux-gnu/libpython3.8.so.1.0+0x15fd88) 24: #9 0xffff7ece42e8 in PyImport_Cleanup (/lib/aarch64-linux-gnu/libpython3.8.so.1.0+0x19d2e8) 24: #10 0xffff7ecd17e8 in Py_FinalizeEx (/lib/aarch64-linux-gnu/libpython3.8.so.1.0+0x18a7e8) 24: #11 0xffff7f509654 in qd_dispatch_free /home/travis/build/apache/qpid-dispatch/src/dispatch.c:377:5 24: #12 0x4bd0a4 in main_process /home/travis/build/apache/qpid-dispatch/router/src/main.c:119:5 24: #13 0x4bbe24 in main /home/travis/build/apache/qpid-dispatch/router/src/main.c:369:9 24: #14 0xffff7e8f308c in __libc_start_main (/lib/aarch64-linux-gnu/libc.so.6+0x2408c) 24: #15 0x4214a8 in _start (/home/travis/build/apache/qpid-dispatch/build/router/qdrouterd+0x4214a8) 24: 24: Address 0xffff7f0441d8 is a wild pointer. 24: SUMMARY: AddressSanitizer: bad-free (/home/travis/build/apache/qpid-dispatch/build/router/qdrouterd+0x48f30c) in free 24: ==13469==ABORTING ``` -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
