[
https://issues.apache.org/jira/browse/DISPATCH-414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15355376#comment-15355376
]
Ganesh Murthy commented on DISPATCH-414:
----------------------------------------
I was able to reproduce the router crash following the steps mentioned by Jiri
- Here is the backtrace -
{noformat}
(gdb) bt
#0 0x00007f4dc39e169a in strlen () from /lib64/libc.so.6
#1 0x00007f4dc3db2310 in PyString_FromString () from /lib64/libpython2.7.so.1.0
#2 0x00007f4dc497f9b9 in qd_entity_set_string (entity=0x7f4db7118b40,
attribute=0x7f4dc49b92bd "role", value=0x65732f6372732f68 <error: Cannot access
memory at address 0x65732f6372732f68>) at
/home/gmurthy/opensource/dispatch/src/entity.c:135
#3 0x00007f4dc49a9a53 in qd_entity_refresh_connection (entity=0x7f4db7118b40,
impl=0x7f4dac042710) at /home/gmurthy/opensource/dispatch/src/server.c:435
#4 0x00007f4db9f7fd30 in ffi_call_unix64 () from /lib64/libffi.so.6
#5 0x00007f4db9f7f79b in ffi_call () from /lib64/libffi.so.6
#6 0x00007f4dba192daf in _ctypes_callproc () from
/usr/lib64/python2.7/lib-dynload/_ctypes.so
#7 0x00007f4dba18c9d4 in PyCFuncPtr_call () from
/usr/lib64/python2.7/lib-dynload/_ctypes.so
#8 0x00007f4dc3d64473 in PyObject_Call () from /lib64/libpython2.7.so.1.0
#9 0x00007f4dc3dfbf96 in PyEval_EvalFrameEx () from /lib64/libpython2.7.so.1.0
#10 0x00007f4dc3dfd362 in PyEval_EvalFrameEx () from /lib64/libpython2.7.so.1.0
#11 0x00007f4dc3dfd362 in PyEval_EvalFrameEx () from /lib64/libpython2.7.so.1.0
#12 0x00007f4dc3e005a4 in PyEval_EvalCodeEx () from /lib64/libpython2.7.so.1.0
#13 0x00007f4dc3dfd22e in PyEval_EvalFrameEx () from /lib64/libpython2.7.so.1.0
#14 0x00007f4dc3e005a4 in PyEval_EvalCodeEx () from /lib64/libpython2.7.so.1.0
#15 0x00007f4dc3d88f4c in function_call () from /lib64/libpython2.7.so.1.0
#16 0x00007f4dc3d64473 in PyObject_Call () from /lib64/libpython2.7.so.1.0
#17 0x00007f4dc3d732ec in instancemethod_call () from /lib64/libpython2.7.so.1.0
#18 0x00007f4dc3d64473 in PyObject_Call () from /lib64/libpython2.7.so.1.0
#19 0x00007f4dc3d64555 in call_function_tail () from /lib64/libpython2.7.so.1.0
#20 0x00007f4dc3d6463e in PyObject_CallFunction () from
/lib64/libpython2.7.so.1.0
#21 0x00007f4dc498f09a in qd_io_rx_handler (context=0x7f4db75b8d20,
msg=0x23a96f0, link_id=0, inter_router_cost=1) at
/home/gmurthy/opensource/dispatch/src/python_embedded.c:516
#22 0x00007f4dc499a42c in qdr_forward_on_message (core=0x23210a0,
work=0x7f4db0040230) at
/home/gmurthy/opensource/dispatch/src/router_core/forwarder.c:152
#23 0x00007f4dc499f200 in qdr_general_handler (context=0x23210a0) at
/home/gmurthy/opensource/dispatch/src/router_core/router_core.c:317
#24 0x00007f4dc49ab42a in thread_run (arg=0x22d5b50) at
/home/gmurthy/opensource/dispatch/src/server.c:896
#25 0x00007f4dc44fa60a in start_thread () from /lib64/libpthread.so.0
#26 0x00007f4dc3a5959d in clone () from /lib64/libc.so.6
{noformat}
> Deleting a ProxyListener from dispatch-console segfaults the router
> -------------------------------------------------------------------
>
> Key: DISPATCH-414
> URL: https://issues.apache.org/jira/browse/DISPATCH-414
> Project: Qpid Dispatch
> Issue Type: Bug
> Components: Console
> Affects Versions: 0.6.1
> Reporter: Jiri Danek
> Attachments: backtrace.log, console.conf, core.bz2, qdrouterd.log
>
>
> Start qdrouterd with the attached config (default, except for the log and
> console sections).
> Start dispatch-console, connect to the router, go to Entities tab
> Open listener/ProxyListener, click Delete, confirm
> Wait for qdrouterd to crash
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]