jiridanek commented on pull request #1052: URL: https://github.com/apache/qpid-dispatch/pull/1052#issuecomment-824645058
https://travis-ci.com/github/apache/qpid-dispatch/jobs/500355035#L4493 ``` 45: ====================================================================== 45: ERROR: tearDownClass (system_tests_topology.TopologyTests) 45: ---------------------------------------------------------------------- 45: Traceback (most recent call last): 45: File "/Users/travis/build/apache/qpid-dispatch/tests/system_test.py", line 876, in tearDownClass 45: cls.tester.teardown() 45: File "/Users/travis/build/apache/qpid-dispatch/tests/system_test.py", line 819, in teardown 45: raise RuntimeError("Errors during teardown: \n\n%s" % "\n\n".join([str(e) for e in errors])) 45: RuntimeError: Errors during teardown: 45: 45: Process 6605 error: exit code -6, expected -1 45: qdrouterd -c D.conf -I /Users/travis/build/apache/qpid-dispatch/python 45: /Users/travis/build/apache/qpid-dispatch/build/tests/system_test.dir/system_tests_topology/TopologyTests/setUpClass/D-11.cmd 45: >>>> 45: AddressSanitizer:DEADLYSIGNAL 45: ================================================================= 45: ==6605==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x00010c0d4dfc bp 0x70000925fcf0 sp 0x70000925fc80 T2) 45: ==6605==The signal is caused by a READ memory access. 45: ==6605==Hint: address points to the zero page. 45: #0 0x10c0d4dfb in qd_connection_invoke_deferred server.c:1506 45: #1 0x10be818f0 in qd_connection_manager_delete_connector connection_manager.c:1060 45: #2 0x10e44fef4 in ffi_call_unix64 (libffi.7.dylib:x86_64+0x4ef4) 45: #3 0x70000925fe4f (<unknown module>) 45: 45: ==6605==Register values: 45: rax = 0x00001c3c000097d1 rbx = 0x000061e00004be88 rcx = 0x0000100000000000 rdx = 0x0000000000000000 45: rdi = 0x000061e00004bd10 rsi = 0xffffffff00000000 rbp = 0x000070000925fcf0 rsp = 0x000070000925fc80 45: r8 = 0x00000000000020a0 r9 = 0x000060a000000498 r10 = 0x000000000000594c r11 = 0x0000000000000206 45: r12 = 0x00001c3c000097a5 r13 = 0x00001c22000151ea r14 = 0x000061e00004bd10 r15 = 0x000061e00004bd28 45: AddressSanitizer can not provide additional info. 45: SUMMARY: AddressSanitizer: SEGV server.c:1506 in qd_connection_invoke_deferred 45: Thread T2 created by T0 here: 45: #0 0x10c915add in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x56add) 45: #1 0x10bf22e1d in sys_thread threading.c:181 45: #2 0x10c0d372f in qd_server_run server.c:1485 45: #3 0x10bd9996e in main_process main.c:115 45: #4 0x10bd9827b in main main.c:369 45: #5 0x7fff63c853d4 in start (libdyld.dylib:x86_64+0x163d4) 45: 45: ==6605==ABORTING 45: <<<< 45: 45: ---------------------------------------------------------------------- 45: Ran 3 tests in 153.471s 45: 45: FAILED (errors=2) 45/69 Test #45: system_tests_topology .............................***Failed 153.64 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]
