DragonFly BSD
DragonFly users List (threaded) for 2004-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: checkpointing dumps core


From: Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxx>
Date: Thu, 18 Nov 2004 13:20:33 +0100

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



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