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 (Created) (JIRA)" <ji...@apache.org> on 2011/11/23 10:27:39 UTC

[jira] [Created] (AXIS2C-1569) server crashes in fault flow

server crashes in fault flow
----------------------------

                 Key: AXIS2C-1569
                 URL: https://issues.apache.org/jira/browse/AXIS2C-1569
             Project: Axis2-C
          Issue Type: Bug
            Reporter: Damitha Kumarage


Server crashes in certain cases in the fault flow. For example if you try to access a non-existant service/operation or if a service return a NULL then server crash.
The reason is when creating fault message context both current message context and fault message context points to the same stream, fault eveleope and out_desc.
There for double memory free occur.
Solution is when setting those in the fault message context, reset them in original message context

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Updated] (AXIS2C-1569) server crashes in fault flow

Posted by "Damitha Kumarage (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Damitha Kumarage updated AXIS2C-1569:
-------------------------------------

    Attachment: axis2c-1569.diff

Attached is the diff of the solution
                
> server crashes in fault flow
> ----------------------------
>
>                 Key: AXIS2C-1569
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1569
>             Project: Axis2-C
>          Issue Type: Bug
>            Reporter: Damitha Kumarage
>         Attachments: axis2c-1569.diff
>
>
> Server crashes in certain cases in the fault flow. For example if you try to access a non-existant service/operation or if a service return a NULL then server crash.
> The reason is when creating fault message context both current message context and fault message context points to the same stream, fault eveleope and out_desc.
> There for double memory free occur.
> Solution is when setting those in the fault message context, reset them in original message context

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Resolved] (AXIS2C-1569) server crashes in fault flow

Posted by "Damitha Kumarage (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Damitha Kumarage resolved AXIS2C-1569.
--------------------------------------

    Resolution: Fixed

I have fixed this in svn
                
> server crashes in fault flow
> ----------------------------
>
>                 Key: AXIS2C-1569
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1569
>             Project: Axis2-C
>          Issue Type: Bug
>            Reporter: Damitha Kumarage
>
> Server crashes in certain cases in the fault flow. For example if you try to access a non-existant service/operation or if a service return a NULL then server crash.
> The reason is when creating fault message context both current message context and fault message context points to the same stream, fault eveleope and out_desc.
> There for double memory free occur.
> Solution is when setting those in the fault message context, reset them in original message context

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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