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 please confirm that 2.6.12-rc1 fixed this?
Yes, it
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 please confirm that 2.6.12-rc1 fixed this?
Thanks.
> This is a simple example code demonstrating the bug:
>
> #include
>
> int
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));
3 matches
Mail list logo