[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] gdb crashes



On Mon, 2009-10-12 at 17:39 +0100, Alan Hourihane wrote:
> Hi Vincent,
> 
> I'm using your gdb sources and compiled directly on my Falcon, but no
> matter what I execute gdb always crashes....
> 
> bash# ./gdb /bin/ls
> GNU gdb 5.1 (MiNT 20081102)
> Copyright 2001 Free Software Foundation, Inc.
> GDB is free software, covered by the GNU General Public License, and you
> are
> welcome to change it and/or distribute copies of it under certain
> conditions.
> Type "show copying" to see the conditions.
> There is absolutely no warranty for GDB.  Type "show warranty" for
> details.
> This GDB was configured as "m68k-atari-mint"...(no debugging symbols
> found)...
> Setting up the environment for debugging gdb.
> .gdbinit:5: Error in sourced command file:
> No symbol table is loaded.  Use the "file" command.
> (gdb) run
> Starting program: /bin/ls 
> Bus Error
> 
> On the console I get...
> 
> pid 719 (gdb): BUS ERROR: User PC=16351A6, Address: 10
> (basepage=161C000, text=161C100, data=17BAFE4, bss=17C1014)
> 
> Any ideas ??

It's o.k. found it. It crashes when using stripped binaries.

Alan.