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 "nadir amra (JIRA)" <ax...@ws.apache.org> on 2007/05/03 00:46:16 UTC

[jira] Created: (AXISCPP-1030) SoapFault copy constructors not initializing object variables before doing copies

SoapFault copy constructors not initializing object variables before doing copies 
----------------------------------------------------------------------------------

                 Key: AXISCPP-1030
                 URL: https://issues.apache.org/jira/browse/AXISCPP-1030
             Project: Axis-C++
          Issue Type: Bug
          Components: Client - Engine
            Reporter: nadir amra
         Assigned To: nadir amra
             Fix For: current (nightly)


OtherFaultException and SoapFaultException.cpp copy constructors are not initializing object variables before doing a copy.  Thus, intermittent errors occur when performing copies since a copy first deletes the object variable and then performs copy. The delete will occasionally fail due to invalid pointer. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Closed: (AXISCPP-1030) SoapFault copy constructors not initializing object variables before doing copies

Posted by "nadir amra (JIRA)" <ax...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/AXISCPP-1030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

nadir amra closed AXISCPP-1030.
-------------------------------

    Resolution: Fixed

> SoapFault copy constructors not initializing object variables before doing copies 
> ----------------------------------------------------------------------------------
>
>                 Key: AXISCPP-1030
>                 URL: https://issues.apache.org/jira/browse/AXISCPP-1030
>             Project: Axis-C++
>          Issue Type: Bug
>          Components: Client - Engine
>            Reporter: nadir amra
>         Assigned To: nadir amra
>             Fix For: current (nightly)
>
>
> OtherFaultException and SoapFaultException.cpp copy constructors are not initializing object variables before doing a copy.  Thus, intermittent errors occur when performing copies since a copy first deletes the object variable and then performs copy. The delete will occasionally fail due to invalid pointer. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (AXISCPP-1030) SoapFault copy constructors not initializing object variables before doing copies

Posted by "nadir amra (JIRA)" <ax...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/AXISCPP-1030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493242 ] 

nadir amra commented on AXISCPP-1030:
-------------------------------------

fixed...

> SoapFault copy constructors not initializing object variables before doing copies 
> ----------------------------------------------------------------------------------
>
>                 Key: AXISCPP-1030
>                 URL: https://issues.apache.org/jira/browse/AXISCPP-1030
>             Project: Axis-C++
>          Issue Type: Bug
>          Components: Client - Engine
>            Reporter: nadir amra
>         Assigned To: nadir amra
>             Fix For: current (nightly)
>
>
> OtherFaultException and SoapFaultException.cpp copy constructors are not initializing object variables before doing a copy.  Thus, intermittent errors occur when performing copies since a copy first deletes the object variable and then performs copy. The delete will occasionally fail due to invalid pointer. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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