Subject: Re: laptop hangs on "biomask fde5..." with i386/1.4P
To: Manuel Bouyer <bouyer@antioche.lip6.fr>
From: Bill Studenmund <wrstuden@nas.nasa.gov>
List: current-users
Date: 02/01/2000 14:41:05
On Sun, 30 Jan 2000, Manuel Bouyer wrote:

> On Fri, Jan 28, 2000 at 03:59:17PM -0800, Hoang Tran wrote:
> > Ok here is the output. Sorry there're errors. I manually
> > typed this.
> > [..]
> 
> Ok, could you remember me which NetBSD version you're using *exactly* ?
> We need to start from the same sources to map addresses to functions names
> back.

To get lines, you are correct. But if you just want function names,

nm /netbsd | sort > some.file

the look in some.file for the greatest hexadecimal value which is less
than the ones in the trace.

Take care,

Bill