Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 28890 invoked from network); 27 Mar 2006 14:15:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Mar 2006 14:15:07 -0000 Received: (qmail 41439 invoked by uid 500); 27 Mar 2006 14:14:12 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 41419 invoked by uid 500); 27 Mar 2006 14:14:12 -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 41395 invoked by uid 99); 27 Mar 2006 14:14:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Mar 2006 06:14:11 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of adrian.dick@uk.ibm.com designates 195.212.29.137 as permitted sender) Received: from [195.212.29.137] (HELO mtagate4.uk.ibm.com) (195.212.29.137) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Mar 2006 06:14:11 -0800 Received: from d06nrmr1407.portsmouth.uk.ibm.com (d06nrmr1407.portsmouth.uk.ibm.com [9.149.38.185]) by mtagate4.uk.ibm.com (8.13.6/8.13.6) with ESMTP id k2REDnKI225018 for ; Mon, 27 Mar 2006 14:13:49 GMT Received: from d06av04.portsmouth.uk.ibm.com (d06av04.portsmouth.uk.ibm.com [9.149.37.216]) by d06nrmr1407.portsmouth.uk.ibm.com (8.12.10/NCO/VER6.8) with ESMTP id k2REEGjR202532 for ; Mon, 27 Mar 2006 15:14:16 +0100 Received: from d06av04.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av04.portsmouth.uk.ibm.com (8.12.11/8.13.3) with ESMTP id k2REDnbP024338 for ; Mon, 27 Mar 2006 15:13:49 +0100 Received: from d06ml062.portsmouth.uk.ibm.com (d06ml062.portsmouth.uk.ibm.com [9.149.38.82]) by d06av04.portsmouth.uk.ibm.com (8.12.11/8.12.11) with ESMTP id k2REDn1g024333 for ; Mon, 27 Mar 2006 15:13:49 +0100 In-Reply-To: <05F7777636653C48883BE6FF7FFC64C50224A3F0@neon.ALLOT.LOCAL> Subject: RE: Segmentation fault To: "Apache AXIS C Developers List" X-Mailer: Lotus Notes Release 7.0 HF144 February 01, 2006 Message-ID: From: Adrian Dick Date: Mon, 27 Mar 2006 15:13:49 +0100 X-MIMETrack: Serialize by Router on D06ML062/06/M/IBM(Release 6.53HF247 | January 6, 2005) at 27/03/2006 15:14:18 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I see you mentioned earlier in this thread that you have built the Axis C++ libraries yourself. Which build target did you use? See here, for details on ensureing trace is included at build time: http://ws.apache.org/axis/cpp/antbuild-guide.html#EnablingTraceAndDebug Regards, Adrian _______________________________________ Adrian Dick (adrian.dick@uk.ibm.com) "Dubi Lego" wrote on 27/03/2006 14:51:50: > I enabled the trace in the configuration file but no log file was > generated. > Is there anything else to do? > > -----Original Message----- > From: Adrian Dick [mailto:adrian.dick@uk.ibm.com] > Sent: Monday, March 27, 2006 10:05 AM > To: Apache AXIS C Developers List > Subject: Re: Segmentation fault > > Hi, > > Can you enable trace, as this will allow us to more accurately diagnose > the > problem. > See step 4. of > http://ws.apache.org/axis/cpp/install-guide.html#Installing_Client for > detail on setting the configuration file. > > Regards, > Adrian > _______________________________________ > Adrian Dick (adrian.dick@uk.ibm.com) > > > "Dubi Lego" wrote on 26/03/2006 12:10:23: > > > Hi all! > > > > I compiled axis c++ client with ant and when I run it crashed. > > I try to debug it with gdb and the output is: > > > > [Thread debugging using libthread_db enabled] > > > > [New Thread 16384 (LWP 20889)] > > > > Program received signal SIGSEGV, Segmentation fault. > > > > [Switching to Thread 16384 (LWP 20889)] > > > > 0x400a175c in axiscpp::SoapSerializer::serializeBasicArray () > > > > from /users/dlego/SOAP_AXIS/juniper_project/axis-c-1.6b-Linux- > > trace-bin/deplo > > y/lib/libaxis_client.so > > > > Does anybody know what can be the reason? > > > > Thank in advanced, > > >