DragonFly users List (threaded) for 2007-08
DragonFly BSD
DragonFly users List (threaded) for 2007-08
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: DragonFly installation experience / suggestions


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Sun, 12 Aug 2007 10:09:49 -0700 (PDT)

:How can I do that easily?
:The panic switches into the kernel debugger. From there?
:
:Thanks.
:
:Regards,
:
:   Michael

    * The trap data when it panics, primarily the instruction pointer and
      fault address.

    * The output from a 'trace' command from the debugger prompt.  This
      will generate a significant amount of information.

	trace

    * Pick out the loader line for that module from the kernel boot
      (its a line saying 'Preloaded elf module "BLAH" at <address>' for the
      module in question), that will help.  We need the address.

    * Also run the size command on the module:

	size /modules/if_ipw.ko

    That early in the boot there's probably no way to get a kernel core
    dump.

					-Matt
					Matthew Dillon 
					<dillon@backplane.com>



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