jiridanek commented on pull request #1052:
URL: https://github.com/apache/qpid-dispatch/pull/1052#issuecomment-1019448727


   Few more issues for me to investigate,
   
   ```
   21: ::OneRouterTest::test_17_multiframe_presettled FAILED
   21: 
   21: =================================== FAILURES 
===================================
   21: _________________ OneRouterTest.test_17_multiframe_presettled 
__________________
   21: 
   21: self = <system_tests_one_router.OneRouterTest 
testMethod=test_17_multiframe_presettled>
   21: 
   21:     def test_17_multiframe_presettled(self):
   21:         test = MultiframePresettledTest(self.address)
   21: >       test.run()
   21: 
   21: 
/home/jdanek/repos/qpid/qpid-dispatch/tests/system_tests_one_router.py:542: 
   21: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ _ _ _ 
   21: 
/home/jdanek/repos/qpid/qpid-dispatch/tests/system_tests_one_router.py:2884: in 
run
   21:     Container(self).run()
   21: 
/home/jdanek/.cache/pypoetry/virtualenvs/qpid-dispatch-6uYJVB5u-py3.10/lib64/python3.10/site-packages/proton/_reactor.py:180:
 in run
   21:     while self.process():
   21: 
/home/jdanek/.cache/pypoetry/virtualenvs/qpid-dispatch-6uYJVB5u-py3.10/lib64/python3.10/site-packages/proton/_reactor.py:243:
 in process
   21:     event.dispatch(handler)
   21: 
/home/jdanek/.cache/pypoetry/virtualenvs/qpid-dispatch-6uYJVB5u-py3.10/lib64/python3.10/site-packages/proton/_events.py:165:
 in dispatch
   21:     self.dispatch(h, type)
   21: 
/home/jdanek/.cache/pypoetry/virtualenvs/qpid-dispatch-6uYJVB5u-py3.10/lib64/python3.10/site-packages/proton/_events.py:165:
 in dispatch
   21:     self.dispatch(h, type)
   21: 
/home/jdanek/.cache/pypoetry/virtualenvs/qpid-dispatch-6uYJVB5u-py3.10/lib64/python3.10/site-packages/proton/_events.py:162:
 in dispatch
   21:     _dispatch(handler, type.method, self)
   21: 
/home/jdanek/.cache/pypoetry/virtualenvs/qpid-dispatch-6uYJVB5u-py3.10/lib64/python3.10/site-packages/proton/_events.py:123:
 in _dispatch
   21:     m(*args)
   21: 
/home/jdanek/.cache/pypoetry/virtualenvs/qpid-dispatch-6uYJVB5u-py3.10/lib64/python3.10/site-packages/proton/_handlers.py:255:
 in on_delivery
   21:     event.message = recv_msg(dlv)
   21: 
/home/jdanek/.cache/pypoetry/virtualenvs/qpid-dispatch-6uYJVB5u-py3.10/lib64/python3.10/site-packages/proton/_handlers.py:140:
 in recv_msg
   21:     msg.decode(delivery.link.recv(delivery.pending))
   21: 
/home/jdanek/.cache/pypoetry/virtualenvs/qpid-dispatch-6uYJVB5u-py3.10/lib64/python3.10/site-packages/proton/_message.py:499:
 in decode
   21:     self._check(pn_message_decode(self._msg, data))
   21: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ _ _ _ 
   21: 
   21: self = Message(priority=4), err = -6
   21: 
   21:     def _check(self, err):
   21:         if err < 0:
   21:             exc = EXCEPTIONS.get(err, MessageException)
   21: >           raise exc("[%s]: %s" % (err, 
pn_error_text(pn_message_error(self._msg))))
   21: E           proton._exceptions.MessageException: [-6]: data error: (null)
   21: 
   21: 
/home/jdanek/.cache/pypoetry/virtualenvs/qpid-dispatch-6uYJVB5u-py3.10/lib64/python3.10/site-packages/proton/_message.py:80:
 MessageException
   21: =========================== short test summary info 
============================
   21: FAILED ::OneRouterTest::test_17_multiframe_presettled - 
proton._exceptions.Me...
   21: !!!!!!!!!!!!!!!!!!!!!!!!!! stopping after 1 failures 
!!!!!!!!!!!!!!!!!!!!!!!!!!!
   21: =================== 1 failed, 24 passed in 77.12s (0:01:17) 
====================
       Test #21: system_tests_one_router ..........***Failed   78.27 sec
   ```
   
   and 
