Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Sep 2007 03:00:12 GMT
From:      Joshua Isom <jrisom@gmail.com>
To:        freebsd-amd64@FreeBSD.org
Subject:   Re: amd64/116159: Panic while debugging on CURRENT
Message-ID:  <200709100300.l8A30CxH086732@freefall.freebsd.org>

index | next in thread | raw e-mail

The following reply was made to PR amd64/116159; it has been noted by GNATS.

From: Joshua Isom <jrisom@gmail.com>
To: bug-followup@FreeBSD.org,
 jrisom@gmail.com
Cc:  
Subject: Re: amd64/116159: Panic while debugging on CURRENT
Date: Sun, 9 Sep 2007 21:25:22 -0500

 I disabled the debugging lines in the GENERIC and rebuilt, and I didn't 
 have problems debugging.
 
 #makeoptions    DEBUG=-g        # Build kernel with gdb(1) debug symbols
 
 #options    KDB         # Enable kernel debugger support.
 #options    DDB         # Support DDB.
 #options    GDB         # Support remote GDB.
 #options    INVARIANTS      # Enable calls of extra sanity checking
 #options    INVARIANT_SUPPORT   # Extra sanity checks of internal 
 structures, required by INVARIANTS
 #options    WITNESS         # Enable checks to detect deadlocks and 
 cycles
 #options    WITNESS_SKIPSPIN    # Don't run witness on spinlocks for 
 speed
 
 I don't know which caused the issue but it seems as though the 
 debugging support caused the kernel crash.
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709100300.l8A30CxH086732>