[wsf-c-dev] [jira] Commented: (WSFC-133) math sample client segfaults when a wrong WSFC_HOME is set.

Dushshantha Chandradasa (JIRA) jira at wso2.org
Thu Sep 13 22:17:48 PDT 2007


    [ http://www.wso2.org/jira/browse/WSFC-133?page=comments#action_12556 ] 
            
Dushshantha Chandradasa commented on WSFC-133:
----------------------------------------------

if we do not set WSFC_HOME, the client segfaults at the following location.


0xb7c74309 in free () from /lib/tls/i686/cmov/libc.so.6
(gdb) bt
#0  0xb7c74309 in free () from /lib/tls/i686/cmov/libc.so.6
#1  0xb7f38f16 in axutil_allocator_free_impl (allocator=0x804b008, ptr=0xb7d3d304) at allocator.c:77
#2  0xb7f39e65 in axutil_stream_free (stream=0x8090460, env=0x2f327369) at stream.c:110
#3  0xb7f39f17 in axutil_stream_free_void_arg (stream=0xb7d3d304, env=0xb7d3d304) at stream.c:149
#4  0xb7f3f9eb in axutil_property_free (property=0x80904a0, env=0x804b1f0) at property.c:90
#5  0xb7ef952c in axis2_ctx_free (ctx=0x807b508, env=0x804b1f0) at ctx.c:147
#6  0xb7ef974e in axis2_msg_ctx_free (msg_ctx=0x807b548, env=0x804b1f0) at msg_ctx.c:297
#7  0xb7efb050 in axis2_op_ctx_free (op_ctx=0x807b370, env=0x804b1f0) at op_ctx.c:145
#8  0xb7eff57f in axis2_op_client_free (op_client=0x807b338, env=0x804b1f0) at op_client.c:582
#9  0xb7f012b6 in axis2_svc_client_free (svc_client=0x804b5b8, env=0x804b1f0) at svc_client.c:1163
#10 0xb7efe01f in axis2_stub_free (stub=0x804d6d8, env=0x804b1f0) at stub.c:126
#11 0x080495eb in main (argc=1, argv=0xbff68614) at math_client.c:125


> math sample client segfaults when a wrong WSFC_HOME is set.
> -----------------------------------------------------------
>
>                 Key: WSFC-133
>                 URL: http://www.wso2.org/jira/browse/WSFC-133
>             Project: WSO2 WSF/C
>          Issue Type: Bug
>            Reporter: Dushshantha Chandradasa
>
> math sample client segfaults when a wrong WSFC_HOME is set.
> Here is the trace from gdb:
> axis2_stub_free (stub=0x0, env=0x804b1f0) at stub.c:124
> 124         if (stub->svc_client)
> (gdb) bt
> #0  axis2_stub_free (stub=0x0, env=0x804b1f0) at stub.c:124
> #1  0xb7f1d1e0 in axis2_stub_create_with_endpoint_uri_and_client_home (env=0x804b1f0, endpoint_uri=0x80499e4 "http://localhost:9090/axis2/services/math", client_home=0x0)
>     at stub.c:110
> #2  0x080490d5 in axis2_math_stub_create_with_endpoint_uri_and_client_home (env=0x804b1f0, endpoint_uri=0x0, client_home=0x0) at axis2_math_stub.c:89
> #3  0x0804950a in main (argc=1, argv=0xbfd887e4) at math_client.c:76

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

        



More information about the Wsf-c-dev mailing list