On Tue, 20 Jan 2009 11:40:33 +0100, Jan Klod wrote: > Hi list, > > could someone explain the meaning and possible causes (if possible) of this > message: "denied resource overstep by requesting 4096 for RLIMIT_CORE against > limit 0? > >
One of your processes crashed and tried to dump its core, but since the RLIMIT_CORE is set to 0 (i. e. no core dumps are to be created), it can't do so.
