mtom, echo_blocking_dual and echo_non_blocking_dual samples crash on windows
----------------------------------------------------------------------------

                 Key: AXIS2C-449
                 URL: http://issues.apache.org/jira/browse/AXIS2C-449
             Project: Axis2-C
          Issue Type: Bug
    Affects Versions: Current (Nightly)
         Environment: windows
            Reporter: Dushshantha Chandradasa
             Fix For: 0.96


mtom, echo_blocking_dual and echo_non_blocking_dual samples crash on windows 
when I try to run the same sample several times consecutively. This happens 
after returning the result correctly.  

The breakage occures after the the execution of the following line (line 437 in 
modules\core\transport\http\http_worker.c)

/* Free message contextx */
    if (op_ctx) 
    {
        axis2_msg_ctx_t *out_msg_ctx = NULL, *in_msg_ctx = NULL;
        axis2_hash_t *msg_ctx_map = NULL;

        msg_ctx_map = AXIS2_OP_CTX_GET_MSG_CTX_MAP(op_ctx, env); <==


-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to