jiridanek edited a comment on pull request #1052: URL: https://github.com/apache/qpid-dispatch/pull/1052#issuecomment-823806793
That AArch64 crash happened under TSan too. Only issue somewhat related I can find is https://bugs.python.org/issue42697, which suggests that this could possibly be Python issue, as well as PR issue ``` 24: FATAL: ThreadSanitizer CHECK failed: ../../../../gcc-10.2.0/libsanitizer/sanitizer_common/sanitizer_allocator_secondary.h:301 "((IsAligned(p, page_size_))) != (0)" (0x0, 0x0) 24: #0 <null> <null> (libtsan.so.0+0x9b2e2) 24: #1 <null> <null> (libtsan.so.0+0xb914a) 24: #2 <null> <null> (libtsan.so.0+0x85a7c) 24: #3 <null> <null> (libtsan.so.0+0x84dd5) 24: #4 free <null> (libtsan.so.0+0x38be4) 24: #5 tupledealloc <null> (libpython3.8.so.1.0+0x160c07) 24: #6 code_dealloc <null> (libpython3.8.so.1.0+0x1300c3) 24: #7 func_dealloc <null> (libpython3.8.so.1.0+0x136a2c) 24: #8 free_keys_object <null> (libpython3.8.so.1.0+0x14f664) 24: #9 type_clear <null> (libpython3.8.so.1.0+0x1f17d5) 24: #10 collect.constprop.0 <null> (libpython3.8.so.1.0+0x1c26b1) 24: #11 _PyGC_CollectNoFail <null> (libpython3.8.so.1.0+0x2237d1) 24: #12 PyImport_Cleanup <null> (libpython3.8.so.1.0+0x212792) 24: #13 Py_FinalizeEx <null> (libpython3.8.so.1.0+0x219d10) 24: #14 qd_python_finalize ../src/python_embedded.c:71 (libqpid-dispatch.so+0x90827) 24: #15 qd_dispatch_free ../src/dispatch.c:377 (libqpid-dispatch.so+0x713b8) 24: #16 main_process ../router/src/main.c:119 (qdrouterd+0x40263a) 24: #17 main ../router/src/main.c:369 (qdrouterd+0x4032ae) 24: #18 __libc_start_main <null> (libc.so.6+0x23cbc) 24: #19 _start <null> (qdrouterd+0x4023a9) 24: FAILED (errors=1) 24/74 Test #24: system_tests_policy ...............................***Failed 48.86 sec ``` -- 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]
