trouble generating a core file
Matthew Dillon
dillon at apollo.backplane.com
Mon May 9 10:54:08 PDT 2005
:
:Stefan Krüger wrote:
:...
:> could you
:> $ ident src/sys/kern/lwkt_ipiq.c
:> and check if you're using at least 1.10? I had a similar LWKT_WAIT_IPIQ
:> panic which was fixed with 1.10...
:>
:> take care,
:> SK
:
:the file is 1.10
:
:--
:Chuck Tuffli
:Agilent Technologies
I think the problem is that it is panic'ing at just the wrong point,
and the kernel cannot proceed due to whatever state it is in.
What was the actual panic that occured? Can you do a 'trace' from
the DB> prompt ? What was the panic address and instruction pointer
value and how does that match up with the kernel's symbol table
(nm -N /kernel).
-Matt
Matthew Dillon
<dillon at xxxxxxxxxxxxx>
More information about the Bugs
mailing list