Re: BUG: unable to handle kernel paging request at virtual address

2008-01-22 Thread Alexander Shaduri
velopment tree. None of the above helped anything. Here's a log (2.6.23.12, no X running, Avermedia EZCapture card; capturing for several hours, then stopping, then capturing again - crash!): -- BUG: unable to handle kernel paging request at virtual address 968e8787 printing eip: c017

Re: BUG: unable to handle kernel paging request at virtual address

2008-01-22 Thread Alexander Shaduri
EZCapture card; capturing for several hours, then stopping, then capturing again - crash!): -- BUG: unable to handle kernel paging request at virtual address 968e8787 printing eip: c017dc67 *pde = Oops: 0002 [#1] PREEMPT SMP Modules linked in: bttv video_buf ir_common compat_ioctl32

Re: BUG: unable to handle kernel paging request at virtual address

2008-01-05 Thread Alexander Shaduri
On Sun, 6 Jan 2008 00:20:50 +0300 Alexey Dobriyan <[EMAIL PROTECTED]> wrote: > netconsole should be more quick: Thanks a lot for the tip, I'll try that. Alexander -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More

Re: BUG: unable to handle kernel paging request at virtual address

2008-01-05 Thread Alexey Dobriyan
On Sun, Jan 06, 2008 at 12:30:34AM +0400, Alexander Shaduri wrote: > > Get a serial console? Take another box, plug e.g. pl2303-based > > usb-to-serial (several bucks these days) into it, stick null-modem > > convertor (ditto) on its serial end and attach to ttyS0 on the > > victim.

Re: BUG: unable to handle kernel paging request at virtual address

2008-01-05 Thread Alexander Shaduri
> Get a serial console? Take another box, plug e.g. pl2303-based > usb-to-serial (several bucks these days) into it, stick null-modem > convertor (ditto) on its serial end and attach to ttyS0 on the > victim. console=ttyS0 on victim, something like minicom on watcher > and tell it to capture

Re: BUG: unable to handle kernel paging request at virtual address

2008-01-05 Thread Al Viro
On Sat, Jan 05, 2008 at 06:46:56PM +0400, Alexander Shaduri wrote: > On Sat, 5 Jan 2008 15:34:25 +0100 > Mikael Pettersson <[EMAIL PROTECTED]> wrote: > > > This kernel is tainted by the nvidia module... > > I know that, but as I wrote in the original message, the hangs occur > without it too. >

Re: BUG: unable to handle kernel paging request at virtual address

2008-01-05 Thread Alexander Shaduri
On Sat, 5 Jan 2008 15:34:25 +0100 Mikael Pettersson <[EMAIL PROTECTED]> wrote: > This kernel is tainted by the nvidia module... I know that, but as I wrote in the original message, the hangs occur without it too. I just tested it today. Had to leave it running (in vesa framebuffer mode), without

Re: BUG: unable to handle kernel paging request at virtual address

2008-01-05 Thread Mikael Pettersson
> bttv0: OCERR @ 375e2014,bits: HSYNC OFLOW FBUS FDSR OCERR* > BUG: unable to handle kernel paging request at virtual address 23232323 > printing eip: > c011d6f8 > *pde = > Oops: [#1] > PREEMPT SMP > Modules linked in: ppp_generic slhc iptable_filter ip_

Re: BUG: unable to handle kernel paging request at virtual address

2008-01-05 Thread Alexander Shaduri
put of dmesg: bttv0: OCERR @ 375e2014,bits: HSYNC OFLOW FDSR OCERR* (two pages of the same message here) bttv0: OCERR @ 375e2014,bits: HSYNC OFLOW FDSR OCERR* bttv0: OCERR @ 375e2014,bits: HSYNC OFLOW FBUS FDSR OCERR* BUG: unable to handle kernel paging request at virtual address 23232323 printing eip: c0

Re: BUG: unable to handle kernel paging request at virtual address

2008-01-05 Thread Al Viro
On Fri, Jan 04, 2008 at 09:38:12PM +0400, Alexander Shaduri wrote: > > I got the following message, shortly followed by a system hang. > BUG: unable to handle kernel paging request at virtual address 48464443 > > (see the oops below). AFAICS, it's quicklist_alloc() called

Re: BUG: unable to handle kernel paging request at virtual address

2008-01-05 Thread Al Viro
On Fri, Jan 04, 2008 at 09:38:12PM +0400, Alexander Shaduri wrote: I got the following message, shortly followed by a system hang. BUG: unable to handle kernel paging request at virtual address 48464443 (see the oops below). AFAICS, it's quicklist_alloc() called from pgd_alloc(): static

Re: BUG: unable to handle kernel paging request at virtual address

2008-01-05 Thread Alexander Shaduri
: HSYNC OFLOW FDSR OCERR* (two pages of the same message here) bttv0: OCERR @ 375e2014,bits: HSYNC OFLOW FDSR OCERR* bttv0: OCERR @ 375e2014,bits: HSYNC OFLOW FBUS FDSR OCERR* BUG: unable to handle kernel paging request at virtual address 23232323 printing eip: c011d6f8 *pde = Oops:

Re: BUG: unable to handle kernel paging request at virtual address

2008-01-05 Thread Mikael Pettersson
). Output of dmesg: bttv0: OCERR @ 375e2014,bits: HSYNC OFLOW FDSR OCERR* (two pages of the same message here) bttv0: OCERR @ 375e2014,bits: HSYNC OFLOW FDSR OCERR* bttv0: OCERR @ 375e2014,bits: HSYNC OFLOW FBUS FDSR OCERR* BUG: unable to handle kernel paging request at virtual

Re: BUG: unable to handle kernel paging request at virtual address

2008-01-05 Thread Alexander Shaduri
On Sat, 5 Jan 2008 15:34:25 +0100 Mikael Pettersson [EMAIL PROTECTED] wrote: This kernel is tainted by the nvidia module... I know that, but as I wrote in the original message, the hangs occur without it too. I just tested it today. Had to leave it running (in vesa framebuffer mode), without

Re: BUG: unable to handle kernel paging request at virtual address

2008-01-05 Thread Al Viro
On Sat, Jan 05, 2008 at 06:46:56PM +0400, Alexander Shaduri wrote: On Sat, 5 Jan 2008 15:34:25 +0100 Mikael Pettersson [EMAIL PROTECTED] wrote: This kernel is tainted by the nvidia module... I know that, but as I wrote in the original message, the hangs occur without it too. I just

Re: BUG: unable to handle kernel paging request at virtual address

2008-01-05 Thread Alexey Dobriyan
On Sun, Jan 06, 2008 at 12:30:34AM +0400, Alexander Shaduri wrote: Get a serial console? Take another box, plug e.g. pl2303-based usb-to-serial (several bucks these days) into it, stick null-modem convertor (ditto) on its serial end and attach to ttyS0 on the victim. console=ttyS0 on

Re: BUG: unable to handle kernel paging request at virtual address

2008-01-05 Thread Alexander Shaduri
On Sun, 6 Jan 2008 00:20:50 +0300 Alexey Dobriyan [EMAIL PROTECTED] wrote: netconsole should be more quick: Thanks a lot for the tip, I'll try that. Alexander -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo

BUG: unable to handle kernel paging request at virtual address

2008-01-04 Thread Alexander Shaduri
I got the following message, shortly followed by a system hang. BUG: unable to handle kernel paging request at virtual address 48464443 (see the oops below). I've been getting kernel oopses for quite some time now, ever since I got a new computer (several months now). The problem manifests

BUG: unable to handle kernel paging request at virtual address

2008-01-04 Thread Alexander Shaduri
I got the following message, shortly followed by a system hang. BUG: unable to handle kernel paging request at virtual address 48464443 (see the oops below). I've been getting kernel oopses for quite some time now, ever since I got a new computer (several months now). The problem manifests

Re: [Bug 9246] On 2.6.24-rc1-gc9927c2b BUG: unable to handle kernel paging request at virtual address 3d15b925

2007-12-05 Thread Giacomo A. Catenazzi
Rafael J. Wysocki wrote: On Tuesday, 4 of December 2007, Giacomo A. Catenazzi wrote: Ingo Molnar wrote: hi, * Giacomo Catenazzi <[EMAIL PROTECTED]> wrote: On 2.6.24-rc1-gc9927c2b BUG: unable to handle kernel paging request at virtual address 3d15b925 In last git, I see the followin

Re: [Bug 9246] On 2.6.24-rc1-gc9927c2b BUG: unable to handle kernel paging request at virtual address 3d15b925

2007-12-05 Thread Giacomo A. Catenazzi
Rafael J. Wysocki wrote: On Tuesday, 4 of December 2007, Giacomo A. Catenazzi wrote: Ingo Molnar wrote: hi, * Giacomo Catenazzi [EMAIL PROTECTED] wrote: On 2.6.24-rc1-gc9927c2b BUG: unable to handle kernel paging request at virtual address 3d15b925 In last git, I see the following BUGs

Re: [Bug 9246] On 2.6.24-rc1-gc9927c2b BUG: unable to handle kernel paging request at virtual address 3d15b925

2007-12-04 Thread Rafael J. Wysocki
On Tuesday, 4 of December 2007, Giacomo A. Catenazzi wrote: > Ingo Molnar wrote: > > hi, > > > > * Giacomo Catenazzi <[EMAIL PROTECTED]> wrote: > > > >> On 2.6.24-rc1-gc9927c2b BUG: unable to handle kernel paging request at > >> vi

Re: [Bug 9246] On 2.6.24-rc1-gc9927c2b BUG: unable to handle kernel paging request at virtual address 3d15b925

2007-12-04 Thread Giacomo A. Catenazzi
Ingo Molnar wrote: hi, * Giacomo Catenazzi <[EMAIL PROTECTED]> wrote: On 2.6.24-rc1-gc9927c2b BUG: unable to handle kernel paging request at virtual address 3d15b925 In last git, I see the following BUGs in various programs. It seems reproducible, but sometime I've hard lookup on po

[Bug 9246] On 2.6.24-rc1-gc9927c2b BUG: unable to handle kernel paging request at virtual address 3d15b925

2007-12-04 Thread Ingo Molnar
hi, * Giacomo Catenazzi <[EMAIL PROTECTED]> wrote: > On 2.6.24-rc1-gc9927c2b BUG: unable to handle kernel paging request at > virtual address 3d15b925 > > In last git, I see the following BUGs in various programs. It seems > reproducible, but sometime I've hard lookup

[Bug 9246] On 2.6.24-rc1-gc9927c2b BUG: unable to handle kernel paging request at virtual address 3d15b925

2007-12-04 Thread Ingo Molnar
hi, * Giacomo Catenazzi [EMAIL PROTECTED] wrote: On 2.6.24-rc1-gc9927c2b BUG: unable to handle kernel paging request at virtual address 3d15b925 In last git, I see the following BUGs in various programs. It seems reproducible, but sometime I've hard lookup on poweroff. do you still

Re: [Bug 9246] On 2.6.24-rc1-gc9927c2b BUG: unable to handle kernel paging request at virtual address 3d15b925

2007-12-04 Thread Giacomo A. Catenazzi
Ingo Molnar wrote: hi, * Giacomo Catenazzi [EMAIL PROTECTED] wrote: On 2.6.24-rc1-gc9927c2b BUG: unable to handle kernel paging request at virtual address 3d15b925 In last git, I see the following BUGs in various programs. It seems reproducible, but sometime I've hard lookup on poweroff

Re: [Bug 9246] On 2.6.24-rc1-gc9927c2b BUG: unable to handle kernel paging request at virtual address 3d15b925

2007-12-04 Thread Rafael J. Wysocki
On Tuesday, 4 of December 2007, Giacomo A. Catenazzi wrote: Ingo Molnar wrote: hi, * Giacomo Catenazzi [EMAIL PROTECTED] wrote: On 2.6.24-rc1-gc9927c2b BUG: unable to handle kernel paging request at virtual address 3d15b925 In last git, I see the following BUGs in various

Re: last git: BUG: unable to handle kernel paging request at virtual address 92184900

2007-10-29 Thread Giacomo Catenazzi
Andrew Morton wrote: > On Tue, 23 Oct 2007 21:04:20 +0200 Giacomo Catenazzi <[EMAIL PROTECTED]> > wrote: > >> Oct 23 20:20:05 catee kernel: BUG: unable to handle kernel paging request at >> virtual address 92184900 > > Is this still happening in the latest Li

Re: last git: BUG: unable to handle kernel paging request at virtual address 92184900

2007-10-29 Thread Andrew Morton
On Tue, 23 Oct 2007 21:04:20 +0200 Giacomo Catenazzi <[EMAIL PROTECTED]> wrote: > Hello people, > > I've still some kernel bug > > ciao > cate > > Oct 23 20:20:05 catee kernel: BUG: unable to handle kernel paging request at > virtual address 921849

Re: last git: BUG: unable to handle kernel paging request at virtual address 92184900

2007-10-29 Thread Andrew Morton
On Tue, 23 Oct 2007 21:04:20 +0200 Giacomo Catenazzi [EMAIL PROTECTED] wrote: Hello people, I've still some kernel bug ciao cate Oct 23 20:20:05 catee kernel: BUG: unable to handle kernel paging request at virtual address 92184900 Oct 23 20:20:05 catee kernel: printing eip

Re: last git: BUG: unable to handle kernel paging request at virtual address 92184900

2007-10-29 Thread Giacomo Catenazzi
Andrew Morton wrote: On Tue, 23 Oct 2007 21:04:20 +0200 Giacomo Catenazzi [EMAIL PROTECTED] wrote: Oct 23 20:20:05 catee kernel: BUG: unable to handle kernel paging request at virtual address 92184900 Is this still happening in the latest Linus tree? If so, please send some more oops

Re: [BUG] unable to handle kernel paging request at virtual address 0800000e

2007-04-13 Thread Joe Kappus
I can confirm the same oops on 2.6.20-ck1 with pktcdvd either as module or as built-in. I can assume perhaps this is not so much an issue with the pktcdvd driver as it is with the libata drivers and scsi. Beats me, I'll leave it up to you. - To unsubscribe from this list: send the line

Re: [BUG] unable to handle kernel paging request at virtual address 0800000e

2007-04-13 Thread Joe Kappus
I can confirm the same oops on 2.6.20-ck1 with pktcdvd either as module or as built-in. I can assume perhaps this is not so much an issue with the pktcdvd driver as it is with the libata drivers and scsi. Beats me, I'll leave it up to you. - To unsubscribe from this list: send the line

Re: [new 2.6.21-rc6 crash] BUG: unable to handle kernel paging request at virtual address 6b6b6ceb

2007-04-12 Thread Chris Rankin
Hmm, THAT looks familiar... http://bugzilla.kernel.org/show_bug.cgi?id=8198 Yes, it is in 2.6.20.x. Cheers, Chris ___ Yahoo! Answers - Got a question? Someone out there knows the answer. Try it now. http://uk.answers.yahoo.com/ -

[new 2.6.21-rc6 crash] BUG: unable to handle kernel paging request at virtual address 6b6b6ceb

2007-04-12 Thread Ingo Molnar
either.) (config and full bootlog attached.) Ingo ------> BUG: unable to handle kernel paging request at virtual address 6b6b6ceb printing eip: c013c1f5 *pde = 0203000c Oops: 0002 [#1] SMP Modules linked in: CPU:0 EIP:0060:[]Not tainted VLI EFLAGS: 00010256 (2

[new 2.6.21-rc6 crash] BUG: unable to handle kernel paging request at virtual address 6b6b6ceb

2007-04-12 Thread Ingo Molnar
.) (config and full bootlog attached.) Ingo -- BUG: unable to handle kernel paging request at virtual address 6b6b6ceb printing eip: c013c1f5 *pde = 0203000c Oops: 0002 [#1] SMP Modules linked in: CPU:0 EIP:0060:[c013c1f5]Not tainted VLI EFLAGS: 00010256

Re: [new 2.6.21-rc6 crash] BUG: unable to handle kernel paging request at virtual address 6b6b6ceb

2007-04-12 Thread Chris Rankin
Hmm, THAT looks familiar... http://bugzilla.kernel.org/show_bug.cgi?id=8198 Yes, it is in 2.6.20.x. Cheers, Chris ___ Yahoo! Answers - Got a question? Someone out there knows the answer. Try it now. http://uk.answers.yahoo.com/ -

Re: [BUG] unable to handle kernel paging request at virtual address 0800000e

2007-04-09 Thread Chuck Ebbert
Thomas Meyer wrote: > dmesg output: > > pktcdvd: pkt_get_last_written failed > BUG: unable to handle kernel paging request at virtual address 080e > EFLAGS: 00010203 (2.6.21-rc6 #295) > cdrom: This disc doesn't have any tracks I recognize! > > This happens while

Re: [BUG] unable to handle kernel paging request at virtual address 0800000e

2007-04-09 Thread Chuck Ebbert
Thomas Meyer wrote: dmesg output: pktcdvd: pkt_get_last_written failed BUG: unable to handle kernel paging request at virtual address 080e SNIP EFLAGS: 00010203 (2.6.21-rc6 #295) SNIP cdrom: This disc doesn't have any tracks I recognize! This happens while calling command pktsetup

[BUG] unable to handle kernel paging request at virtual address 0800000e

2007-04-06 Thread Thomas Meyer
dmesg output: pktcdvd: pkt_get_last_written failed BUG: unable to handle kernel paging request at virtual address 080e printing eip: c015cc98 *pde = 3741d067 *pte = Oops: [#1] SMP Modules linked in: nls_iso8859_15 nls_cp850 vfat fat appletouch dummy genrtc binfmt_misc tun

[BUG] unable to handle kernel paging request at virtual address 0800000e

2007-04-06 Thread Thomas Meyer
dmesg output: pktcdvd: pkt_get_last_written failed BUG: unable to handle kernel paging request at virtual address 080e printing eip: c015cc98 *pde = 3741d067 *pte = Oops: [#1] SMP Modules linked in: nls_iso8859_15 nls_cp850 vfat fat appletouch dummy genrtc binfmt_misc tun

Re: 2.6.21-rc4-mm1 + 4 hotfixes -- BUG: unable to handle kernel paging request at virtual address 6b6b6ceb -- EIP is at module_put+0x7/0x1f

2007-03-22 Thread Miles Lane
I cannot reproduce the BUG with your ml.bz2 patch applied. I am seeing this with both 2.6.21-rc4-mm1 + hotfixes, and with 2.6.21-rc4 + ml.bz2: Mar 22 09:10:35 FractalPath kernel: ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3]) Mar 22 09:10:35 FractalPath kernel: The kobject at, or inside

Re: 2.6.21-rc4-mm1 + 4 hotfixes -- BUG: unable to handle kernel paging request at virtual address 6b6b6ceb -- EIP is at module_put+0x7/0x1f

2007-03-22 Thread Andrew Morton
.config file. > > I hope this helps, > Miles > > kobject drivers: registering. parent: ipw2200, set: > kobject_uevent_env > kobject filter function caused the event to drop! > kobject :01:06.0: cleaning up > kobject firmware: cleaning up > BUG: unable to h

Re: 2.6.21-rc4-mm1 + 4 hotfixes -- BUG: unable to handle kernel paging request at virtual address 6b6b6ceb -- EIP is at module_put+0x7/0x1f

2007-03-22 Thread Andrew Morton
On Thu, 22 Mar 2007 00:29:54 -0700 "Miles Lane" <[EMAIL PROTECTED]> wrote: > kobject :01:06.0: cleaning up > kobject firmware: cleaning up > BUG: unable to handle kernel paging request at virtual address 6b6b6ceb > printing eip: > c0137c22 > *pde = 0

2.6.21-rc4-mm1 + 4 hotfixes -- BUG: unable to handle kernel paging request at virtual address 6b6b6ceb -- EIP is at module_put+0x7/0x1f

2007-03-22 Thread Miles Lane
kobject :01:06.0: cleaning up kobject firmware: cleaning up BUG: unable to handle kernel paging request at virtual address 6b6b6ceb printing eip: c0137c22 *pde = Oops: 0002 [#1] last sysfs file: devices/pci:00/:00:1e.0/:01:06.0/firmware/:01:06.0/loading Modules linked

Re: 2.6.21-rc4-mm1 + 4 hotfixes -- BUG: unable to handle kernel paging request at virtual address 6b6b6ceb -- EIP is at module_put+0x7/0x1f

2007-03-22 Thread Andrew Morton
On Thu, 22 Mar 2007 00:29:54 -0700 Miles Lane [EMAIL PROTECTED] wrote: kobject :01:06.0: cleaning up kobject firmware: cleaning up BUG: unable to handle kernel paging request at virtual address 6b6b6ceb printing eip: c0137c22 *pde = Oops: 0002 [#1] last sysfs file: devices

Re: 2.6.21-rc4-mm1 + 4 hotfixes -- BUG: unable to handle kernel paging request at virtual address 6b6b6ceb -- EIP is at module_put+0x7/0x1f

2007-03-22 Thread Andrew Morton
, Miles kobject drivers: registering. parent: ipw2200, set: NULL kobject_uevent_env kobject filter function caused the event to drop! kobject :01:06.0: cleaning up kobject firmware: cleaning up BUG: unable to handle kernel paging request at virtual address 6b6b6ceb printing eip

Re: 2.6.21-rc4-mm1 + 4 hotfixes -- BUG: unable to handle kernel paging request at virtual address 6b6b6ceb -- EIP is at module_put+0x7/0x1f

2007-03-22 Thread Miles Lane
I cannot reproduce the BUG with your ml.bz2 patch applied. I am seeing this with both 2.6.21-rc4-mm1 + hotfixes, and with 2.6.21-rc4 + ml.bz2: Mar 22 09:10:35 FractalPath kernel: ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3]) Mar 22 09:10:35 FractalPath kernel: The kobject at, or inside