checkpointing dumps core
Joerg Sonnenberger
joerg at britannica.bec.de
Thu Nov 18 04:23:53 PST 2004
On Thu, Nov 18, 2004 at 02:06:08AM -0800, Matthew Dillon wrote:
> It is also not writing out a vnode record for the segment because the
> RTLD loader had temporarily remapped it read-write, done a bunch of
> relocations, and then remapped it read-only again. This changed
> the primary backing object from OBJT_VNODE to OBJT_DEFAULT->OBJT_VNODE,
> and the ELF coredump code does not write out vnode records for
> vm_map_entry records whos primary backing is not OBJT_VNODE.
Can you tell me which symbols it tried to relocate? This is a bug we must
fix.
Joerg
More information about the Users
mailing list