From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16156 invoked by alias); 6 Oct 2004 14:06:03 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 16034 invoked from network); 6 Oct 2004 14:05:56 -0000 Received: from unknown (HELO smtp.hispeed.ch) (62.2.95.247) by sourceware.org with SMTP; 6 Oct 2004 14:05:56 -0000 Received: from indel.ch (217-162-27-127.dclient.hispeed.ch [217.162.27.127]) by smtp.hispeed.ch (8.12.6/8.12.6/tornado-1.0) with SMTP id i96E5peg027430 for ; Wed, 6 Oct 2004 16:05:52 +0200 Received: from fabi.indel.ch [192.168.1.19] by indel.ch [127.0.0.1] with SMTP (MDaemon.v2.7.SP5.R) for ; Wed, 06 Oct 2004 16:04:06 +0200 Message-Id: <5.2.0.9.1.20041006153249.01cf5bf8@NT_SERVER> X-Sender: cenedese@NT_SERVER (Unverified) Date: Wed, 06 Oct 2004 14:21:00 -0000 To: From: Fabian Cenedese Subject: RE: cvs compile problem In-Reply-To: <005701c4aba6$db71ddd0$5100a8c0@monika> References: <5.2.0.9.1.20041006091548.01cf2400@NT_SERVER> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-MDaemon-Deliver-To: gdb@sources.redhat.com X-Return-Path: cenedese@indel.ch X-SW-Source: 2004-10/txt/msg00128.txt.bz2 >I have tried to build gdb6.2.1 for >--host=i686-pc-cygwin --target=powerpc-eabi > >I have not gotten any problem. >I have not tried the current CVS version. The file 'ppc-instructions' >which is producing error is same in the both 6.2.1 and in the current >CVS version. Must have been some hiccup. After rm builddir and complete rebuild it works now. The bad part is that even the cvs version has the error as mentioned in http://sources.redhat.com/ml/gdb/2004-10/msg00111.html (gdb) bt #0 CMyWorkerTask::Test (this=0x1815d4, str=@0x18d734) at N:\Temp\SAMCLASS\Applicat\Src\Test1.cpp:456 #1 0x00060564 in CMyWorkerTask::Test (this=0x1815d4, str=@0x18d734) at N:\Temp\SAMCLASS\Applicat\Src\Test1.cpp:469 #2 0x00060564 in CMyWorkerTask::Test (this=0x1815d4, str=@0xa) at N:\Temp\SAMCLASS\Applicat\Src\Test1.cpp:469 #3 0x00060564 in CMyWorkerTask::Test (this=0x1815d4, str=@0x0) at N:\Temp\SAMCLASS\Applicat\Src\Test1.cpp:469 #4 0x00060564 in CMyWorkerTask::Test (this=0x1815d4, str=@0x64646464) at N:\Temp\SAMCLASS\Applicat\Src\Test1.cpp:469 #5 0x00060564 in CMyWorkerTask::Test (this=0x1815d4, str=@0x32414000) at N:\Temp\SAMCLASS\Applicat\Src\Test1.cpp:469 Previous frame inner to this frame (corrupt stack?) Thanks bye Fabi