sigsegv when catching an HTTPTransportException on linux
--------------------------------------------------------

         Key: AXISCPP-524
         URL: http://issues.apache.org/jira/browse/AXISCPP-524
     Project: Axis-C++
        Type: Bug
    Reporter: Mark Whitlock
 Assigned to: Mark Whitlock 


This is the problem reported on the mailing list by Tim Bartley. On linux, 
catching a HTTPTransportException causes a SIGSEGV. This is caused by 
AxisGenException::processException attempting to delete[] the exception message 
passed to it. Normally deleting the message is correct, except when it comes 
from a HTTPTransportException which will delete the message itself. I have 
fixed this by passing an extra bool deleteInputMessage parameter which 
ClientAxisEngine::process sets to false.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to