You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Damitha Kumarage (JIRA)" <ji...@apache.org> on 2006/11/06 07:41:37 UTC

[jira] Reopened: (AXIS2C-310) simple axis server segfaults at termination when RM is engaged

     [ http://issues.apache.org/jira/browse/AXIS2C-310?page=all ]

Damitha Kumarage reopened AXIS2C-310:
-------------------------------------

             
I see this problem is appearing again. Now to avoid this I need to comment the following in msg.c and
    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;
    }

in http_svr_thread.c
*AXIS2_THREAD_POOL_EXIT_THREAD(env->thread_pool, thd);

I tried hard to find the cause but failed so far. So reopenning the issue

> 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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org