bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Trying GNUMach with 2.0.38 drivers


From: Neal H Walfield
Subject: Re: Trying GNUMach with 2.0.38 drivers
Date: Tue, 19 Dec 2000 16:25:56 -0500
User-agent: Mutt/1.2.5i

> Kernel General Protection trap, eip 0x111e3e
> kernel trap, type 13, code 0
> ...registers here...
> trapno 13 .... error 00000000
> panic trap
> 
> Now what?  It seems like SIGSEGV.  I'm very interested in making this driver
> to work and I didn't work with kernel(s) before although I plan to.

Compile in debugging symbols (--enable-debug).  Reboot with the new
kernel and when you get the segfault, write down the EIP value.  Go into
gdb and load the gnumach binary.  Then type:

(gdb) info line *0xEIP

That will tell you where you crashed.

-Neal

-- 
Neal H Walfield
University of Massachusetts at Lowell
neal@walfield.org or neal@cs.uml.edu

Attachment: pgpbqq8zGP1IN.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]