On Mon, Mar 21, 2005 at 03:29:48PM -0800, Andrew Morton wrote:
> Jochen Suckfuell <[EMAIL PROTECTED]> wrote:
> >
> > Hello!
> >
> > Since 2.6.10, unbacked private shared memory allocated via shmget is not
> > included in core dumps.
>
> Can you pl
Hello!
Since 2.6.10, unbacked private shared memory allocated via shmget is not
included in core dumps.
This is a simple example code demonstrating the bug:
#include
int main(int argc, char ** argv)
{
int size = 1000;
int id = shmget(IPC_PRIVATE, size, (IPC_CREAT | 0660));
Hi!
Since 2.6.10, unbacked shared memory allocated via shmget is not
included in core dumps. The relevant patch has been done to binfmt_elf.c
after the discussion to "include all vmas with unbacked pages in ELF
core dumps", here:
http://www.ussg.iu.edu/hypermail/linux/kernel/0410.2/1890.html
The
3 matches
Mail list logo