Fatal trap 12: page fault while in kernel mode in FreeBSD 9.1

2013-06-11 Thread rab fulton
. There is absolutely no warranty for GDB. Type show warranty for details. This GDB was configured as amd64-marcel-freebsd... Unread portion of the kernel message buffer: Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address = 0x8008 fault code = supervisor

Fatal trap 12: page fault while in kernel mode

2010-10-21 Thread Michael Stellar
... Unread portion of the kernel message buffer: kernel trap 12 with interrupts disabled Fatal trap 12: page fault while in kernel mode cpuid = 2; apic id = 02 fault virtual address = 0x210 fault code = supervisor read data, page not present instruction pointer = 0x20

Page Fault While in Kernel Mode (IPNAT)

2010-09-27 Thread Berk Gulenler
to see the conditions. There is absolutely no warranty for GDB. Type show warranty for details. This GDB was configured as i386-marcel-freebsd... Unread portion of the kernel message buffer: Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address= 0x4

Page Fault While in Kernel Mode (IPNAT)

2010-09-26 Thread Berk Gulenler
fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address= 0x4 fault code= supervisor read, page not present instruction pointer= 0x20:0x8593c94b stack pointer= 0x28:0x853488dc frame pointer= 0x28:0x85348958 code segment

Fatal trap 12: page fault while in kernel mode

2010-07-10 Thread n dhert
. Type show warranty for details. This GDB was configured as amd64-marcel-freebsd... Unread portion of the kernel message buffer: Fatal trap 12: page fault while in kernel mode cpuid = 3; apic id = 03 fault virtual address = 0x80 fault code = supervisor read data, page not present

Re: page fault while in kernel mode

2008-10-21 Thread John Baldwin
On Monday 20 October 2008 08:52:07 pm Robert Fitzpatrick wrote: On Mon, 2008-10-20 at 13:45 -0400, John Baldwin wrote: i386 cannot address more than 4GB unless the kernel is built with PAE mode enabled. This isn't enabled in GENERIC for many (justified) reasons. If you have more than

Re: page fault while in kernel mode

2008-10-21 Thread Robert Fitzpatrick
On Tue, 2008-10-21 at 12:03 -0400, John Baldwin wrote: Some drivers don't work with PAE (see all the 'nodevice' lines in /sys/i386/conf/PAE). You'll need to purge those drivers from your config. If you are using the hardware those drivers support, then you can't use PAE. Thanks for the

Re: page fault while in kernel mode

2008-10-21 Thread Jeremy Chadwick
On Tue, Oct 21, 2008 at 02:35:22PM -0400, Robert Fitzpatrick wrote: On Tue, 2008-10-21 at 12:03 -0400, John Baldwin wrote: Some drivers don't work with PAE (see all the 'nodevice' lines in /sys/i386/conf/PAE). You'll need to purge those drivers from your config. If you are using the

Re: page fault while in kernel mode

2008-10-21 Thread Robert Fitzpatrick
On Tue, 2008-10-21 at 11:47 -0700, Jeremy Chadwick wrote: The drivers which don't work are listed in the /sys/i386/conf/PAE file. They're prefixed by the word nodevice, which tells the kernel config reader DO NOT build this device, because it won't work. You will need to take the nodevice

Re: page fault while in kernel mode

2008-10-21 Thread John Baldwin
On Tuesday 21 October 2008 02:47:11 pm Jeremy Chadwick wrote: On Tue, Oct 21, 2008 at 02:35:22PM -0400, Robert Fitzpatrick wrote: On Tue, 2008-10-21 at 12:03 -0400, John Baldwin wrote: Some drivers don't work with PAE (see all the 'nodevice' lines in /sys/i386/conf/PAE). You'll need to

Re: page fault while in kernel mode

2008-10-21 Thread Robert Fitzpatrick
On Tue, 2008-10-21 at 15:09 -0400, John Baldwin wrote: Alternatively, you could just remove the 'device adv' line from your kernel config rather than adding lots of 'nodevice' lines at the bottom. You can usually do 'man 4 driver name' to see what devices it supports. In this case,

Re: page fault while in kernel mode

