arm/183926: Crash when ctrl-c while process is enter

Howard Su howard0su at gmail.com
Thu Nov 14 01:20:01 UTC 2013


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

From: Howard Su <howard0su at gmail.com>
To: bug-followup at FreeBSD.org, howard0su at gmail.com
Cc:  
Subject: Re: arm/183926: Crash when ctrl-c while process is enter
Date: Thu, 14 Nov 2013 09:14:20 +0800

 --001a11c1e2102caa3d04eb18cd9b
 Content-Type: text/plain; charset=ISO-8859-1
 
 The following change make problem goes away.
 
 index 252d780..c7c44a9 100644
 --- a/sys/arm/conf/BEAGLEBONE
 +++ b/sys/arm/conf/BEAGLEBONE
 @@ -59,9 +59,9 @@ options       KDB
  options        DDB                     #Enable the kernel debugger
  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
 -#options       DIAGNOSTIC
 +#options       WITNESS                 #Enable checks to detect deadlocks
 and cycles
 +#options       WITNESS_SKIPSPIN        #Don't run witness on spinlocks for
 speed
 +options        DIAGNOSTIC
 
 
 -- 
 -Howard
 
 --001a11c1e2102caa3d04eb18cd9b
 Content-Type: text/html; charset=ISO-8859-1
 Content-Transfer-Encoding: quoted-printable
 
 <div dir=3D"ltr">The following change make problem goes away.<br><br>index =
 252d780..c7c44a9 100644<br>--- a/sys/arm/conf/BEAGLEBONE<br>+++ b/sys/arm/c=
 onf/BEAGLEBONE<br>@@ -59,9 +59,9 @@ options=A0=A0=A0=A0=A0=A0 KDB<br>=A0opt=
 ions=A0=A0=A0=A0=A0=A0=A0 DDB=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=
 =A0=A0=A0=A0=A0 #Enable the kernel debugger<br>
 =A0options=A0=A0=A0=A0=A0=A0=A0 INVARIANTS=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=
 =A0=A0 #Enable calls of extra sanity checking<br>=A0options=A0=A0=A0=A0=A0=
 =A0=A0 INVARIANT_SUPPORT=A0=A0=A0=A0=A0=A0 #Extra sanity checks of internal=
  structures, required by INVARIANTS<br>-options=A0=A0=A0=A0=A0=A0=A0 WITNES=
 S=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 #Enable checks to detect =
 deadlocks and cycles<br>
 -options=A0=A0=A0=A0=A0=A0=A0 WITNESS_SKIPSPIN=A0=A0=A0=A0=A0=A0=A0 #Don&#3=
 9;t run witness on spinlocks for speed<br>-#options=A0=A0=A0=A0=A0=A0 DIAGN=
 OSTIC<br>+#options=A0=A0=A0=A0=A0=A0 WITNESS=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=
 =A0=A0=A0=A0=A0=A0 #Enable checks to detect deadlocks and cycles<br>+#optio=
 ns=A0=A0=A0=A0=A0=A0 WITNESS_SKIPSPIN=A0=A0=A0=A0=A0=A0=A0 #Don't run w=
 itness on spinlocks for speed<br>
 +options=A0=A0=A0=A0=A0=A0=A0 DIAGNOSTIC<br><br clear=3D"all"><br>-- <br>-H=
 oward
 </div>
 
 --001a11c1e2102caa3d04eb18cd9b--


More information about the freebsd-arm mailing list