Uwe Dippel <udip...@gmail.com> wrote:

> Joerg Schilling wrote:
> >
> > This looks as if you have a chance to get a kernel core dump.
> >
> > Did you check /var/crash/<hostname>
> >
> > for cores and use mdb to get the reason?
> >   
>
> Yes, I have (cores). But no clue (despite Google) how to do that reasonably.
> Could you point me to a useful link, please?

As root chdir /var/crash/<hostname>

Check for the last dump (e.g. #5).

mdb -k 5
::msgbuf
$C

::msgbuf prints the latest kernel messages
$C prints a stack trace from dump time.

Jörg

-- 
 EMail:jo...@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
       j...@cs.tu-berlin.de                (uni)  
       joerg.schill...@fokus.fraunhofer.de (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to