Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Feb 2008 07:43:24 -0700 (MST)
From:      "M. Warner Losh" <imp@bsdimp.com>
To:        rrs@freebsd.org
Cc:        perforce@freebsd.org
Subject:   Re: PERFORCE change 136251 for review
Message-ID:  <20080226.074324.-476161772.imp@bsdimp.com>
In-Reply-To: <200802261431.m1QEVTJX046865@repoman.freebsd.org>
References:  <200802261431.m1QEVTJX046865@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In message: <200802261431.m1QEVTJX046865@repoman.freebsd.org>
            "Randall R. Stewart" <rrs@freebsd.org> writes:
: 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.

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



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