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: [email protected]
For additional commands, e-mail: [email protected]