[24955] in SIPB bug reports
Re: exmh panics 9.4.17 Solaris
daemon@ATHENA.MIT.EDU (Jacob Morzinski)
Thu Sep 22 16:07:06 2005
From jmorzins@MIT.EDU Thu Sep 22 20:07:06 2005
Return-Path: <jmorzins@MIT.EDU>
Delivered-To: bug-sipb-mtg@CHARON.mit.edu
Received: (qmail 20918 invoked from network); 22 Sep 2005 20:07:06 -0000
Received: from biscayne-one-station.mit.edu (18.7.7.80)
by charon.mit.edu with SMTP; 22 Sep 2005 20:07:06 -0000
Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103])
by biscayne-one-station.mit.edu (8.12.4/8.9.2) with ESMTP id j8MK6wbH025048;
Thu, 22 Sep 2005 16:06:59 -0400 (EDT)
Received: from kamp-krusty.mit.edu (KAMP-KRUSTY.MIT.EDU [18.152.0.132])
(authenticated bits=56)
(User authenticated as jmorzins@ATHENA.MIT.EDU)
by outgoing.mit.edu (8.13.1/8.12.4) with ESMTP id j8MK6sVx026829
(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
Thu, 22 Sep 2005 16:06:56 -0400 (EDT)
Received: (from jmorzins@localhost) by kamp-krusty.mit.edu (8.12.9)
id j8MK6s6W027772; Thu, 22 Sep 2005 16:06:54 -0400 (EDT)
Sender: jmorzins@kamp-krusty.mit.edu
To: bugs@mit.edu, bug-sipb@mit.edu
Subject: Re: exmh panics 9.4.17 Solaris
References: <bugs:26613@unknown-discuss-server>
From: Jacob Morzinski <jmorzins@MIT.EDU>
Date: 22 Sep 2005 16:06:54 -0400
In-Reply-To: <bugs:26613@unknown-discuss-server>
Message-ID: <w6my85o27fl.fsf@kamp-krusty.mit.edu>
Lines: 20
User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Spam-Score: 1.041
X-Spam-Level: * (1.041)
X-Spam-Flag: NO
X-Scanned-By: MIMEDefang 2.42
<jhask@MIT.EDU> (John Hawkinson) writes:
> Two users have reported problems with exmh on Suns.
> I watched user chaika run exmh in a terminal window
> and generate a kernel panic on portnoy:
In tests that I've done, it seems that the dangerous act is to
run the wish interpreter via an "@sys" symlink. It doesn't crash
every time, but if I repeat "/afs/sipb/project/tcl/wish" a few
score times, I can reliably get a crash.
On the other hand, I haven't yet gotten a crash if I use
"athrun tcl wish".
Does anyone mind if I change the exmh launch scripts to start the
wish interpreter via athrun, instead of using the symlink through
@sys ? If you need the script to stay untouched for debugging, I
could leave it alone.
-Jacob