From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23654 invoked by alias); 17 Jul 2006 00:59:03 -0000 Received: (qmail 23645 invoked by uid 22791); 17 Jul 2006 00:59:02 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Mon, 17 Jul 2006 00:59:01 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1G2HRp-0007Zq-QD; Sun, 16 Jul 2006 20:58:57 -0400 Date: Mon, 17 Jul 2006 07:07:00 -0000 From: Daniel Jacobowitz To: "Bizhan Gholikhamseh (bgholikh)" Cc: Joel Brobecker , gdb@sourceware.org Subject: Re: Help: corrupt Stack Message-ID: <20060717005857.GB29042@nevyn.them.org> Mail-Followup-To: "Bizhan Gholikhamseh (bgholikh)" , Joel Brobecker , gdb@sourceware.org References: <20060715042015.GC15273@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11+cvs20060403 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-07/txt/msg00110.txt.bz2 On Sat, Jul 15, 2006 at 10:27:19AM -0700, Bizhan Gholikhamseh (bgholikh) wrote: > Thanks for reply. , > We are using cross compiler for Linux 2.6.11, our host is x86 system and > our target system is PPC based. I apologize if this is not enough > information, if there is anything else please let me know, however if > there are any hints that I should do to help me please let me know. Search for solib-absolute-prefix and make sure that your GDB knows where to find PPC shared libraries. That may help. -- Daniel Jacobowitz CodeSourcery