Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Feb 2008 14:31:29 GMT
From:      "Randall R. Stewart" <rrs@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 136251 for review
Message-ID:  <200802261431.m1QEVTJX046865@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=136251

Change 136251 by rrs@rrs-mips2-jnpr on 2008/02/26 14:31:04

	Comment out the panic so we maybe can get a core.

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/mips/trap.c#14 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/mips/trap.c#14 (text+ko) ====

@@ -324,7 +324,7 @@
 	register_t addr = 0;
 
 	trapdebug_enter(trapframe, 0);
-
+	
 	type = (trapframe->cause & CR_EXC_CODE) >> CR_EXC_CODE_SHIFT;
 	if (USERMODE(trapframe->sr)) {
 		type |= T_USER;
@@ -1705,7 +1705,7 @@
 		log(LOG_ERR, "pc address 0x%x is inaccessible, pde = 0x%p, pte = 0x%lx\n",
 		    pc, *pdep, ptep ? *ptep : 0);
 	}
-	panic("Bad trap");
+	/*	panic("Bad trap");*/
 }
 
 



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