https://github.com/jiridanek/qpid-dispatch/runs/4911640230?check_suite_focus=true#step:27:5140
   
   ```
   37/38 Test #75: c_unittests .............................***Failed    0.46 
sec
   [doctest] doctest version is "2.4.7"
   [doctest] run with "--help" for options
   =================================================================
   ==3586==ERROR: AddressSanitizer: attempting double-free on 0x60600000b120 in 
thread T4:
       #0 0x7ffa7bf58627 in free (/lib64/libasan.so.6+0xae627)
       #1 0x935f37 in router_core_thread 
/home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/src/router_core/router_core_thread.c:236
       #2 0x7ffa7a877a86 in start_thread (/lib64/libc.so.6+0x8da86)
       #3 0x7ffa7a8fb8d3 in __GI___clone (/lib64/libc.so.6+0x1118d3)
   
   0x60600000b120 is located 0 bytes inside of 56-byte region 
[0x60600000b120,0x60600000b158)
   freed by thread T4 here:
       #0 0x7ffa7bf58627 in free (/lib64/libasan.so.6+0xae627)
       #1 0x938cb7 in qdr_subscribe_CT 
/home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/src/router_core/route_tables.c:675
       #2 0x935f37 in router_core_thread 
/home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/src/router_core/router_core_thread.c:236
       #3 0x7ffa7a877a86 in start_thread (/lib64/libc.so.6+0x8da86)
   
   previously allocated by thread T3 here:
       #0 0x7ffa7bf5891f in __interceptor_malloc (/lib64/libasan.so.6+0xae91f)
       #1 0x93ed3d in qd_malloc 
/home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/include/qpid/dispatch/ctools.h:234
       #2 0x93ed3d in qdr_core_subscribe 
/home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/src/router_core/route_tables.c:147
       #3 0x86e872 in IoAdapter_init 
/home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/src/python_embedded.c:718
       #4 0x7ffa7b81ce22 in type_call (/lib64/libpython3.10.so.1.0+0x11ae22)
   
   Thread T4 created by T3 here:
       #0 0x7ffa7bf00866 in pthread_create (/lib64/libasan.so.6+0x56866)
       #1 0x86d6a5 in sys_thread 
/home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/src/posix/threading.c:181
       #2 0x91be02 in qdr_core 
/home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/src/router_core/router_core.c:124
       #3 0x99f402 in qd_router_setup_late 
/home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/src/router_node.c:2127
       #4 0x7ffa76707c03 in ffi_call_unix64 (/lib64/libffi.so.6+0x6c03)
       #5 0x7ffa760fc98f  (<unknown module>)
   
   Thread T3 created by T0 here:
       #0 0x7ffa7bf00866 in pthread_create (/lib64/libasan.so.6+0x56866)
       #1 0x7ffa7b534698 in 
std::thread::_M_start_thread(std::unique_ptr<std::thread::_State, 
std::default_delete<std::thread::_State> >, void (*)()) 
(/lib64/libstdc++.so.6+0xd9698)
       #2 0x519c4d in doctest::Context::run() 
/home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/tests/c_unittests/doctest.h:6656
       #3 0x45b88c in main 
/home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/tests/c_unittests/doctest.h:6741
       #4 0x7ffa7a81755f in __libc_start_call_main (/lib64/libc.so.6+0x2d55f)
   
   SUMMARY: AddressSanitizer: double-free (/lib64/libasan.so.6+0xae627) in free
   ==3586==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.

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]

Reply via email to