Re: kernel trap 12 with interrupts disabled

2017-03-05 Thread Chris H
On Sun, 5 Mar 2017 04:10:26 -0800 David Wolfskill wrote > On Sat, Mar 04, 2017 at 10:08:45PM -0800, Chris H wrote: > > Thanks for the reply. > > I rebooted to kernel.old, so I could get the exact > > src revision I built this on. It's r314640 > > > > Any news as to whether

Re: kernel trap 12 with interrupts disabled

2017-03-05 Thread David Wolfskill
On Sat, Mar 04, 2017 at 10:08:45PM -0800, Chris H wrote: > Thanks for the reply. > I rebooted to kernel.old, so I could get the exact > src revision I built this on. It's r314640 > > Any news as to whether it's safe to update src, and > build a usable kernel? > I (try to -- and usually

Re: kernel trap 12 with interrupts disabled

2017-03-05 Thread Alastair Hogge
On Sun, 5 Mar 2017 09:50:49 AM Andriy Gapon wrote: > On 05/03/2017 08:08, Chris H wrote: > > Thanks for the reply. > > I rebooted to kernel.old, so I could get the exact > > src revision I built this on. It's r314640 > > > > Any news as to whether it's safe to update src, and > > build a usable

Re: kernel trap 12 with interrupts disabled

2017-03-05 Thread Chris H
rote > > > >> Hi *, > >> > >> On Sat, 4 Mar 2017 07:38:55 PM Chris H wrote: > >> > >> [remove 12-CURRENT history & hardware summary] > >> > >>> I finished the > >>> buildworld, and finished the build/install

Re: kernel trap 12 with interrupts disabled

2017-03-04 Thread Andriy Gapon
>>> buildworld, and finished the build/install kernel, and >>> (attempted) to boot to single user. But got a trap >>> shortly into booting the new kernel; >>> >>> kernel trap 12 with interrupts disabled >>> >>> Fatal trap 12: page fault in

Re: kernel trap 12 with interrupts disabled

2017-03-04 Thread Alastair Hogge
On Sat, 4 Mar 2017 10:34:39 PM Chris H wrote: > On Sun, 05 Mar 2017 14:26:31 +0800 Alastair Hogge wrote > > > On Sat, 4 Mar 2017 10:08:45 PM Chris H wrote: > > > Thanks for the reply. > > > I rebooted to kernel.old, so I could get the exact > > > src revision I built this on.

Re: kernel trap 12 with interrupts disabled

2017-03-04 Thread Chris H
On Sun, 05 Mar 2017 14:26:31 +0800 Alastair Hogge wrote > On Sat, 4 Mar 2017 10:08:45 PM Chris H wrote: > > Thanks for the reply. > > I rebooted to kernel.old, so I could get the exact > > src revision I built this on. It's r314640 > > > > Any news as to whether it's safe to

Re: kernel trap 12 with interrupts disabled

2017-03-04 Thread Alastair Hogge
On Sat, 4 Mar 2017 10:08:45 PM Chris H wrote: > Thanks for the reply. > I rebooted to kernel.old, so I could get the exact > src revision I built this on. It's r314640 > > Any news as to whether it's safe to update src, and > build a usable kernel? I am not able to boot a kernel > r314627. I

Re: kernel trap 12 with interrupts disabled

2017-03-04 Thread Chris H
2 > CPU2 (AP): APIC ID: 2 > Core HW ID = 3 > CPU3 (AP): APIC ID: 3 > Core HW ID = 4 > CPU4 (AP): APIC ID: 4 > Core HW ID = 5 > CPU5 (AP): APIC ID: 5 > Core HW

Re: kernel trap 12 with interrupts disabled

2017-03-04 Thread Alastair Hogge
CPI ID 1 APIC: CPU 2 has ACPI ID 2 APIC: CPU 3 has ACPI ID 3 APIC: CPU 4 has ACPI ID 4 APIC: CPU 5 has ACPI ID 5 APIC: CPU 6 has ACPI ID 6 APIC: CPU 7 has ACPI ID 7 lapic0: MCE Thresholding ELVT unmasked kernel trap 12 with interrupts disabled Fatal trap 12: page fault while in kernel mode cpu

kernel trap 12 with interrupts disabled

2017-03-04 Thread Chris H
a fresh copy of src && ports, last night (PST) to begin a fresh buildworld/kernel installworld/kernel. I finished the buildworld, and finished the build/install kernel, and (attempted) to boot to single user. But got a trap shortly into booting the new kernel; kernel trap 12 with interrupts

Panic (kernel trap 12 with interrupts disabled) in propagate_priority()

2003-11-20 Thread David Wolfskill
that the $SUBJECT panic had occurred (cut/paste from serial console): kernel trap 12 with interrupts disabled Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address = 0xe5 fault code = supervisor read, page not present instruction pointer

kernel trap 12 with interrupts disabled

2003-11-09 Thread Don Lewis
I just got one of these shortly after I rebooted my November 7th -CURRENT box. DDB doesn't show much interesting. kernel trap 12 with interrupts disabled Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address = 0xbc04d753 fault code

Re: kernel trap 12 with interrupts disabled

2003-11-09 Thread Don Lewis
On 9 Nov, I wrote: I just got one of these shortly after I rebooted my November 7th -CURRENT box. DDB doesn't show much interesting. kernel trap 12 with interrupts disabled Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address = 0xbc04d753

panic for today: kernel trap 12 with interrupts disabled

2002-07-08 Thread David Wolfskill
CVSup started at 0347 hrs. Pacfic Daylight (7 hrs. west of GMT/UTC) from cvsup14.freebsd.org. Build/install/mergemaster was uneventful. Reboot after mergemaster proceeded as if nothing strange was about to happen, then (cut/pasted from serial console): ... SMP: enabled INTs: 2, 3, 4, 6, 7, 9,

Re: panic for today: kernel trap 12 with interrupts disabled

2002-07-08 Thread David Wolfskill
OK; implementing rev. 1.12 of src/sys/vm/vm_zeroidle.c allowed me to boot my (SMP) build machine login: freebeast(5.0-C)[1] uname -a FreeBSD freebeast.catwhisker.org 5.0-CURRENT FreeBSD 5.0-CURRENT #9: Mon Jul 8 16:28:30 PDT 2002 [EMAIL PROTECTED]:/common/S4/obj/usr/src/sys/FREEBEAST

Re: panic for today: kernel trap 12 with interrupts disabled

2002-07-08 Thread David Wolfskill
Date: Mon, 8 Jul 2002 16:44:20 -0700 (PDT) From: David Wolfskill [EMAIL PROTECTED] OK; implementing rev. 1.12 of src/sys/vm/vm_zeroidle.c allowed me to boot my (SMP) build machine login: freebeast(5.0-C)[1] uname -a FreeBSD freebeast.catwhisker.org 5.0-CURRENT FreeBSD 5.0-CURRENT #9: Mon Jul

Re: gcc -pg causes 'kernel trap 12 with interrupts disabled' panic

2001-06-01 Thread David Taylor
On Thu, 31 May 2001, Bruce Evans wrote: On Wed, 30 May 2001, David Taylor wrote: When trying to profile ircd-hybrid-7 on -CURRENT (I tried using a pre-vm madness version first, then tried a version cvsuped today), I reliably get lots of: kernel trap 12 with interrupts disabled

Re: gcc -pg causes 'kernel trap 12 with interrupts disabled' panic

2001-05-31 Thread Bruce Evans
On Wed, 30 May 2001, David Taylor wrote: When trying to profile ircd-hybrid-7 on -CURRENT (I tried using a pre-vm madness version first, then tried a version cvsuped today), I reliably get lots of: kernel trap 12 with interrupts disabled messages on the console (one every 5-10

Re: gcc -pg causes 'kernel trap 12 with interrupts disabled' p

2001-05-31 Thread John Baldwin
On 31-May-01 Bruce Evans wrote: On Wed, 30 May 2001, David Taylor wrote: When trying to profile ircd-hybrid-7 on -CURRENT (I tried using a pre-vm madness version first, then tried a version cvsuped today), I reliably get lots of: kernel trap 12 with interrupts disabled messages

Re: rpc.lockd: kernel trap 12 with interrupts disabled

2001-05-30 Thread Thomas Quinot
'kernel trap 12 with interrupts disabled' messages, the hot key does not work anymore. Using gdb on rpc.lockd and some ddb single-stepping, I was able to see that the freeze occurs somewhere during the first call to callrpc(). I'll try a remote GDB session and see if it helps to at least find out where

rpc.lockd: kernel trap 12 with interrupts disabled

2001-05-29 Thread Thomas Quinot
and rpc.statd are mentioned in the 'Starting final network daemons' phase. BUT: * ps ax shows no trace of rpc.lockd * an attempt to manually launch rpc.lockd immediately results in a hard freeze with message 'Kernel trap 12 with interrupts disabled (repeated twice). * launching rpc.lockd

Re: rpc.lockd: kernel trap 12 with interrupts disabled

2001-05-29 Thread Andrew Gallatin
Thomas Quinot [[EMAIL PROTECTED]] wrote: In the hope to check for any recent improvements with lockd, I cvsupped this morning and remade world. I now have a very Did you also rebuild your kernel? In order for a bug report like this to be useful, you need to supply a backtrace from ddb or gdb.

Re: rpc.lockd: kernel trap 12 with interrupts disabled

2001-05-29 Thread Thomas Quinot
Le 2001-05-29, Andrew Gallatin écrivait : Did you also rebuild your kernel? Yep, I did buildworld buildkenrnel installkernel installworld, then mergemaster and reboot. In order for a bug report like this to be useful, you need to supply a backtrace from ddb or gdb. See the Kernel Debugging

Re: kernel trap 12 with interrupts disabled

2001-05-20 Thread Michael Harnois
On Sat, 19 May 2001 22:48:51 -0400, Alfred Perlstein [EMAIL PROTECTED] said: You'll have to provide more info before anyone can help you. Well, that would require the kernel offering me more information. Can you at least get a DDB traceback? I have never succeeded in getting that to

Re: kernel trap 12 with interrupts disabled

2001-05-20 Thread Edwin Culp
I had a login with a nice bold kernel trap 12 with interrupts disabled that happened a couple of hours later after cvsuping and initiating a make world. I'm going to see if I can get it to do it again although I was able to do a make world and kernel yesterday with no problem. The only problem

Re: kernel trap 12 with interrupts disabled

2001-05-20 Thread Edwin Culp
there I have not been able to get any debugging info. Last night I did a power off/on reset and went to bed. This morning I had a login with a nice bold kernel trap 12 with interrupts disabled that happened a couple of hours later after cvsuping and initiating a make world. I'm going to see if I

kernel trap 12 with interrupts disabled

2001-05-19 Thread Michael Harnois
is the message I get as soon as I'm done booting with a kernel build from this evening's cvsup. No other messages ... sorry, no serial console ... -- Michael D. Harnois[EMAIL PROTECTED] Redeemer Lutheran Church Washburn, Iowa Censorship is the

Re: kernel trap 12 with interrupts disabled

2001-05-19 Thread Alfred Perlstein
* Michael Harnois [EMAIL PROTECTED] [010519 22:44] wrote: is the message I get as soon as I'm done booting with a kernel build from this evening's cvsup. No other messages ... sorry, no serial console ... You'll have to provide more info before anyone can help you. Can you at least get a DDB

Re: kernel trap 12 with interrupts disabled

2001-02-09 Thread Alexander Leidinger
On 9 Feb, Bruce Evans wrote: Pagefaults occur in copyin() (called from addupc_task() which is called from ast()) while sched_lock is held. This is not good. Incrementing the profiling counters is supposed to be pushed to ordinary process context so that things like copyin() can work (they

Re: kernel trap 12 with interrupts disabled

2001-02-09 Thread Bruce Evans
On Fri, 9 Feb 2001, Alexander Leidinger wrote: On 9 Feb, Bruce Evans wrote: Pagefaults occur in copyin() (called from addupc_task() which is called from ast()) while sched_lock is held. This is not good. Incrementing the profiling counters is supposed to be pushed to ordinary process

kernel trap 12 with interrupts disabled

2001-02-08 Thread Alexander Leidinger
Hi, if I run a program compiled with gcc's function profiling option I get "kernel trap 12 with interrupts disabled". If I run it withhin X11, the machine deadlocks hard (no response from the numlock led on the keyboard), withhin a virtual console I get a lot of "kernel trap ...&q

Re: kernel trap 12 with interrupts disabled

2001-02-08 Thread Maxim Sobolev
Alexander Leidinger wrote: Hi, if I run a program compiled with gcc's function profiling option I get "kernel trap 12 with interrupts disabled". The same is here. -Maxim To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: kernel trap 12 with interrupts disabled

2001-02-08 Thread Bruce Evans
On Thu, 8 Feb 2001, Alexander Leidinger wrote: if I run a program compiled with gcc's function profiling option I get "kernel trap 12 with interrupts disabled". This happens with the standard profiling option -pg. Pagefaults occur in copyin() (called from addupc_task() which is c

kernel trap 12 with interrupts disabled?

2000-10-23 Thread The Hermit Hacker
kernel of today, during a make world, generates: Oct 23 18:32:18 thelab /boot/kernel/kernel: kernel trap 12 with interrupts disabled Oct 23 18:32:32 thelab /boot/kernel/kernel: kernel trap 12 with interrupts disabled Oct 23 18:32:39 thelab /boot/kernel/kernel: kernel trap 12 with interrupts

RE: kernel trap 12 with interrupts disabled?

2000-10-23 Thread Daniel O'Connor
On 23-Oct-00 The Hermit Hacker wrote: kernel of today, during a make world, generates: Oct 23 18:32:18 thelab /boot/kernel/kernel: kernel trap 12 with interrupts disabled Oct 23 18:32:32 thelab /boot/kernel/kernel: kernel trap 12 with interrupts disabled Oct 23 18:32:39 thelab

Re: kernel trap 12 with interrupts disabled

2000-10-19 Thread Valentin Chopov
I got the same with addition that the machine hangs:( Val On Wed, 18 Oct 2000, Manfred Antar wrote: With current kernel I'm getting alot of : kernel trap 12 with interrupts disabled kernel trap 12 with interrupts disabled kernel trap 12 with interrupts disabled kernel trap 12

kernel trap 12 with interrupts disabled

2000-10-18 Thread Manfred Antar
With current kernel I'm getting alot of : kernel trap 12 with interrupts disabled kernel trap 12 with interrupts disabled kernel trap 12 with interrupts disabled kernel trap 12 with interrupts disabled kernel trap 12 with interrupts disabled Kernel from yesterday did not do this. Everything