[18834] in Athena Bugs
Re: sun4 8.4.19: bash
daemon@ATHENA.MIT.EDU (Greg Hudson)
Wed Feb 28 16:09:58 2001
Message-Id: <200102282109.QAA17994@equal-rites.mit.edu>
To: Stephen Turner <sturner@MIT.EDU>
cc: bugs@MIT.EDU
In-Reply-To: Your message of "Wed, 28 Feb 2001 16:03:57 EST."
<200102282103.QAA02475@snowdrop.mit.edu>
Date: Wed, 28 Feb 2001 16:09:55 -0500
From: Greg Hudson <ghudson@MIT.EDU>
> + ulimit -c
> 0
Oh, yeah. That's a bug which we've already observed and fixed (sort
of) for the next full release.
What it's actually trying to do is "ulimit -c $COREDUMPSIZE_LIMIT",
but for reasons unknown to us, $COREDUMPSIZE_LIMIT isn't defined (it's
supposed to get defined in the environment setup).