public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Ooops with kernel 2.4.22 and reiserfs
@ 2003-12-22 21:01 Carlo
  2003-12-22 22:05 ` Oleg Drokin
  0 siblings, 1 reply; 12+ messages in thread
From: Carlo @ 2003-12-22 21:01 UTC (permalink / raw)
  To: linux-kernel

Hi all,
i receive the follow message error when i delete file from a large
partition (100GB) of an IDE drive (120GB) with reiserfs filesystem and
kernel 2.4.22. Other partitions are EXT3.
 
I received this message several time in my test that erase jpeg files in
nested directories.
May i increase the verbose of this error?


hda: set_drive_speed_status: status=0x58 { DriveReady SeekComplete
DataRequest }
ide0: Drive 0 didn't accept speed setting. Oh, well.
hda: dma_intr: status=0x58 { DriveReady SeekComplete DataRequest }
 
hda: CHECK for good STATUS
Unable to handle kernel paging request at virtual address ffffffe0
 printing eip:
c0146553
*pde = 00002063
*pte = 00000000
Oops: 0000
CPU:    0
EIP:    0010:[<c0146553>]    Not tainted
EFLAGS: 00010213
eax: cded5f68   ebx: ffffffe0   ecx: cded5000   edx: 00000010
esi: 00000000   edi: cded5e40   ebp: cded5e68   esp: cb18bf24
ds: 0018   es: 0018   ss: 0018
Process rmdir (pid: 21907, stackpage=cb18b000)
Stack: 00000000 cded5e40 cded5e40 c2dfc340 cded5e40 bffffae8 c01465dd
cded5e40
       cded5e40 c013fa0f cded5e40 000001fe cb7d9040 c2dfc340 cded5e40
c018d840
       c013fb69 cded5e40 cded5d40 cb18bf9c 00000000 fffffff0 cded5e40
cded5e40
Call Trace:    [<c01465dd>] [<c013fa0f>] [<c018d840>] [<c013fb69>]
[<c013fc84>]
  [<c0114d00>] [<c01088a3>]
 
Code: 8b 03 8b 36 85 c0 75 32 8d 4b 18 8b 51 04 8b 43 18 89 50 04

[]$ cat /proc/cpuinfo
processor       : 0
vendor_id       : AuthenticAMD
cpu family      : 6
model           : 8
model name      : AMD Athlon(tm) XP 2700+
stepping        : 1
cpu MHz         : 2158.060
cache size      : 256 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat pse36 mmx fxsr sse syscall mmxext 3dnowext 3dnow
bogomips        : 4299.16


^ permalink raw reply	[flat|nested] 12+ messages in thread
* Ooops with kernel 2.4.22 and reiserfs
@ 2003-12-22 18:49 Carlo
  2003-12-23 10:39 ` Andre Hedrick
  0 siblings, 1 reply; 12+ messages in thread
From: Carlo @ 2003-12-22 18:49 UTC (permalink / raw)
  To: linux kernel mailing list

Hi all,
i receive the follow message error when i delete file from a large
partition (100GB) of an IDE drive (120GB) with reiserfs filesystem and
kernel 2.4.22. Other partitions are EXT3.
 
I received this message several time in my test that erase jpeg files in
nested directories.
May i increase the verbose of this error?


hda: set_drive_speed_status: status=0x58 { DriveReady SeekComplete
DataRequest }
ide0: Drive 0 didn't accept speed setting. Oh, well.
hda: dma_intr: status=0x58 { DriveReady SeekComplete DataRequest }
 
hda: CHECK for good STATUS
Unable to handle kernel paging request at virtual address ffffffe0
 printing eip:
c0146553
*pde = 00002063
*pte = 00000000
Oops: 0000
CPU:    0
EIP:    0010:[<c0146553>]    Not tainted
EFLAGS: 00010213
eax: cded5f68   ebx: ffffffe0   ecx: cded5000   edx: 00000010
esi: 00000000   edi: cded5e40   ebp: cded5e68   esp: cb18bf24
ds: 0018   es: 0018   ss: 0018
Process rmdir (pid: 21907, stackpage=cb18b000)
Stack: 00000000 cded5e40 cded5e40 c2dfc340 cded5e40 bffffae8 c01465dd
cded5e40
       cded5e40 c013fa0f cded5e40 000001fe cb7d9040 c2dfc340 cded5e40
c018d840
       c013fb69 cded5e40 cded5d40 cb18bf9c 00000000 fffffff0 cded5e40
cded5e40
Call Trace:    [<c01465dd>] [<c013fa0f>] [<c018d840>] [<c013fb69>]
[<c013fc84>]
  [<c0114d00>] [<c01088a3>]
 
Code: 8b 03 8b 36 85 c0 75 32 8d 4b 18 8b 51 04 8b 43 18 89 50 04

[]$ cat /proc/cpuinfo
processor       : 0
vendor_id       : AuthenticAMD
cpu family      : 6
model           : 8
model name      : AMD Athlon(tm) XP 2700+
stepping        : 1
cpu MHz         : 2158.060
cache size      : 256 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat pse36 mmx fxsr sse syscall mmxext 3dnowext 3dnow
bogomips        : 4299.16


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2003-12-27 19:38 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-22 21:01 Ooops with kernel 2.4.22 and reiserfs Carlo
2003-12-22 22:05 ` Oleg Drokin
2003-12-23 10:04   ` Carlo
2003-12-23 15:20     ` Oleg Drokin
2003-12-23 18:17       ` Carlo
2003-12-25 12:34     ` dan carpenter
2003-12-26  1:47       ` Bruce Allen
2003-12-27 12:52         ` Carlo
2003-12-27 19:38           ` Bruce Allen
  -- strict thread matches above, loose matches on Subject: below --
2003-12-22 18:49 Carlo
2003-12-23 10:39 ` Andre Hedrick
2003-12-23 17:45   ` Carlo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox