[wsf-c-dev] [jira] Resolved: (WSFC-202) RC3: math client sample
segfault with enable libcurl
Sanjaya Ratnaweera (JIRA)
jira at wso2.org
Thu May 29 04:25:47 PDT 2008
[ https://wso2.org/jira/browse/WSFC-202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sanjaya Ratnaweera resolved WSFC-202.
-------------------------------------
Assignee: Sanjaya Ratnaweera
Fix Version/s: Current (nightly)
Resolution: Fixed
> RC3: math client sample segfault with enable libcurl
> ----------------------------------------------------
>
> Key: WSFC-202
> URL: https://wso2.org/jira/browse/WSFC-202
> Project: WSO2 WSF/C
> Issue Type: Bug
> Affects Versions: Current (nightly)
> Environment: Ubuntu 7.10
> Reporter: Krishantha Samaraweera
> Assignee: Sanjaya Ratnaweera
> Fix For: Current (nightly)
>
>
> math client sample segfault with enable libcurl
> step to reproduce:
> 1. build WSFC with libcurl+libxml+sqlite
> 2. run the math client sample
> gdb trace:
> Starting program: /home/krishantha/rc_c/wso2-wsf-c-src-1.2.0/deploy/bin/samples/math
> [Thread debugging using libthread_db enabled]
> [New Thread -1215190848 (LWP 7495)]
> Using endpoint : http://localhost:9090/axis2/services/math
> Invoking operation add with params 40 and 8
> [New Thread -1217553520 (LWP 7498)]
> [Thread -1217553520 (LWP 7498) exited]
> [New Thread -1225946224 (LWP 7499)]
> [Thread -1225946224 (LWP 7499) exited]
> Result = 48
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread -1215190848 (LWP 7495)]
> 0xb7ce07bc in free () from /lib/tls/i686/cmov/libc.so.6
> (gdb) bt
> #0 0xb7ce07bc in free () from /lib/tls/i686/cmov/libc.so.6
> #1 0xb7fbb3cc in axutil_allocator_free_impl (allocator=0x804b008, ptr=0x2f327369) at allocator.c:91
> #2 0xb7fbcc45 in axutil_stream_free (stream=0x821f8d0, env=0x804b400) at stream.c:118
> #3 0xb7fbcced in axutil_stream_free_void_arg (stream=0x821f8d0, env=0x804b400) at stream.c:158
> #4 0xb7fc558c in axutil_property_free (property=0x821f910, env=0x804b400) at property.c:96
> #5 0xb7f67af7 in axis2_ctx_free (ctx=0x820a538, env=0x804b400) at ctx.c:154
> #6 0xb7f68129 in axis2_msg_ctx_free (msg_ctx=0x820a578, env=0x804b400) at msg_ctx.c:337
> #7 0xb7f6c7ba in axis2_op_ctx_free (op_ctx=0x820a398, env=0x804b400) at op_ctx.c:164
> #8 0xb7f72c86 in axis2_op_client_free (op_client=0x820a360, env=0x804b400) at op_client.c:614
> #9 0xb7f769d8 in axis2_svc_client_free (svc_client=0x804b7d0, env=0x804b400) at svc_client.c:1284
> #10 0xb7f708df in axis2_stub_free (stub=0x804d960, env=0x804b400) at stub.c:126
> #11 0x08049825 in main (argc=1, argv=0xbfca0294) at math_client.c:141
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://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