[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug] core dumps don't work..
From: |
Alfred M. Szmidt |
Subject: |
Re: [bug] core dumps don't work.. |
Date: |
Thu, 9 Oct 2003 15:03:19 +0200 (MEST) |
Please look at the core file with readelf -n. Then compare the
note sizes to what the <sys/procfs.h> 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
that the utsname note isn't recognized.
/home/ams $ readelf -n core.10879
Notes at offset 0x00001000 with length 0x0000190c:
Owner Data size Description
CORE 0x00001400 Unknown note type: (0x0000000f)
CORE 0x000000c4 NT_PSINFO (psinfo structure)
CORE 0x00000038 NT_PSTATUS (pstatus structure)
CORE 0x000001e0 NT_LWPSTATUS (lwpstatus_t structure)
CORE 0x000001e0 NT_LWPSTATUS (lwpstatus_t structure)