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 "Dushshantha Chandradasa (JIRA)" <ji...@apache.org> on 2007/01/11 12:17:27 UTC

[jira] Created: (AXIS2C-500) Samples crash with apache module on windows

Samples crash with apache module on windows
-------------------------------------------

                 Key: AXIS2C-500
                 URL: https://issues.apache.org/jira/browse/AXIS2C-500
             Project: Axis2-C
          Issue Type: Bug
          Components: core/receivers
    Affects Versions: Current (Nightly)
         Environment: Windows
            Reporter: Dushshantha Chandradasa


When a sample run with apache server several times over and over again, it crashes from the following location. 

Line 217 of axis2c\modules\core\receivers\raw_xml_in_out_msg_recv.c

 if (status == AXIS2_SUCCESS)
        {
            skel_invoked = AXIS2_TRUE;
            result_node = AXIS2_SVC_SKELETON_INVOKE(svc_obj, env, om_node, new_msg_ctx);  <==

Debugger shows me that svc_obj contains an 'ops'  in which the values are 0. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Resolved: (AXIS2C-500) Samples crash with apache module on windows

Posted by "Samisa Abeysinghe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Samisa Abeysinghe resolved AXIS2C-500.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.0
         Assignee: Samisa Abeysinghe

Aplied a fix to switch to global pool when allocating the service object. The problem seems to be fixed now

> Samples crash with apache module on windows
> -------------------------------------------
>
>                 Key: AXIS2C-500
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-500
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: core/receivers
>    Affects Versions: Current (Nightly)
>         Environment: Windows
>            Reporter: Dushshantha Chandradasa
>         Assigned To: Samisa Abeysinghe
>             Fix For: 1.0.0
>
>
> When a sample run with apache server several times over and over again, it crashes from the following location. 
> Line 217 of axis2c\modules\core\receivers\raw_xml_in_out_msg_recv.c
>  if (status == AXIS2_SUCCESS)
>         {
>             skel_invoked = AXIS2_TRUE;
>             result_node = AXIS2_SVC_SKELETON_INVOKE(svc_obj, env, om_node, new_msg_ctx);  <==
> Debugger shows me that svc_obj contains an 'ops'  in which the values are 0. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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