2008-10-21 Thread Jeremy Chadwick
On Tue, Oct 21, 2008 at 03:22:28PM -0400, Robert Fitzpatrick wrote: On Tue, 2008-10-21 at 15:09 -0400, John Baldwin wrote: Alternatively, you could just remove the 'device adv' line from your kernel config rather than adding lots of 'nodevice' lines at the bottom. You can usually do

Re: page fault while in kernel mode

2008-10-21 Thread John Baldwin
On Tuesday 21 October 2008 03:22:28 pm Robert Fitzpatrick wrote: On Tue, 2008-10-21 at 15:09 -0400, John Baldwin wrote: Alternatively, you could just remove the 'device adv' line from your kernel config rather than adding lots of 'nodevice' lines at the bottom. You can usually do

Re: page fault while in kernel mode

2008-10-20 Thread Robert Fitzpatrick
On Sun, 2008-10-19 at 13:16 -0700, Jeremy Chadwick wrote: On Sun, Oct 19, 2008 at 03:50:01PM -0400, Robert Fitzpatrick wrote: I took a working 5.4-i386 server and trying to convert its RAID 5 to RAID 10 and load 7.0 amd64. I kept getting BTX halted even after flashing the latest bios and

Re: page fault while in kernel mode

2008-10-20 Thread Jeremy Chadwick
On Mon, Oct 20, 2008 at 12:07:17PM -0400, Robert Fitzpatrick wrote: On Sun, 2008-10-19 at 13:16 -0700, Jeremy Chadwick wrote: On Sun, Oct 19, 2008 at 03:50:01PM -0400, Robert Fitzpatrick wrote: I took a working 5.4-i386 server and trying to convert its RAID 5 to RAID 10 and load 7.0

Re: page fault while in kernel mode

2008-10-20 Thread John Baldwin
On Monday 20 October 2008 12:32:37 pm Jeremy Chadwick wrote: Forgot to mention I added memory to this server as well, took it from 2GB it was using under 5.4-RELEASE up to 6GB filling all slots, that is why I wanted to load amd64. I reduced down to 4GB and now am able to install

Re: page fault while in kernel mode

2008-10-20 Thread Robert Fitzpatrick
On Mon, 2008-10-20 at 13:45 -0400, John Baldwin wrote: i386 cannot address more than 4GB unless the kernel is built with PAE mode enabled. This isn't enabled in GENERIC for many (justified) reasons. If you have more than 4GB, you should be using amd64, so you made the right decision

page fault while in kernel mode

2008-10-19 Thread Robert Fitzpatrick
I took a working 5.4-i386 server and trying to convert its RAID 5 to RAID 10 and load 7.0 amd64. I kept getting BTX halted even after flashing the latest bios and firmware for the raid card, Intel SRCZCR, in this dual Xeon 2.4GHz supermicro superserver. I have another server, bit newer, but same

page fault while in kernel mode

2008-10-19 Thread Robert Fitzpatrick
I took a working 5.4-i386 server and trying to convert its RAID 5 to RAID 10 and load 7.0 amd64. I kept getting BTX halted even after flashing the latest bios and firmware for the raid card, Intel SRCZCR, in this dual Xeon 2.4GHz supermicro superserver. I have another server, bit newer, but same

Re: page fault while in kernel mode

2008-10-19 Thread Jeremy Chadwick
On Sun, Oct 19, 2008 at 03:50:01PM -0400, Robert Fitzpatrick wrote: I took a working 5.4-i386 server and trying to convert its RAID 5 to RAID 10 and load 7.0 amd64. I kept getting BTX halted even after flashing the latest bios and firmware for the raid card, Intel SRCZCR, in this dual Xeon

Fatal Trap 12: Page Fault While in Kernel Mode

2008-07-01 Thread Devinder Singh
_ Check out Barclays Premier League exclusive video clips here! http://fc.sg.msn.com/index.aspx___ freebsd-questions@freebsd.org mailing list

RE: Fatal Trap 12: Page Fault While in Kernel Mode

