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 "Adrian Dick (JIRA)" <ax...@ws.apache.org> on 2006/02/22 16:21:38 UTC

[jira] Created: (AXISCPP-934) Services are unloaded before last message objects have been deleted

Services are unloaded before last message objects have been deleted
-------------------------------------------------------------------

         Key: AXISCPP-934
         URL: http://issues.apache.org/jira/browse/AXISCPP-934
     Project: Axis-C++
        Type: Bug
  Components: Server - Engine  
    Versions: current (nightly)    
    Reporter: Adrian Dick
 Assigned to: Adrian Dick 


The ModuleUninitialize method  deletes the handler loader before deleting the SoapSerializer.

This results in the service libraries being unloaded before the last message objects have been deleted.  If the last message contains any complex types it won't be able to delete them as the function pointers are to non-existent code, causing the clean-up to fail.

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


[jira] Closed: (AXISCPP-934) Services are unloaded before last message objects have been deleted

Posted by "Adrian Dick (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-934?page=all ]
     
Adrian Dick closed AXISCPP-934:
-------------------------------

    Fix Version: current (nightly)
     Resolution: Fixed

> Services are unloaded before last message objects have been deleted
> -------------------------------------------------------------------
>
>          Key: AXISCPP-934
>          URL: http://issues.apache.org/jira/browse/AXISCPP-934
>      Project: Axis-C++
>         Type: Bug
>   Components: Server - Engine
>     Versions: current (nightly)
>     Reporter: Adrian Dick
>     Assignee: Adrian Dick
>      Fix For: current (nightly)

>
> The ModuleUninitialize method  deletes the handler loader before deleting the SoapSerializer.
> This results in the service libraries being unloaded before the last message objects have been deleted.  If the last message contains any complex types it won't be able to delete them as the function pointers are to non-existent code, causing the clean-up to fail.

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