PERFORCE change 136251 for review

M. Warner Losh imp at bsdimp.com
Tue Feb 26 14:46:36 UTC 2008


In message: <200802261431.m1QEVTJX046865 at repoman.freebsd.org>
            "Randall R. Stewart" <rrs at freebsd.org> writes:
: http://perforce.freebsd.org/chv.cgi?CH=136251
: 
: Change 136251 by rrs at rrs-mips2-jnpr on 2008/02/26 14:31:04
: 
: 	Comment out the panic so we maybe can get a core.

The core file should have been generated much earlier than the bad
trap, no?

Warner

: 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");*/
:  }
:  
:  
: 


More information about the p4-projects mailing list