NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/44190



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

From: Michael Graff <explorer%flame.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: Antti Kantee <pooka%cs.hut.fi@localhost>, 
kern-bug-people%netbsd.org@localhost, 
 gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost
Subject: Re: kern/44190
Date: Sat, 04 Dec 2010 11:24:12 -0600

 On 12/4/10 6:15 AM, Antti Kantee wrote:
 > The following reply was made to PR kern/44190; it has been noted by GNATS.
 > 
 > From: Antti Kantee <pooka%cs.hut.fi@localhost>
 > To: gnats-bugs%netbsd.org@localhost
 > Cc: 
 > Subject: Re: kern/44190
 > Date: Sat, 4 Dec 2010 14:12:35 +0200
 > 
 >  How does it crash?  Are you sure you are running 5.1?
 
 It crashes with a "trap" -- I have a picture here of the crash,
 transcribed for your pleasure:
 
 uvm_fault(0xffffffff809f82c0, 0xffffff8000506f0000, 1) -> e
 fatal page fault in supervisor mode
 trap type 6 code 0 rip ffffffff80366f48 cs 8 rflags 10202 cr2
 ffff800056f0000 cpl 0 rsp ffff80005064b950
 kernel: page fault trap, code=0
 Stopped in pid 7503.1 (random-feed) at  netbsd:rndpool_add_data+0x40:
 xorl 0
 (%r9),%ecx
 
 I'm running NetBSD 5.1 according to uname -a:
 
 explorer@not:~> uname -a
 NetBSD not.flame.org 5.1 NetBSD 5.1 (GENERIC) #0: Sat Nov 20 17:35:12
 UCT 2010
 
root%netbsd-amd64-5.lab.flame.org@localhost:/u1/os-build/amd64/obj/sys/arch/amd64/compile/GENERIC
 amd64
 
 rnd.c:
      $NetBSD: rnd.c,v 1.71.4.2 2009/11/15 05:46:23 snj Exp $
      $NetBSD: rnd.c,v 1.71.4.2 2009/11/15 05:46:23 snj Exp $
 
 rndpool.c:
      $NetBSD: rndpool.c,v 1.20 2008/04/28 20:23:47 martin Exp $
      $NetBSD: rndpool.c,v 1.20 2008/04/28 20:23:47 martin Exp $
 
 CVS/Entries has this for these two files:
 
 /rndpool.c/1.20/Mon Apr 28 20:23:47 2008//Tnetbsd-5
 /rnd.c/1.71.4.2/Tue Nov 24 21:28:27 2009//Tnetbsd-5
 
 And here is the output of a diff for them:
 
 explorer@not:/usr/src/sys/dev> cvs diff -u -r HEAD -kk rnd*
 explorer@not:/usr/src/sys/dev>
 
 I don't know how much more certain I am running 5.1 and that the same
 file is on HEAD as on the netbsd-5 branch I can be without having you
 provide me a kernel to run.  :)
 
 --Michael
 


Home | Main Index | Thread Index | Old Index