From mint-bounce@lists.fishpool.fi Wed May 26 15:53:33 2010 Message-ID: <4BFD7B92.7060105@freesbee.fr> Date: Wed, 26 May 2010 21:50:42 +0200 From: =?ISO-8859-1?Q?Vincent_Rivi=E8re?= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: mint@lists.fishpool.fi Subject: Re: [MiNT] Is native gdb 5.0 working correct? References: <4a53885516d7727102c5d559097b6a8e-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUBFBDBTXF5bVkYAV0F3CVE6XF1YRUwCXVJQRQ==-webmailer2@server05.webmailer.hosteurope.de> In-Reply-To: <4a53885516d7727102c5d559097b6a8e-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUBFBDBTXF5bVkYAV0F3CVE6XF1YRUwCXVJQRQ==-webmailer2@server05.webmailer.hosteurope.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: vincent.riviere@freesbee.fr Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.sparemint.org id o4QJrWuS031933 Ole Loots wrote: > whenever I wan't to print out a variable, gdb says: > > inspect path > warning: (Internal error: pc 0x2306be2 in read in psymtab, but not in > symtab.) There is a bug in GCC 4.x when generating a.out STABS debug information, it is the cause of what you are experiencing. It happens quite often. With gdb 5.0 it causes serious problems, with gdb 7.0 it works better. Unfortunately I have not finished porting it, and I have no plans to continue soon. Sadly, the only solution I know is to compile with GCC 2.95 in order to be able to use gdb. -- Vincent Rivière