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 "Mark Whitlock (JIRA)" <ax...@ws.apache.org> on 2005/03/09 17:29:55 UTC

[jira] Closed: (AXISCPP-524) sigsegv when catching an HTTPTransportException on linux

     [ http://issues.apache.org/jira/browse/AXISCPP-524?page=history ]
     
Mark Whitlock closed AXISCPP-524:
---------------------------------

    Resolution: Fixed

Fixed as suggested


> 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
>     Assignee: 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