Re: how to interpret crash?

From: David Magda (dmagda_at_ee.ryerson.ca)
Date: 05/28/04

  • Next message: Fredrik Eriksson: "Re: cannot boot system built today"
    Date: Thu, 27 May 2004 19:36:39 -0400
    To: Doug White <dwhite@gumbysoft.com>
    
    

    On May 27, 2004, at 18:51, Doug White wrote:

    > If you put this line in your kernel config it should generate the
    > kernel.debug:
    >
    > makeoptions DEBUG=-g

    Yes, I have it that already.

    > You don't need the actual kernel.debug to boot with, just the image
    > around
    > so when you run gdb -k it can pull the symbols out. Otherwise, the
    > installed kernel is stripped. On -CURRENT, there's a
    > /sys/$arch/compile/$kernelname.debug that you suck in.

    Yes, but I sometimes clean out my compile / object directory and so
    when I need the debugging kernel it's not there (and I may have
    cvsup'ed my source tree). It would be nice if a debugging kernel is
    sitting there beside the kernel that I booted.

    _______________________________________________
    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: Fredrik Eriksson: "Re: cannot boot system built today"