2008-07-01 Thread Devinder Singh
Hi I am getign this serios error message when i have packaged free radius in freebsd 6.3 Fatal Trap 12: page fault while in kernel mode fault virtual address fault code = supervisor write , page not present instruction pointer = 0*20 stack pointer = curent process = 0 trap njumber

Kernel Panic: isp - page fault while in kernel mode

2008-05-28 Thread Greg Himes
16 at device 0.1 on pci19 isp1: [GIANT-LOCKED] Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address = 0x2c fault code = supervisor read, page not present instruction pointer = 0x20:0xc045f1ea stack pointer = 0x28:0xc1020660

Re: Kernel Panic: isp - page fault while in kernel mode

2008-05-28 Thread Kris Kennaway
Greg Himes wrote: Hello All, Last week, one half of my dual port Qlogic fibre channel interface started causing a page fault panic while probing the second port at boot time. I was able to get the system back up by disabling the BIOS on the second port. The system still sees the 2nd port,

kernel: Fatal trap 12: page fault while in kernel mode

2008-01-04 Thread Zinevich Denis
Hi all. Some problem with free. I`ve got such mess in log: Jan 4 22:47:09 fs kernel: Fatal trap 12: page fault while in kernel mode Jan 4 22:47:09 fs kernel: fault virtual address= 0x3e Jan 4 22:47:09 fs kernel: fault code = supervisor read, page not present Jan 4 22:47:09 fs kernel

[panic]page fault while in kernel mode

2007-07-30 Thread ytriffy
Waiting (max 60 seconds) for system process `syncer' to stop... Syncing disks, vnodes remaining...6 5 3 1 0 0 done Waiting (max 60 seconds) for system process `bufdaemon' to stop...done All buffers synced. Fatal trap 12: page fault while in kernel mode fault virtual address = 0x4 fault code

Page fault while in kernel mode

