Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 1996 16:01:25 -0700 (MST)
From:      Terry Lambert <terry@lambert.org>
To:        jfieber@indiana.edu (John Fieber)
Cc:        terry@lambert.org, rich@lamprey.utmb.edu, hackers@FreeBSD.ORG
Subject:   Re: Mathematica under FreeBSD
Message-ID:  <199603212301.QAA01013@phaeton.artisoft.com>
In-Reply-To: <Pine.BSF.3.91.960321174714.420A-100000@fieber-john.campusview.indiana.edu> from "John Fieber" at Mar 21, 96 05:48:25 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> > > 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603212301.QAA01013>