On Thu, 21 Apr 2005, othermark wrote: > In this kernel, if I boot to single user, and simply do 'sysctl -a' > I'll get this panic. Here's the output -- corruption seems to start at > hw.kbd.keymap_restrict_change: > > [...] > > hw.intr_storm_threshold: 500 > hw.availpages: 259958 > hw.bus.devctl_disable: 0 > hw.dc_quick: 1 > hw.ste.rxsyncs: 0 > hw.kbd.keymap_restrict_change: > 0 > hw.syscons.sa > Fer.keybonly: 1 > hw.syscons.bellat: 1 > hw.syscons.alsc_no_suspend_vt switch: 0 > hw.butrsdma.total_bpageaps: 544 > hw.busdm a.zone0.total_bp1ages: 512 > hw.bu2sdma.zone0.free_:bpages: 512 > aw. busdma.zone0.resperved_bpages: 0 > hw.busdma.zone0g.active_bpages: e0 > hw.busdma.zon e0.total_bouncedf: 0 > hw.busdma.zaone0.total_deferured: 0 > hw.busdmla.zone0.lowaddr:t 0xffffffff > hw. busdma.zone0.aliwgnment: 4096 > hwh.busdma.zone0.boiundary: 0 > hw.bulsdma.zone1.totale_bpages: 32 > hw. in kernel mode > cpuid = 1; apic id = 00 > fault virtual address = 0x4ac0c092 > fault code = supervisor read, page not present > instruction pointer = 0x20:0xc0703f88 > stack pointer = 0x28:0xe50a1b78 > frame pointer = 0x28:0xe50a1b78 > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, def32 1, gran 1 > processor eflags = interrupt enabled, resume, IOPL = 0 > current process = 73 (sysctl) > [thread pid 73 tid 100055 ] > Stopped at strlen+0x8: cmpb $0,0(%edx) As expected by the fault code, the unscrambled version of that is: Fatal trap 12: page fault while in kernel mode cpuid = 1; apic id = 00 fault virtual address = 0x4ac0c092 fault code = supervisor read, page not present instruction pointer = 0x20:0xc0703f88 stack pointer = 0x28:0xe50a1b78 frame pointer = 0x28:0xe50a1b78 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 73 (sysctl) [thread pid 73 tid 100055 ] Stopped at strlen+0x8: cmpb $0,0(%edx) Andy | Andre Guibert de Bruet | Enterprise Software Consultant > | Silicon Landmark, LLC. | http://siliconlandmark.com/ >Received on Sat Apr 23 2005 - 04:29:35 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:32 UTC