Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 1474 invoked from network); 21 Nov 2006 10:59:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Nov 2006 10:59:29 -0000 Received: (qmail 88565 invoked by uid 500); 21 Nov 2006 10:59:35 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 88492 invoked by uid 500); 21 Nov 2006 10:59:34 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 88399 invoked by uid 99); 21 Nov 2006 10:59:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Nov 2006 02:59:34 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Nov 2006 02:59:23 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id ACD0A714312 for ; Tue, 21 Nov 2006 02:59:03 -0800 (PST) Message-ID: <1905343.1164106743704.JavaMail.jira@brutus> Date: Tue, 21 Nov 2006 02:59:03 -0800 (PST) From: "Dinesh Premalal (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Created: (AXIS2C-419) simple axis server segfaults on REST get method MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org simple axis server segfaults on REST get method ----------------------------------------------- Key: AXIS2C-419 URL: http://issues.apache.org/jira/browse/AXIS2C-419 Project: Axis2-C Issue Type: Bug Components: core/transport, transport/http Affects Versions: Current (Nightly) Reporter: Dinesh Premalal Fix For: 0.96 simple axis server segfaults on REST get method. gdb backtrace ========= #0 0x08758b0c in ?? () #1 0xa7e52922 in axis2_http_transport_sender_invoke (transport_sender=0x8068af8, env=0x8094bf0, msg_ctx=0x8085dc0) at http_transport_sender.c:404 #2 0xa7ea713e in axis2_engine_send (engine=0x8093e58, env=0x8094bf0, msg_ctx=0x8085dc0) at engine.c:323 #3 0xa7eb3964 in axis2_raw_xml_in_out_msg_recv_receive_sync (msg_recv=0x8085470, env=0x8094bf0, msg_ctx=0x8094f38, callback_recv_param=0x6465) at msg_recv.c:474 #4 0xa7ea6a60 in axis2_engine_receive (engine=0x80a0340, env=0x8094bf0, msg_ctx=0x8094f38) at engine.c:439 #5 0xa7ed369d in axis2_http_transport_utils_process_http_get_request (env=0x8094bf0, msg_ctx=0x8094f38, in_stream=0x80954b0, out_stream=0x8094e98, content_type=0xa7ed86fc "text/plain", soap_action_header=0x0, request_uri=0x8096a60 "http://127.0.0.1:9091/axis2/services/echo/echoString?text=Hello World!", conf_ctx=0x809e400, request_params=0x8094ec0) at http_transport_utils.c:543 #6 0xa7ed0fff in axis2_http_worker_process_request (http_worker=0x807a9c0, env=0x8094bf0, svr_conn=0x8094b30, simple_request=0x80955c0) at http_worker.c:308 #7 0xa7e4db9e in worker_func (thd=0x808ddb0, data=0x807dbe0) at http_svr_thread.c:335 #8 0xa7f87716 in dummy_worker (opaque=0x808ddb0) at thread_unix.c:84 #9 0xa7e6b0bd in start_thread () from /lib/tls/libpthread.so.0 #10 0xa7dcb92e in clone () from /lib/tls/libc.so.6 and it segfaults on AXIS2_STREAM_WRITE(out_stream, env, buffer, buffer_size); http_transport_sender line:404 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-c-dev-help@ws.apache.org