[17607] in Athena Bugs
Re: sgi 8.3.25: IRIX panic
daemon@ATHENA.MIT.EDU (Robert A Basch)
Thu Mar 2 16:22:02 2000
Message-Id: <200003022121.QAA02644@aupair.mit.edu>
To: Robert A Basch <rbasch@MIT.EDU>
cc: John Hawkinson <jhawk@MIT.EDU>, bugs@MIT.EDU, sipb-staff@MIT.EDU
In-Reply-To: Your message of "Wed, 01 Mar 2000 23:00:09 EST."
<200003020400.XAA01540@aupair.mit.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: Thu, 02 Mar 2000 16:21:37 -0500
From: Robert A Basch <rbasch@MIT.EDU>
> In fact, I have found that this can be easily reproduced, by starting
> netscape while cd'ed to a directory on local disk, and doing kill
> -ABRT to the process. (For some reason I haven't tracked down yet,
> this can occur even when the coredump size limit is set to 0 --
> apparently the limit gets reset somehow).
The limit is reset because netscape is invoked from an attachandrun
script, and attachandrun is setuid. (On IRIX, limits are reset on
exec of a setuid program). So, perhaps we should consider doing one
or more of:
- Change our netscape wrapper script to make use of the COREDUMPSIZE_LIMIT
environment variable hack we added to cshrc.
- Change attachandrun to know about COREDUMPSIZE_LIMIT.
- Change the kernel's default core limit to 0.
Bob