Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Windows
Description
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.