Re: Repeated panics...Suspect USB issues

From: Doug White (dwhite_at_gumbysoft.com)
Date: 03/12/05

  • Next message: Doug White: "Re: Storage AX100i and Qlogic or another method to mirror"
    Date: Fri, 11 Mar 2005 18:51:22 -0800 (PST)
    To: Josh Tolbert <hemi@puresimplicity.net>
    
    

    On Fri, 11 Mar 2005, Josh Tolbert wrote:

    > > A backtrace would be nice. See the developer's handbook on kernel
    > > debugging for details.
    >
    > I'm trying to get a backtrace. I've built a kernel with all the right
    > bits, set up dumpdir and dumpdev in /etc/rc.conf, etc...Apparently
    > savecore doesn't like writing to the swap partition (/dev/ar0s1b). I can
    > get to the ddb promp, obtain a trace, panic the machine, etc...But I
    > don't think I can obtain a good core without putting another hard drive
    > in the machine, which isn't going to happen till sometime next week...Is
    > there anything I can provide from the ddb prompt?

    savecore *reads* from the swap partition, not *writes* to it. It will drop
    the recovered core in /var/crash unless you tell it otherwise.

    The developer's handbook has a command list for ddb. "trace" is generally
    what we want.

    -- 
    Doug White                    |  FreeBSD: The Power to Serve
    dwhite@gumbysoft.com          |  www.FreeBSD.org
    _______________________________________________
    freebsd-stable@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-stable
    To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"
    

  • Next message: Doug White: "Re: Storage AX100i and Qlogic or another method to mirror"

    Relevant Pages

    • Re: ULE status, invalid load, buildkernel times.
      ... i've just updated my kernel and it paniced right after ... KDB_TRACE shows a trace during the panic. ... The problem is that ddb is ... activated before the machine actually panics, ...
      (freebsd-current)
    • Re: kernel panic with todays source
      ... Could you show the output from running the following command in "gdb -k ... This will tell us where in the kernel the instruction pointer in question ... ddb, the results of the "trace" command would be very helpful. ...
      (freebsd-current)
    • Re: DDB scripting, output capture, and textdumps
      ... The complications of employing kernel core dumps for debugging, ... that can be used for interactive debugging using DDB. ...
      (freebsd-arch)
    • Re: DDB scripting, output capture, and textdumps
      ... The complications of employing kernel core dumps for debugging, ... that can be used for interactive debugging using DDB. ...
      (freebsd-current)
    • DDB scripting, output capture, and textdumps
      ... I've been hacking on-and-off for a while on a side project to improve our kernel debugging facilities. ... The complications of employing kernel core dumps for debugging, ... that can be used for interactive debugging using DDB. ...
      (freebsd-arch)