From owner-freebsd-current@FreeBSD.ORG Fri Jan 28 07:05:29 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A90DF16A4CE for ; Fri, 28 Jan 2005 07:05:29 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3452243D2D for ; Fri, 28 Jan 2005 07:05:29 +0000 (GMT) (envelope-from gert.cuykens@gmail.com) Received: by rproxy.gmail.com with SMTP id f1so407720rne for ; Thu, 27 Jan 2005 23:05:28 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=j9ubxdDh8dZFXOZc2z7YjXTKeQ1iX/rB7/3gOZ9QfMD/A6chFk6edsgaUp91Cz0oFhHVaOUDnBn8BucvXcgxypKKW8MK4PuPEcFMRdhGtVowoMaSXiZ99jkfAz1v2adc6fyd8Iw91ANF6Nct88Gkfd69cGCkwxT53NJu9spnPcc= Received: by 10.38.59.52 with SMTP id h52mr3297rna; Thu, 27 Jan 2005 23:05:28 -0800 (PST) Received: by 10.38.74.6 with HTTP; Thu, 27 Jan 2005 23:05:28 -0800 (PST) Message-ID: Date: Fri, 28 Jan 2005 08:05:28 +0100 From: Gert Cuykens To: freebsd-current@freebsd.org, matthew.thyer@dsto.defence.gov.au In-Reply-To: <20050128043403.GA11316@squash.dsto.defence.gov.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20050128043403.GA11316@squash.dsto.defence.gov.au> Subject: Re: [RELENG_5 panic] top(1) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gert Cuykens List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jan 2005 07:05:29 -0000 On Fri, 28 Jan 2005 15:04:06 +1030, Wilkinson, Alex wrote: > Fatal trap 12: page fault while in kernel mode > fault virtual address = 0x24 > fault code = supervisor read, page not present > instruction pointer = 0x8:0xc05238d9 > stack pointer = 0x10:0xe8745b2c > frame pointer = 0x10:0xe8745b60 > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, def32 1, gran 1 > processor eflags = resume, IOPL = 0 > current process = 1575 (top) > [thread pid 1575 tid 100176 ] > Stopped at turnstile_wait+0x269: movl 0x24(%eax),%eax > > db> tr > Tracing pid 1575 tid 100176 td 0xc32ef960 > turnstile_wait(c2964640,c32ec77c,c32ef640,c2964640,c30e1a00) at > turnstile_wait+0 > x269 > _mtx_lock_sleep(c32ec77c,c32ef960,0,0,0) at _mtx_lock_sleep+0x81 > sysctl_kern_proc(c06d1860,0,0,e8745c04,e8745c04) at > sysctl_kern_proc+0x3ab > sysctl_root(3,e8745c04,0,c32ef960,1) at sysctl_root+0xa3 > userland_sysctl(c32ef960,e8745c70,3,0,bfbfe6dc) at > userland_sysctl+0xf8 > __sysctl(c32ef960,e8745d14,18,80b7000,6) at __sysctl+0xb1 > syscall(2f,2f,2f,bfbfe6dc,bfbfe710) at syscall+0x1fa > Xint0x80_syscall() at Xint0x80_syscall+0x1f > --- syscall (202, FreeBSD ELF32, __sysctl), eip = 0x28137df3, esp = > 0xbfbfe67c, > ebp = 0xbfbfe6a8 > > db> show pcpu > cpuid = 0 > curthread = 0xc32ef960: pid 1575 "top" > curpcb = 0xe8745da0 > fpcurthread = 0xc32ef960: pid 1575 "top" > idlethread = 0xc26644b0: pid 11 "idle" > APIC ID = 0 > currentldt = 0x30 > db> > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > Is it safe to compile a new kernel now ?