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
[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