Simple Axis server segfaults when a ?wsdl request is send .
------------------------------------------------------------
Key: AXIS2C-754
URL: https://issues.apache.org/jira/browse/AXIS2C-754
Project: Axis2-C
Issue Type: Bug
Components: build system (Unix/Linux)
Affects Versions: Current (Nightly)
Reporter: Manjula Peiris
when I add <parameter name="wsdl_path">path/of/the/wsdl</parameter> to a
service and request the wsdl through ,
http://localhost:9090/axis2/sevices/service_name?wsdl the simple axis server
segfaults. Following is the back trace.
0xb7e36b4b in axis2_http_transport_utils_get_services_static_wsdl
(env=0x82731f8, conf_ctx=0x826cba8,
request_url=0x8273e20 "http://127.0.0.1:9090/axis2/sevices/sec_echo?wsdl")
at http_transport_utils.c:896
896 len = strlen(url_tok[0]);
(gdb) bt
#0 0xb7e36b4b in axis2_http_transport_utils_get_services_static_wsdl
(env=0x82731f8, conf_ctx=0x826cba8,
request_url=0x8273e20 "http://127.0.0.1:9090/axis2/sevices/sec_echo?wsdl")
at http_transport_utils.c:896
#1 0xb7e34167 in axis2_http_worker_process_request (http_worker=0x826f408,
env=0x82731f8, svr_conn=0x82737c0, simple_request=0x8274190)
at http_worker.c:280
#2 0xb7dbd00a in axis2_svr_thread_worker_func (thd=0x8270fa8, data=0x82733c8)
at http_svr_thread.c:254
#3 0xb7e59b85 in dummy_worker (opaque=0x8270fa8) at thread_unix.c:93
#4 0xb7d8b183 in start_thread () from /lib/libpthread.so.0
#5 0xb7cf7d2e in clone () from /lib/libc.so.6
BTW this is working accordingly wit Apache.
--
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]