[wsf-c-dev] [jira] Resolved: (WSFCPP-34) Client crashes when a NeethiException is thrown.
Dushshantha Chandradasa (JIRA)
jira at wso2.org
Thu Jul 31 02:26:52 PDT 2008
[ https://wso2.org/jira/browse/WSFCPP-34?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dushshantha Chandradasa resolved WSFCPP-34.
-------------------------------------------
Resolution: Fixed
This exception is thrown from the NeethiPolicy constructor. NeethiPolicy constructor was thowing the Exception with passing itself to the Exception as follows:
throw NeethiException(CREATION_OF_NEETHI_POLICY_OBJECT_FAILED, this);
NeethiException Destructor try to delete 'this' reference which is not existed because the NeethiPolicy constructor is not complete.
> Client crashes when a NeethiException is thrown.
> ------------------------------------------------
>
> Key: WSFCPP-34
> URL: https://wso2.org/jira/browse/WSFCPP-34
> Project: WSO2 WSF/C++
> Issue Type: Bug
> Components: Core/Client API, Neethi
> Affects Versions: Current (Nightly)
> Reporter: Dushshantha Chandradasa
> Assignee: Dushshantha Chandradasa
>
> Client crashes when a NeethiException is thrown. Same problem is possibly there in other exception classes as well.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the Wsf-c-dev
mailing list