Re: [bug] core dumps don't work..

2003-10-11 Thread Roland McGrath
Ok, then you should look into gdb's core-reading code. The functions elfcore_grok_* in bfd/elf.c are what should be recognizing the notes. ___ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd

Re: [bug] core dumps don't work..

2003-10-09 Thread Alfred M. Szmidt
Please look at the core file with readelf -n. Then compare the note sizes to what the types say. Perhaps the gdb build and hurd builds are out of synch. Here is the output of readelf on a forced coredump (with gcore) on sleep. The sizes for each note section look ok, but it looks like

Re: [bug] core dumps don't work..

2003-10-07 Thread Roland McGrath
Please look at the core file with readelf -n. Then compare the note sizes to what the types say. Perhaps the gdb build and hurd builds are out of synch. ___ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd

[bug] core dumps don't work..

2003-09-17 Thread Alfred M. Szmidt
Hi, seems that core dumps have stoped worked. Welcome to the Emacs shell /home/ams $ addauth 0 /home/ams $ gcore 125 /home/ams $ gdb /hurd/pflocal core.125 GNU gdb 5.3 Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welco