[wsf-c-dev] [jira] Created: (WSFC-124) math client segfaults with
libcurl
Dushshantha Chandradasa (JIRA)
jira at wso2.org
Thu Sep 6 03:15:48 PDT 2007
math client segfaults with libcurl
----------------------------------
Key: WSFC-124
URL: http://www.wso2.org/jira/browse/WSFC-124
Project: WSO2 WSF/C
Issue Type: Bug
Components: Apache Axis2/C
Reporter: Dushshantha Chandradasa
Fix For: 1.1.0
math client segfaults with libcurl
Following is the gdb trace:
Using endpoint : http://localhost:9090/axis2/services/math
Invoking operation add with params 40 and 8
Result = 48
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1214822720 (LWP 4772)]
0xb7ca4309 in free () from /lib/tls/i686/cmov/libc.so.6
(gdb) bt
#0 0xb7ca4309 in free () from /lib/tls/i686/cmov/libc.so.6
#1 0xb7f67ed6 in axutil_allocator_free_impl (allocator=0x804b008, ptr=0xb7d6d304) at allocator.c:77
#2 0xb7f68e25 in axutil_stream_free (stream=0x820ac60, env=0x2f327369) at stream.c:110
#3 0xb7f68ed7 in axutil_stream_free_void_arg (stream=0xb7d6d304, env=0xb7d6d304) at stream.c:149
#4 0xb7f6e99b in axutil_property_free (property=0x820aca0, env=0x804b1f0) at property.c:90
#5 0xb7f2952c in axis2_ctx_free (ctx=0x81f5d08, env=0x804b1f0) at ctx.c:147
#6 0xb7f2974e in axis2_msg_ctx_free (msg_ctx=0x81f5d48, env=0x804b1f0) at msg_ctx.c:297
#7 0xb7f2b050 in axis2_op_ctx_free (op_ctx=0x81f5b70, env=0x804b1f0) at op_ctx.c:145
#8 0xb7f2f57f in axis2_op_client_free (op_client=0x81f5b38, env=0x804b1f0) at op_client.c:582
#9 0xb7f312b6 in axis2_svc_client_free (svc_client=0x804b5b8, env=0x804b1f0) at svc_client.c:1164
#10 0xb7f2e01f in axis2_stub_free (stub=0x804d6d8, env=0x804b1f0) at stub.c:126
#11 0x080495eb in main (argc=1, argv=0xbff98c74) at math_client.c:125
--
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