You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/05/07 12:55:01 UTC

[jira] [Commented] (DISPATCH-2082) Leak of qd_delivery_state_t in system_tests_http1_over_tcp

    [ https://issues.apache.org/jira/browse/DISPATCH-2082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17340800#comment-17340800 ] 

ASF subversion and git services commented on DISPATCH-2082:
-----------------------------------------------------------

Commit 160019e7a1c7e8a29261b26ce79fff4fa18b28f3 in qpid-dispatch's branch refs/heads/1.16.x from Ganesh Murthy
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=160019e ]

DISPATCH-2082: Added qd_delivery_state_t to leaking_types arrary. This closes #1175.

(cherry picked from commit 84186ce0084f044a1e43689c4c0b648838305dbc)


> Leak of qd_delivery_state_t in system_tests_http1_over_tcp
> ----------------------------------------------------------
>
>                 Key: DISPATCH-2082
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-2082
>             Project: Qpid Dispatch
>          Issue Type: Test
>    Affects Versions: 1.16.0
>            Reporter: Jiri Daněk
>            Assignee: Ganesh Murthy
>            Priority: Major
>             Fix For: 1.17.0
>
>
> https://travis-ci.com/github/apache/qpid-dispatch/jobs/501211928#L11775
> This is PR build for pool poisoning, but the issue should be in no way related to that.
> {noformat}
> 71: Router INT.A debug dump file:
> 71: >>>>
> 71: alloc.c: Items of type 'qd_buffer_t' remain allocated at shutdown: 17 (SUPPRESSED)
> 71: alloc.c: Items of type 'qd_message_t' remain allocated at shutdown: 2 (SUPPRESSED)
> 71: alloc.c: Items of type 'qd_message_content_t' remain allocated at shutdown: 2 (SUPPRESSED)
> 71: alloc.c: Items of type 'qdr_delivery_t' remain allocated at shutdown: 2 (SUPPRESSED)
> 71: alloc.c: Items of type 'qd_delivery_state_t' remain allocated at shutdown: 1
> 71: Leak: 2021-04-26 20:06:52.908660 +0000 type: qd_delivery_state_t address: 0x61200007b9d0
> 71: qdrouterd(backtrace+0x5b) [0x45356b]
> 71: /home/travis/build/apache/qpid-dispatch/build/src/libqpid-dispatch.so(qd_alloc+0xa68) [0x7f38cf658ee8]
> 71: /home/travis/build/apache/qpid-dispatch/build/src/libqpid-dispatch.so(qd_delivery_state+0x28) [0x7f38cf69ad48]
> 71: /home/travis/build/apache/qpid-dispatch/build/src/libqpid-dispatch.so(+0x2f6248) [0x7f38cf644248]
> 71: /home/travis/build/apache/qpid-dispatch/build/src/libqpid-dispatch.so(+0x525402) [0x7f38cf873402]
> 71: /home/travis/build/apache/qpid-dispatch/build/src/libqpid-dispatch.so(+0x51ede0) [0x7f38cf86cde0]
> 71: /lib/x86_64-linux-gnu/libpthread.so.0(+0x9609) [0x7f38cf2c5609]
> 71: /lib/x86_64-linux-gnu/libc.so.6(clone+0x43) [0x7f38ceaf0293]
> {noformat}
> {noformat}
> 71: ======================================================================
> 71: ERROR: tearDownClass (system_tests_http1_over_tcp.Http1OverTcpOneRouterTest)
> 71: ----------------------------------------------------------------------
> 71: Traceback (most recent call last):
> 71:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", line 865, in tearDownClass
> 71:     cls.tester.teardown()
> 71:   File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", line 808, in teardown
> 71:     raise RuntimeError("Errors during teardown: \n\n%s" % "\n\n".join([str(e) for e in errors]))
> 71: RuntimeError: Errors during teardown: 
> 71: 
> 71: Process 18806 error: exit code -6, expected 0
> 71: qdrouterd -c INT.A.conf -I /home/travis/build/apache/qpid-dispatch/python
> 71: /home/travis/build/apache/qpid-dispatch/build/tests/system_test.dir/system_tests_http1_over_tcp/Http1OverTcpOneRouterTest/setUpClass/INT.A-4.cmd
> 71: >>>>
> 71: ERROR: Aborted due to unexpected alloc pool leak of type 'qd_delivery_state_t'
> 71: <<<<
> 71: 
> 71: ----------------------------------------------------------------------
> 71: Ran 12 tests in 32.652s
> 71: 
> 71: FAILED (errors=1)
> 71/74 Test #71: system_tests_http1_over_tcp .......................***Failed   32.78 sec
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org