Re: Parallel port printing crashes 7.0 system

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: bruce
Date: Monday, September 24, 2007 - 10:32 am

On Mon, Sep 24, 2007 at 06:36:53PM +0200, P.U.Kruppa wrote:

That's the DDB prompt: from there you need to either get a backtrace or,
more usefully, generate a crash dump.

See
http://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug-online-ddb.html
for details.

To generate a crash dump that you can later use with kgdb, type "panic"
at the db> prompt.  Then, read
http://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug-gdb.html
to find out how to obtain a backtrace that can help diagnose the fault.
If using the "panic" command doesn't generate a crash dump, you could
also do some diagnostics at the db> prompt by using commands such as
"trace" to get a stack trace, but unless you're connected over serial
you won't be able to get a copy of the output so it's better to see if
you can generate a crash dump first.

--
Bruce
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Parallel port printing crashes 7.0 system, P.U.Kruppa, (Sun Sep 23, 8:28 pm)
Re: Parallel port printing crashes 7.0 system, P.U.Kruppa, (Mon Sep 24, 12:51 am)
Re: Parallel port printing crashes 7.0 system, Kris Kennaway, (Mon Sep 24, 2:39 am)
Re: Parallel port printing crashes 7.0 system, P.U.Kruppa, (Mon Sep 24, 2:50 am)
Re: Parallel port printing crashes 7.0 system, Remko Lodder, (Mon Sep 24, 3:06 am)
Re: Parallel port printing crashes 7.0 system, Kris Kennaway, (Mon Sep 24, 3:07 am)
Re: Parallel port printing crashes 7.0 system, P.U.Kruppa, (Mon Sep 24, 9:36 am)
Re: Parallel port printing crashes 7.0 system, Nikolay Pavlov, (Mon Sep 24, 10:09 am)
Re: Parallel port printing crashes 7.0 system, bruce, (Mon Sep 24, 10:32 am)
Re: Parallel port printing crashes 7.0 system, Dieter Franzke, (Mon Sep 24, 10:51 am)
Re: Parallel port printing crashes 7.0 system, Kris Kennaway, (Mon Sep 24, 12:05 pm)
Re: Parallel port printing crashes 7.0 system , Kevin Oberman, (Mon Sep 24, 12:32 pm)
Re: Parallel port printing crashes 7.0 system, P.U.Kruppa, (Mon Sep 24, 6:37 pm)
Re: Parallel port printing crashes 7.0 system, P.U.Kruppa, (Mon Sep 24, 7:18 pm)
Re: Parallel port printing crashes 7.0 system, Gary Jennejohn, (Tue Sep 25, 5:42 am)
Re: Parallel port printing crashes 7.0 system, Kris Kennaway, (Tue Sep 25, 10:53 am)