You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Jean-Sebastien Delfino (JIRA)" <tu...@ws.apache.org> on 2006/10/10 01:43:19 UTC

[jira] Created: (TUSCANY-816) Memory violation returning a DataObject from a Web Service

Memory violation returning a DataObject from a Web Service
----------------------------------------------------------

                 Key: TUSCANY-816
                 URL: http://issues.apache.org/jira/browse/TUSCANY-816
             Project: Tuscany
          Issue Type: Bug
          Components: C++ SCA
    Affects Versions: Cpp-M2
            Reporter: Jean-Sebastien Delfino
         Assigned To: Jean-Sebastien Delfino
             Fix For: Cpp-M2


DataObjects returned by Axis2Client are allocated on the stack instead of the heap, so unless you're lucky you'll get a memory access violation when you try to access them in a client.


-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Resolved: (TUSCANY-816) Memory violation returning a DataObject from a Web Service

Posted by "Jean-Sebastien Delfino (JIRA)" <tu...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/TUSCANY-816?page=all ]

Jean-Sebastien Delfino resolved TUSCANY-816.
--------------------------------------------

    Resolution: Fixed

Fixed the memory violation. There is still a memory leak issue remaining.

> Memory violation returning a DataObject from a Web Service
> ----------------------------------------------------------
>
>                 Key: TUSCANY-816
>                 URL: http://issues.apache.org/jira/browse/TUSCANY-816
>             Project: Tuscany
>          Issue Type: Bug
>          Components: C++ SCA
>    Affects Versions: Cpp-M2
>            Reporter: Jean-Sebastien Delfino
>         Assigned To: Jean-Sebastien Delfino
>             Fix For: Cpp-M2
>
>
> DataObjects returned by Axis2Client are allocated on the stack instead of the heap, so unless you're lucky you'll get a memory access violation when you try to access them in a client.

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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