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 "Dinesh Premalal (JIRA)" <ji...@apache.org> on 2007/02/08 05:50:06 UTC

[jira] Created: (AXIS2C-526) SSL client segfaults

SSL client segfaults 
---------------------

                 Key: AXIS2C-526
                 URL: https://issues.apache.org/jira/browse/AXIS2C-526
             Project: Axis2-C
          Issue Type: Bug
          Components: core/clientapi, core/transport
    Affects Versions: Current (Nightly)
            Reporter: Dinesh Premalal
         Assigned To: Dinesh Premalal
             Fix For: 1.0.0


When I tried to run ssl client it segfaults. GDB backtrace as follows
#0  0xb7f1dd97 in axis2_msg_ctx_set_transport_out_desc (msg_ctx=0x8080e00, env=0x804b228, transport_out_desc=0x804bd40)
    at msg_ctx.c:965
#1  0xb7f276e6 in axis2_op_client_execute (op_client=0x8082978, env=0x804b228, block=1) at op_client.c:470
#2  0xb7f296e3 in axis2_svc_client_send_receive (svc_client=0x804b498, env=0x804b228, op_qname=0x8070db0, payload=0x8081510)
    at svc_client.c:921
#3  0x08048ac5 in main (argc=2, argv=0xbfb3a2d4) at echo.c:98


listing for fr 0

960         AXIS2_ENV_CHECK(env, AXIS2_FAILURE);
961
962         if (transport_out_desc)
963         {
964             msg_ctx->transport_out_desc = transport_out_desc;
965             msg_ctx->transport_out_desc_enum =
966                 AXIS2_TRANSPORT_OUT_DESC_GET_ENUM(transport_out_desc, env);
967         }
968
969         return AXIS2_SUCCESS;

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
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-526) SSL client segfaults

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

Dinesh Premalal resolved AXIS2C-526.
------------------------------------

    Resolution: Fixed

> SSL client segfaults 
> ---------------------
>
>                 Key: AXIS2C-526
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-526
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: core/clientapi, core/transport
>    Affects Versions: Current (Nightly)
>            Reporter: Dinesh Premalal
>         Assigned To: Dinesh Premalal
>             Fix For: 1.0.0
>
>
> When I tried to run ssl client it segfaults. GDB backtrace as follows
> #0  0xb7f1dd97 in axis2_msg_ctx_set_transport_out_desc (msg_ctx=0x8080e00, env=0x804b228, transport_out_desc=0x804bd40)
>     at msg_ctx.c:965
> #1  0xb7f276e6 in axis2_op_client_execute (op_client=0x8082978, env=0x804b228, block=1) at op_client.c:470
> #2  0xb7f296e3 in axis2_svc_client_send_receive (svc_client=0x804b498, env=0x804b228, op_qname=0x8070db0, payload=0x8081510)
>     at svc_client.c:921
> #3  0x08048ac5 in main (argc=2, argv=0xbfb3a2d4) at echo.c:98
> listing for fr 0
> 960         AXIS2_ENV_CHECK(env, AXIS2_FAILURE);
> 961
> 962         if (transport_out_desc)
> 963         {
> 964             msg_ctx->transport_out_desc = transport_out_desc;
> 965             msg_ctx->transport_out_desc_enum =
> 966                 AXIS2_TRANSPORT_OUT_DESC_GET_ENUM(transport_out_desc, env);
> 967         }
> 968
> 969         return AXIS2_SUCCESS;

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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