[ http://issues.apache.org/jira/browse/AXIS2C-310?page=comments#action_12444576 ] Damitha Kumarage commented on AXIS2C-310: -----------------------------------------
This segfault happens in two places. >From axis2_msg_free methods if (msg_impl->flow) { int i = 0; int size = 0; size = AXIS2_ARRAY_LIST_SIZE(msg_impl->flow, env); for (i = 0; i < size; i++) { axis2_phase_t *phase = NULL; phase = (axis2_phase_t *)(AXIS2_ARRAY_LIST_GET(msg_impl->flow, env, i)); if (phase) { AXIS2_PHASE_FREE(phase, env); phase = NULL; } } AXIS2_ARRAY_LIST_FREE(msg_impl->flow, env); msg_impl->flow = NULL; } and >From axis2_ctx_free methods AXIS2_PROPERTY_FREE(property, env); > simple axis server segfaults at termination when RM is engaged > -------------------------------------------------------------- > > Key: AXIS2C-310 > URL: http://issues.apache.org/jira/browse/AXIS2C-310 > Project: Axis2-C > Issue Type: Bug > Affects Versions: Current (Nightly) > Reporter: Samisa Abeysinghe > > If I have Sandesha2 engaged and run an RM enabled client and then terminate > simple axis server with CTRL-C, it segfaults -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]