Re: Where is my debugging information?

From: Kris Kennaway (kris_at_obsecurity.org)
Date: 02/12/05

  • Next message: Jeff Roberson: "Re: uhci/usbd problem under T42p"
    Date: Fri, 11 Feb 2005 18:42:13 -0800
    To: Emil Mikulic <emikulic@dmr.ath.cx>, freebsd-current@freebsd.org
    
    
    

    On Sat, Feb 12, 2005 at 01:35:55PM +1100, Emil Mikulic wrote:
    > All my recent kernels panic upon loading pf rules. I worked out how to
    > get a dump out of the kernel, but now kgdb is saying "no debugging
    > symbols found"
    >
    > My kernel config contains
    > makeoptions DEBUG=-g
    >
    > It was built with the standard "make kernel KERNCONF=WHATEVER"
    >
    > What am I doing wrong?

    How are you running kgdb? You need to point it at the kernel.debug
    that will be somewhere under your /usr/obj/.

    Kris

    
    


    • application/pgp-signature attachment: stored

  • Next message: Jeff Roberson: "Re: uhci/usbd problem under T42p"

    Relevant Pages

    • FreeBSD 6.1, crashes and a lack of vmcores
      ... These servers run under extremely high load through a majority of the day and run a mix of postfix, MySQL and custom filter software using MFS partitions. ... The biggest frustration in this is that of the few dozen crashes we've had I've only been able to get one successful dump. ... kernel: kernel dumps on /dev/ad0s1b ...
      (freebsd-hackers)
    • Re: Windows 2003 server keeps rebooting
      ... Here are the WinDbg results analyzing kernel memory dump: ... Kernel Summary Dump File: Only kernel address space is available ... Product: Server, suite: Enterprise TerminalServer SingleUserTS ... Loading Kernel Symbols ...
      (microsoft.public.win32.programmer.kernel)
    • Re: Bug check: 0x000000d1 (0x77f68b33, 0x000000ff, 0x00000000, 0x77f68b33)
      ... full dump, would you? ... > Loading Kernel Symbols ... > If kernel debugger is available get stack backtrace. ...
      (microsoft.public.windows.server.general)
    • Re: kernel panic
      ... I am a kgdb newbie, ... Perhaps the kernel panic could be avoided with the following patch? ... Hopefully it panics here which might help: ...
      (freebsd-stable)
    • [patch 01/15] KGDB: Core files
      ... Here is a different version of KGDB than found currently in Andrew Morton's ... kgdb is a source level debugger for linux kernel. ... +extern int kgdb_connected; ... +extern void kgdb_roundup_cpus; ...
      (Linux-Kernel)