2006-09-12 Thread Nejc Skoberne
Hi, I am running 5.3-RELEASE on a P4 2.4GHz with 512 MB RAM. It is a normal PC hardware not a real server hardware. Today in the morning (while I was away from the console) kernel panicked and the output was Page fault while in kernel mode (the guy who wrote that down didn't write other

What does it cause that message Fatal trap 12: page fault while in kernel mode ?

2006-06-23 Thread Basheer Faith
Hello I use FreeBSD-release6.0. the server gives an error on display as below and be locked about every 10 days. Fatal trap 12: page fault while in kernel mode ... ... The server has 1 gbyte Ram, P3-550 Mhz, 2 CPU. SMP is active in kernel. What shall I do

Re: page fault while in kernel mode

2005-10-25 Thread Kris Kennaway
On Mon, Oct 24, 2005 at 12:11:29PM +0100, Owen Smith wrote: Whats the best thing todo? debugging kernel etc or just upgrade to 5.4? The latter. A few hundred bugs were fixed between 5.3 and 5.4, and the former is no longer supported anyway. Kris pgpT4R8dnqxnu.pgp Description: PGP signature

page fault while in kernel mode

2005-10-24 Thread Owen Smith
Hi Whilst running 5.3-RELEASE-p22 on a GENERIC+ SMP options kernel we have had this: Fatal trap 12: page fault while in kernel mode cpuid = 1; apic id = 00 fault virtual address = 0x42d38cf0 fault code = supervisor write, page not present instruction pointer = 0x8:0xc062f242

Re: page fault while in kernel mode

2005-10-24 Thread stan
On Mon, Oct 24, 2005 at 12:11:29PM +0100, Owen Smith wrote: Whats the best thing todo? debugging kernel etc or just upgrade to 5.4? Run a memory est on the machine. memtest386 works well. -- U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite Vietcong Terror - New York

Fatal Trap 12: page fault while in kernel mode

2004-09-20 Thread Jonathan T. Sage
Attempting to do hardware upgrades. alas, since I dropped in a new motherboard / processor combo, I get (hand transposed): Fatal trap 12: page fault while in kernel mode fault virtual address = 0x5e fault code = supervisor write, page no present instruction pointer = 0x8

Fatal trap 12: page fault while in kernel mode

2004-06-30 Thread wrivera
: Jun 29 20:37:09 candice kernel: Jun 29 20:37:09 candice kernel: Fatal trap 12: page fault while in kernel mode Jun 29 20:37:09 candice kernel: cpuid = 0; apic id = 00 Jun 29 20:37:09 candice kernel: fault virtual address        = 0xc5f12321 Jun 29 20:37:09 candice kernel: fault code

page fault while in kernel mode

2004-06-30 Thread fred
: Jun 26 14:38:06 pearl kernel: Fatal trap 12: page fault while in kernel mode Jun 26 14:38:06 pearl kernel: fault virtual address = 0xfd1f1af1 Jun 26 14:38:06 pearl kernel: fault code= supervisor read, page not present Jun 26 14:38:06 pearl kernel: inwtruction pointer = 0x8

Fatal trap 12: page fault while in kernel mode

2004-06-23 Thread fred
Hi, Recently my freebsd machine always dead, and the below error messages are gotten when reboot the machin, could anyone help me? Jun 24 09:09:02 pearl kernel: Fatal trap 12: page fault while in kernel mode Jun 24 09:09:02 pearl kernel: fault virtual address = 0xe852eba9 Jun 24 09:09

Re: Fatal trap 12: page fault while in kernel mode

2004-06-23 Thread Kris Kennaway
On Wed, Jun 23, 2004 at 09:52:48PM -0400, fred wrote: Hi, Recently my freebsd machine always dead, and the below error messages are gotten when reboot the machin, could anyone help me? Start by updating to a modern release; there have been literally thousands of bugs fixed since

Fatal trap 12: page fault while in kernel mode HELP ?!?

2004-04-05 Thread Brent Bailey
I have a fresh install if FBSD 4.9 rc2 with bge0 Netgear 302T( gigabit ethernet interface) the machine runs fine when left alone...however whenever i try to do large file transfers across my LAN to the BSD box ..i get an error like: Fatal trap 12: page fault while in kernel mode this seems

page fault while in kernel mode?

2004-03-22 Thread chris
trap 12: page fault while in kernel mode fault virtual address = 0xa83a0028 fault code = supervisor read, page not present instruction pointer = 0x8:0xc3e4ea17 stack pointer = 0x10:0xc041faec frame pointer = 0x10:0xc041fb1c code segment= base 0x0

Re: Fatal trap 12: page fault while in kernel mode

2003-07-22 Thread Daniela
On Tuesday 22 July 2003 00:13, Jeremy Gaddis wrote: One of my machines spontaneously rebooted today, during a run of `portsdb -Uu` after a cvsup of the ports collection. It's also done it a few times before, but I wasn't around and wasn't able to catch anything that it spit it before it

Re: Fatal trap 12: page fault while in kernel mode

2003-07-22 Thread Kris Kennaway
On Tue, Jul 22, 2003 at 02:07:23PM +, Daniela wrote: On Tuesday 22 July 2003 00:13, Jeremy Gaddis wrote: One of my machines spontaneously rebooted today, during a run of `portsdb -Uu` after a cvsup of the ports collection. It's also done it a few times before, but I wasn't around and

Fatal trap 12: page fault while in kernel mode

2003-07-21 Thread Jeremy Gaddis
was output before the reboot: Fatal trap 12: page fault while in kernel mode fault virtual address = 0xc0f95240 fault code = supervisor read, page not present instruction pointer = 0x8:0xc018306c stack pointer = 0x10:0xc40aaba4 frame pointer = 0x10:0xc40aabc4 code

Fatal trap 12: page fault while in kernel mode

2003-02-25 Thread Bobb Shires
I'm trying to install 5.0-RELEASE on a Gateway Solo 5150 laptop (PII-366/128M), can't seem to get past this situation while booting from the CD: Fatal trap 12: page fault while in kernel mode fault virtual address = 0xc8ea5048 fault code = supervisor read, page not present

Kernel Panic : Fatal trap 12: page fault while in kernel mode

2003-01-22 Thread Nick
5.0-RELEASE #0: Thu Jan 16 22:16:5 GMT 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 Fatal trap 12: page fault while in kernel mode fault virtual address = 0x74 fault code = supervisor read, page not present instruction pointer = 0x8:0xc02dd3bc stack pointer