From owner-freebsd-hackers Thu Mar 21 15:11:10 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA23218 for hackers-outgoing; Thu, 21 Mar 1996 15:11:10 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA23212 for ; Thu, 21 Mar 1996 15:11:05 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id QAA01013; Thu, 21 Mar 1996 16:01:25 -0700 From: Terry Lambert Message-Id: <199603212301.QAA01013@phaeton.artisoft.com> Subject: Re: Mathematica under FreeBSD To: jfieber@indiana.edu (John Fieber) Date: Thu, 21 Mar 1996 16:01:25 -0700 (MST) Cc: terry@lambert.org, rich@lamprey.utmb.edu, hackers@FreeBSD.ORG In-Reply-To: from "John Fieber" at Mar 21, 96 05:48:25 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > > How recently? I have not tried running WP (the licence manager actually) > > > in quite a while... > > > > Within the last two weeks. > > Now running the license manager causes a reboot with no handy diagnostic > messages. :( No messages? It must be getting past the bad point to a worse point. A silent reboot happens from a triple-fault, usually. Can you buzz-loop faults in assembly to blow it out? This may not be possible if the culprit is stack corruption. I would put in: { int i; printf( "here 1\n"); for( i=0; i < 0x7fffffff; i++) /* adjust down for time*/ continue; } for a bunch of different "here" locations and see where it fails. There are probably better people to ask about debugging; I usually use printf. 8-(. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.