Subject: Re: smbfs panic
To: Antti Kantee <pooka@cs.hut.fi>
From: Eric Haszlakiewicz <erh@nimenees.com>
List: current-users
Date: 12/03/2007 13:00:50
Antti Kantee wrote:
> On Mon Dec 03 2007 at 19:32:20 +0200, Antti Kantee wrote:
>   
>>> In fact my screen was a frozen xdm login screen :-/ Best I could do was
>>> plug in a serial console (yup, xconsole disabled here, and console on
>>> tty00), so I could get a trace - any idea how you would read the panic
>>> message from ddb?
>>>       
>> I don't have a panic at hand to test (slow day ;), but I think "dmesg"
>> should cover it.  Or "dmesg 100" or so for less output.
>>     
> Oh, and "x/s panicstr" might do it also.
>   
That's not so useful in many cases because it'll only give you the 
format string, so you don't get all the info.
Something like "x/s *(msgbufp->msg_bufc + panicstart),100" might be 
closer to what you need.

eric