Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 88369 invoked from network); 5 Jan 2009 10:34:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Jan 2009 10:34:09 -0000 Received: (qmail 70569 invoked by uid 500); 5 Jan 2009 10:34:08 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 70559 invoked by uid 500); 5 Jan 2009 10:34:08 -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 70550 invoked by uid 99); 5 Jan 2009 10:34:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jan 2009 02:34:07 -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 10:34:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 45D5D234C4A7 for ; Mon, 5 Jan 2009 02:33:44 -0800 (PST) Message-ID: <1624956789.1231151624283.JavaMail.jira@brutus> Date: Mon, 5 Jan 2009 02:33:44 -0800 (PST) From: "S.Uthaiyashankar (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Commented: (AXIS2C-1241) uninitialised value in axis2_apache_out_transport_info_set_char_encoding In-Reply-To: <372302158.1216658011748.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-1241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12660713#action_12660713 ] S.Uthaiyashankar commented on AXIS2C-1241: ------------------------------------------ Problem is due to uninitialized axis2_http_out_transport_info->encoding. axis2_http_out_transport_info is created in axis2_apache2_out_transport_info_create. initializing axis2_http_out_transport_info->encoding to NULL solved the problem. > uninitialised value in axis2_apache_out_transport_info_set_char_encoding > ------------------------------------------------------------------------ > > Key: AXIS2C-1241 > URL: https://issues.apache.org/jira/browse/AXIS2C-1241 > Project: Axis2-C > Issue Type: Bug > Components: transport/http > Affects Versions: Current (Nightly) > Environment: linux fc6 > Reporter: Frederic Heem > Assignee: S.Uthaiyashankar > Fix For: 1.6.0 > > > When apache is used with In-Out message, valgrind complains about "Conditional jump or move depends on uninitialised value(s)" > Here is the backtrace: > ==17491== Thread 5: > ==17491== Conditional jump or move depends on uninitialised value(s) > ==17491== at 0x40169FC: axis2_apache_out_transport_info_set_char_encoding (apache2_out_transport_info.c:110) > ==17491== by 0x46D6ABB: axis2_http_out_transport_info_set_char_encoding (http_out_transport_info.c:238) > ==17491== by 0x484582E: axis2_http_transport_sender_invoke (http_transport_sender.c:342) > ==17491== by 0x461D862: axis2_engine_send (engine.c:176) > ==17491== by 0x462C716: axis2_msg_recv_receive_impl (msg_recv.c:359) > ==17491== by 0x462C83A: axis2_msg_recv_receive (msg_recv.c:436) > ==17491== by 0x461DE74: axis2_engine_receive (engine.c:318) > ==17491== by 0x401AB5B: axis2_http_transport_utils_process_http_post_request (http_transport_utils.c:659) > ==17491== by 0x4018325: axis2_apache2_worker_process_request (apache2_worker.c:619) > ==17491== by 0x4015752: axis2_handler (mod_axis2.c:373) > ==17491== by 0x8071B27: ap_run_handler (in /usr/local/apache2/bin/httpd) > ==17491== by 0x8073FEF: ap_invoke_handler (in /usr/local/apache2/bin/httpd) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.