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

Re: Bug#191783: gdb: breaks w/ core files generated by linux-ia64/2.4.20



Then, does anyone know what changed?  Changing the core file format
isn't especially kosher, so I'd like to be sure it was deliberate.

On Sat, May 03, 2003 at 03:14:27PM -0600, dann frazier wrote:
> Package: gdb
> Version: 5.3-2
> Severity: normal
> 
> core files generated by 2.4.20/ia64 kernels display this problem, while
> core files generated by 2.4.19/ia64 did not.
> 
> $ cat abort.c
> int main ()
> {
>   abortedo();
> 
>   return 0;
> }
> int abortedo(){
>   abort();
> 
>   return 0;
> }
> dannf@krebs:~$ gcc -g abort.c -o abort
> dannf@krebs:~$ ./abort
> Aborted (core dumped)
> $ gdb ./abort core
> GNU gdb 5.3-debian
> Copyright 2002 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 "ia64-linux"...
> Core was generated by `./abort'.
> Program terminated with signal 6, Aborted.
> Reading symbols from /lib/libc.so.6.1...done.
> Loaded symbols for /lib/libc.so.6.1
> Reading symbols from /lib/ld-linux-ia64.so.2...done.
> Loaded symbols for /lib/ld-linux-ia64.so.2
> #0  0x0000000000000000 in ?? ()
> (gdb) where
> #0  0x0000000000000000 in ?? ()
> (gdb) 
> 
> -- System Information:
> Debian Release: testing/unstable
> Architecture: ia64
> Kernel: Linux krebs 2.4.20-mckinley #1 Fri May 2 16:50:37 MDT 2003 ia64
> Locale: LANG=C, LC_CTYPE=C
> 
> Versions of packages gdb depends on:
> ii  libc6.1                   2.3.1-17       GNU C Library: Shared libraries an
> ii  libncurses5               5.3.20021109-2 Shared libraries for terminal hand
> ii  libreadline4              4.3-4          GNU readline and history libraries
> 
> -- no debconf information
> 
> 
> 

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer



Reply to: