Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 13572 invoked from network); 3 May 2004 11:10:46 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 3 May 2004 11:10:46 -0000 Received: (qmail 19192 invoked by uid 500); 3 May 2004 11:10:45 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 19082 invoked by uid 500); 3 May 2004 11:10:44 -0000 Mailing-List: contact axis-c-user-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: List-Id: "Apache AXIS C User List" Reply-To: "Apache AXIS C User List" Delivered-To: mailing list axis-c-user@ws.apache.org Received: (qmail 19069 invoked from network); 3 May 2004 11:10:44 -0000 Received: from unknown (HELO web12304.mail.yahoo.com) (216.136.173.102) by daedalus.apache.org with SMTP; 3 May 2004 11:10:44 -0000 Message-ID: <20040503111044.90304.qmail@web12304.mail.yahoo.com> Received: from [218.242.25.173] by web12304.mail.yahoo.com via HTTP; Mon, 03 May 2004 04:10:44 PDT Date: Mon, 3 May 2004 04:10:44 -0700 (PDT) From: yl d Subject: Segmentation fault using Axis C++ 1.1(windows) To: axis-c-user@ws.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N hi,all sorry to bother you. i think i have met the same problem with who has posted here: http://marc.theaimsgroup.com/?l=axis-c-user&m=108295994623141&w=2 (I am trying to run a client application using Axis C++ 1.1. I get a segmentation fault when the AxisTrace::logaxis() function is executed. ) the difference is : i work it on windows. my code is as below: #include "HelloWorld.h" int main() { HelloWorld c; c.Hi(); return 0; } it failed at the line:"HelloWorld c". i debug into HelloWorld.cpp. HelloWorld::HelloWorld() { m_pCall = new Call(); m_pCall->SetProtocol(APTHTTP); m_pCall->SetEndpointURI("http://211.136.104.89/axis/HelloWorld.jws"); } it failed at m_pCall=new Call(); it reports a memory read error. sorry for my poor english. can anyone help me? the problem have troubled me so much. __________________________________ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http://hotjobs.sweepstakes.yahoo.com/careermakeover