Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 27359 invoked from network); 5 Jan 2009 08:38:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Jan 2009 08:38:13 -0000 Received: (qmail 36533 invoked by uid 500); 5 Jan 2009 08:38:05 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 36523 invoked by uid 500); 5 Jan 2009 08:38:05 -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 36499 invoked by uid 99); 5 Jan 2009 08:38:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jan 2009 00:38:05 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jan 2009 08:38:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 60EE5234C4AD for ; Mon, 5 Jan 2009 00:37:44 -0800 (PST) Message-ID: <1994968306.1231144664396.JavaMail.jira@brutus> Date: Mon, 5 Jan 2009 00:37:44 -0800 (PST) From: "S.Uthaiyashankar (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Updated: (AXIS2C-1166) axis2_http_server remote crash In-Reply-To: <712914514.1212137385162.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2C-1166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] S.Uthaiyashankar updated AXIS2C-1166: ------------------------------------- Fix Version/s: 1.6.0 Assignee: S.Uthaiyashankar > axis2_http_server remote crash > ------------------------------- > > Key: AXIS2C-1166 > URL: https://issues.apache.org/jira/browse/AXIS2C-1166 > Project: Axis2-C > Issue Type: Bug > Components: transport/http > Affects Versions: 1.4.0 > Environment: linux fc6 > Reporter: Frederic Heem > Assignee: S.Uthaiyashankar > Fix For: 1.6.0 > > Attachments: echoString.txt > > > Please run netcat as follows: > nc 127.0.0.1 9090 < echoString.txt > This leads to a segmentation fault: > ==17690== Thread 3: > ==17690== Invalid read of size 4 > ==17690== at 0x400F14A: axis2_http_header_create_by_str (http_header.c:64) > ==17690== by 0x4012C2B: axis2_simple_http_svr_conn_read_request (simple_http_svr_conn.c:264) > ==17690== by 0x316B496B: ??? > ==17690== Address 0x4371796c is not stack'd, malloc'd or (recently) free'd > ==17690== > ==17690== Process terminating with default action of signal 11 (SIGSEGV) > ==17690== Access not within mapped region at address 0x4371796C > ==17690== at 0x400F14A: axis2_http_header_create_by_str (http_header.c:64) > ==17690== by 0x4012C2B: axis2_simple_http_svr_conn_read_request (simple_http_svr_conn.c:264) > ==17690== by 0x316B496B: ??? > ==17690== > ==17690== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 65 from 1) > ==17690== malloc/free: in use at exit: 470,266 bytes in 10,435 blocks. > ==17690== malloc/free: 17,660 allocs, 7,225 frees, 1,202,705 bytes allocated. > ==17690== For counts of detected errors, rerun with: -v > ==17690== searching for pointers to 10,435 not-freed blocks. > ==17690== checked 21,606,456 bytes. > ==17690== > ==17690== LEAK SUMMARY: > ==17690== definitely lost: 1,222 bytes in 45 blocks. > ==17690== possibly lost: 272 bytes in 2 blocks. > ==17690== still reachable: 468,772 bytes in 10,388 blocks. > ==17690== suppressed: 0 bytes in 0 blocks. > ==17690== Rerun with --leak-check=full to see details of leaked memory. > Killed -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.