You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Ganesh Murthy (Jira)" <ji...@apache.org> on 2020/03/12 13:53:00 UTC

[jira] [Updated] (DISPATCH-1597) Router shutdown crash on system_tests_console

     [ https://issues.apache.org/jira/browse/DISPATCH-1597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ganesh Murthy updated DISPATCH-1597:
------------------------------------
    Description: 
Here is the back trace of the crash

 
{noformat}
bt
 #0  0x00007f8f4fe6e402 in pni_record_find (record=0x9999999999999999, key=0x0) at /home/kgiusti/work/proton/qpid-proton/c/src/core/object/record.c:72
 #1  0x00007f8f4fe6e6dd in pn_record_set (record=0x9999999999999999, key=0x0, value=0x0) at /home/kgiusti/work/proton/qpid-proton/c/src/core/object/record.c:135
 #2  0x00007f8f4fe8a06e in pn_transport_set_context (transport=0x124fea0, context=0x0) at /home/kgiusti/work/proton/qpid-proton/c/src/core/transport.c:2838
 #3  0x00007f8f4ff456c4 in qd_server_free (qd_server=0xb718f0) at /home/kgiusti/work/dispatch/qpid-dispatch/src/server.c:1287
 #4  0x00007f8f4fee57a6 in qd_dispatch_free (qd=0xa0a2c0) at /home/kgiusti/work/dispatch/qpid-dispatch/src/dispatch.c:370
 #5  0x0000000000402626 in main_process (config_path=0x7ffe071b0c3f "A.conf", python_pkgdir=0x7ffe071b0c49 "/home/kgiusti/work/dispatch/qpid-dispatch/python", test_hooks=false, fd=2) at /home/kgiusti/work/dispatch/qpid-dispatch/router/src/main.c:117
 #6  0x00000000004030d5 in main (argc=5, argv=0x7ffe071af078) at /home/kgiusti/work/dispatch/qpid-dispatch/router/src/main.c:367
{noformat}

  was:
Here is the back trace of the crash

 
{noformat}
	
		
			 bt
#0
  0x00007f8f4fe6e402 in pni_record_find (record=0x9999999999999999, 
key=0x0) at 
/home/kgiusti/work/proton/qpid-proton/c/src/core/object/record.c:72
#1
  0x00007f8f4fe6e6dd in pn_record_set (record=0x9999999999999999, 
key=0x0, value=0x0) at 
/home/kgiusti/work/proton/qpid-proton/c/src/core/object/record.c:135
#2
  0x00007f8f4fe8a06e in pn_transport_set_context (transport=0x124fea0, 
context=0x0) at 
/home/kgiusti/work/proton/qpid-proton/c/src/core/transport.c:2838
#3  0x00007f8f4ff456c4 in qd_server_free (qd_server=0xb718f0) at /home/kgiusti/work/dispatch/qpid-dispatch/src/server.c:1287
#4  0x00007f8f4fee57a6 in qd_dispatch_free (qd=0xa0a2c0) at /home/kgiusti/work/dispatch/qpid-dispatch/src/dispatch.c:370
#5
  0x0000000000402626 in main_process (config_path=0x7ffe071b0c3f 
"A.conf", python_pkgdir=0x7ffe071b0c49 
"/home/kgiusti/work/dispatch/qpid-dispatch/python", 
    test_hooks=false, fd=2) at /home/kgiusti/work/dispatch/qpid-dispatch/router/src/main.c:117
#6  0x00000000004030d5 in main (argc=5, argv=0x7ffe071af078) at /home/kgiusti/work/dispatch/qpid-dispatch/router/src/main.c:367

		
	
 {noformat}


> Router shutdown crash on system_tests_console
> ---------------------------------------------
>
>                 Key: DISPATCH-1597
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-1597
>             Project: Qpid Dispatch
>          Issue Type: Improvement
>          Components: Container
>    Affects Versions: 1.10.0
>            Reporter: Ganesh Murthy
>            Priority: Major
>
> Here is the back trace of the crash
>  
> {noformat}
> bt
>  #0  0x00007f8f4fe6e402 in pni_record_find (record=0x9999999999999999, key=0x0) at /home/kgiusti/work/proton/qpid-proton/c/src/core/object/record.c:72
>  #1  0x00007f8f4fe6e6dd in pn_record_set (record=0x9999999999999999, key=0x0, value=0x0) at /home/kgiusti/work/proton/qpid-proton/c/src/core/object/record.c:135
>  #2  0x00007f8f4fe8a06e in pn_transport_set_context (transport=0x124fea0, context=0x0) at /home/kgiusti/work/proton/qpid-proton/c/src/core/transport.c:2838
>  #3  0x00007f8f4ff456c4 in qd_server_free (qd_server=0xb718f0) at /home/kgiusti/work/dispatch/qpid-dispatch/src/server.c:1287
>  #4  0x00007f8f4fee57a6 in qd_dispatch_free (qd=0xa0a2c0) at /home/kgiusti/work/dispatch/qpid-dispatch/src/dispatch.c:370
>  #5  0x0000000000402626 in main_process (config_path=0x7ffe071b0c3f "A.conf", python_pkgdir=0x7ffe071b0c49 "/home/kgiusti/work/dispatch/qpid-dispatch/python", test_hooks=false, fd=2) at /home/kgiusti/work/dispatch/qpid-dispatch/router/src/main.c:117
>  #6  0x00000000004030d5 in main (argc=5, argv=0x7ffe071af078) at /home/kgiusti/work/dispatch/qpid-dispatch/router/src/main.c:367
> {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