2005-01-02 14:27:38

by gan_xiao_jun

[permalink] [raw]
Subject: Disable creation of coredump file

Hi,

I want to disable the creation of the core dump even
after set "ulimit -c XXXX"

I modify
include/asm-i386/resource.h
the data structure INIT_RLIMITS
the 4th elements(RLIMIT_CORE)
from
rlim_cur = 0, rlim_max = RLIMINFINITY
to
rlim_cur = 0, rlim_max = 0
But core dump still be created.

Thanks in advance.
gan




__________________________________
Do you Yahoo!?
Yahoo! Mail - Helps protect you from nasty viruses.
http://promotions.yahoo.com/new_mail


2005-01-02 14:37:25

by Lethalman

[permalink] [raw]
Subject: Re: Disable creation of coredump file

[email protected] wrote:
> Hi,
>
> I want to disable the creation of the core dump even
> after set "ulimit -c XXXX"
>
> I modify
> include/asm-i386/resource.h
> the data structure INIT_RLIMITS
> the 4th elements(RLIMIT_CORE)
> from
> rlim_cur = 0, rlim_max = RLIMINFINITY
> to
> rlim_cur = 0, rlim_max = 0
> But core dump still be created.
>
> Thanks in advance.
> gan
>

Undefining USE_ELF_CORE_DUMP from asm headers (like
include/asm-i386/elf.h and asm/elf.h) should disable core dumping.

--
http://www.iosn.it * Amministratore Italian Open Source Network
http://www.fyrebird.net * Fyrebird Hosting Provider - Technical Department