mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* PROBLEM: kernel BUG at inode.c:1204! in 2.2.26
@ 2004-04-29  4:14 Albert Chin-A-Young
  2004-04-29 14:33 ` Marcelo Tosatti
  0 siblings, 1 reply; 4+ messages in thread
From: Albert Chin-A-Young @ 2004-04-29  4:14 UTC (permalink / raw)
  To: linux-kernel

Upgraded to 2.2.26 on April 26 and received the following on April 27:

kernel: kernel BUG at inode.c:1204!
kernel: invalid operand: 0000
kernel: CPU:    0
kernel: EIP:    0010:[iput+608/624] Tainted: PF
kernel: EFLAGS: 00010246
kernel: eax: 00000000   ebx: de603980   ecx: de603990   edx: de603990
kernel: esi: f7e6bc00   edi: 00000000   ebp: 00007a61   esp: f7e71efc
kernel: ds: 0018   es: 0018   ss: 0018
kernel: Process kswapd (pid: 4, stackpage=f7e71000)
kernel: Stack: 00000292 de605880 00000292 de605918 de605900 de603980 c0148a4d de603980 
kernel:        de605880 00000017 c1886114 c0260e38 000063ad c0148da4 00009446 c012d336 
kernel:        00000006 000001d0 ffffffff 000001d0 00000017 00000020 000001d0 c0260e38 
kernel: Call Trace:    [prune_dcache+221/336] [shrink_dcache_memory+36/64] [shrink_cache+358/896] [shrink_caches+61/96] [try_to_free_pages_zone+98/240]
kernel:   [kswapd_balance_pgdat+102/176] [kswapd_balance+40/64] [kswapd+152/192] [kswapd+0/192] [rest_init+0/64] [arch_kernel_thread+46/64]
kernel:   [kswapd+0/192]
kernel: 
kernel: Code: 0f 0b b4 04 86 4b 23 c0 e9 c3 fd ff ff 8d 76 00 8b 54 24 04 

I did not encounter an OOPS. I saw this and then rebooted.

$ cat /proc/version
Linux version 2.4.26 (root@songoku) (gcc version 3.3.3 20040125 (prerelease) (Debian)) #1 Mon Apr 26 19:26:00 CDT 2004

$ cat /proc/cpuinfo
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 15
model           : 2
model name      : Intel(R) Pentium(R) 4 CPU 2.00GHz
stepping        : 4
cpu MHz         : 2009.990
cache size      : 512 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 2
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm
bogomips        : 4010.80

$ cat /proc/modules
vmnet                  21152   3
vmmon                  20148   0 (unused)
snd-intel8x0           19556   0
snd-ac97-codec         49212   0 [snd-intel8x0]
snd-mpu401-uart         3568   0 [snd-intel8x0]
snd-rawmidi            14144   0 [snd-mpu401-uart]
snd-seq-device          4448   0 [snd-rawmidi]
snd-pcm                61604   0 [snd-intel8x0]
snd-timer              15012   0 [snd-pcm]
snd                    32836   0 [snd-intel8x0 snd-ac97-codec snd-mpu401-uart snd-rawmidi snd-seq-device snd-pcm snd-timer]
snd-page-alloc          6772   0 [snd-intel8x0 snd-pcm]
parport_pc             13700   1 (autoclean)
lp                      6464   0 (autoclean)
parport                14912   1 (autoclean) [parport_pc lp]
msdos                   6156   0 (unused)
fat                    32792   0 [msdos]
mga_vid                 9952   0 (unused)
usbmouse                2296   0 (unused)
hid                    22148   0 (unused)
usb-uhci               23504   0 (unused)
mousedev                4404   1
input                   3520   0 [usbmouse hid mousedev]
3c59x                  26576   1
unix                   15532 134 (autoclean)

The hard disk in question is a Western Digital 100GB with the
following in /etc/fstab:
  /dev/hdb1 / ext3 defaults,errors=remount-ro 0 1
  /dev/hdb2 none swap sw 0 0
  /dev/hdb3 /var ext3 defaults 0 2
  /dev/hdb5 /var/tmp ext3 defaults 0 2
  /dev/hdb6 /tmp ext3 defaults 0 2
  /dev/hdb7 /home ext3 defaults 0 2
  /dev/hdb8 /opt ext3 defaults 0 2
  /dev/hdb9 /ext ext3 defaults 0 2

$ swapon -s
Filename                        Type            Size    Used    Priority
/dev/hdb2                       partition       1052248 0       -1

-- 
albert chin (china@thewrittenword.com)

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

* Re: PROBLEM: kernel BUG at inode.c:1204! in 2.2.26
  2004-04-29  4:14 PROBLEM: kernel BUG at inode.c:1204! in 2.2.26 Albert Chin-A-Young
@ 2004-04-29 14:33 ` Marcelo Tosatti
  2004-04-29 14:46   ` Albert Chin-A-Young
  0 siblings, 1 reply; 4+ messages in thread
From: Marcelo Tosatti @ 2004-04-29 14:33 UTC (permalink / raw)
  To: Albert Chin-A-Young; +Cc: linux-kernel


Albert, 

I believe this mibht be caused by the VMWare modules you are using.

Mind trying to reproduce it without external modules?

On Wed, Apr 28, 2004 at 11:14:20PM -0500, Albert Chin-A-Young wrote:
> Upgraded to 2.2.26 on April 26 and received the following on April 27:
> 
> kernel: kernel BUG at inode.c:1204!
> kernel: invalid operand: 0000
> kernel: CPU:    0
> kernel: EIP:    0010:[iput+608/624] Tainted: PF
> kernel: EFLAGS: 00010246
> kernel: eax: 00000000   ebx: de603980   ecx: de603990   edx: de603990
> kernel: esi: f7e6bc00   edi: 00000000   ebp: 00007a61   esp: f7e71efc
> kernel: ds: 0018   es: 0018   ss: 0018
> kernel: Process kswapd (pid: 4, stackpage=f7e71000)
> kernel: Stack: 00000292 de605880 00000292 de605918 de605900 de603980 c0148a4d de603980 
> kernel:        de605880 00000017 c1886114 c0260e38 000063ad c0148da4 00009446 c012d336 
> kernel:        00000006 000001d0 ffffffff 000001d0 00000017 00000020 000001d0 c0260e38 
> kernel: Call Trace:    [prune_dcache+221/336] [shrink_dcache_memory+36/64] [shrink_cache+358/896] [shrink_caches+61/96] [try_to_free_pages_zone+98/240]
> kernel:   [kswapd_balance_pgdat+102/176] [kswapd_balance+40/64] [kswapd+152/192] [kswapd+0/192] [rest_init+0/64] [arch_kernel_thread+46/64]
> kernel:   [kswapd+0/192]
> kernel: 
> kernel: Code: 0f 0b b4 04 86 4b 23 c0 e9 c3 fd ff ff 8d 76 00 8b 54 24 04 
> 
> I did not encounter an OOPS. I saw this and then rebooted.

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

* Re: PROBLEM: kernel BUG at inode.c:1204! in 2.2.26
  2004-04-29 14:33 ` Marcelo Tosatti
@ 2004-04-29 14:46   ` Albert Chin-A-Young
  2004-04-29 15:12     ` Marcelo Tosatti
  0 siblings, 1 reply; 4+ messages in thread
From: Albert Chin-A-Young @ 2004-04-29 14:46 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: linux-kernel

On Thu, Apr 29, 2004 at 11:33:51AM -0300, Marcelo Tosatti wrote:
> 
> I believe this mibht be caused by the VMWare modules you are using.
> 
> Mind trying to reproduce it without external modules?

Sure. I'll reboot tonight without the modules. BTW, why do you think
this?

> On Wed, Apr 28, 2004 at 11:14:20PM -0500, Albert Chin-A-Young wrote:
> > Upgraded to 2.2.26 on April 26 and received the following on April 27:
> > 
> > kernel: kernel BUG at inode.c:1204!
> > kernel: invalid operand: 0000
> > kernel: CPU:    0
> > kernel: EIP:    0010:[iput+608/624] Tainted: PF
> > kernel: EFLAGS: 00010246
> > kernel: eax: 00000000   ebx: de603980   ecx: de603990   edx: de603990
> > kernel: esi: f7e6bc00   edi: 00000000   ebp: 00007a61   esp: f7e71efc
> > kernel: ds: 0018   es: 0018   ss: 0018
> > kernel: Process kswapd (pid: 4, stackpage=f7e71000)
> > kernel: Stack: 00000292 de605880 00000292 de605918 de605900 de603980 c0148a4d de603980 
> > kernel:        de605880 00000017 c1886114 c0260e38 000063ad c0148da4 00009446 c012d336 
> > kernel:        00000006 000001d0 ffffffff 000001d0 00000017 00000020 000001d0 c0260e38 
> > kernel: Call Trace:    [prune_dcache+221/336] [shrink_dcache_memory+36/64] [shrink_cache+358/896] [shrink_caches+61/96] [try_to_free_pages_zone+98/240]
> > kernel:   [kswapd_balance_pgdat+102/176] [kswapd_balance+40/64] [kswapd+152/192] [kswapd+0/192] [rest_init+0/64] [arch_kernel_thread+46/64]
> > kernel:   [kswapd+0/192]
> > kernel: 
> > kernel: Code: 0f 0b b4 04 86 4b 23 c0 e9 c3 fd ff ff 8d 76 00 8b 54 24 04 
> > 
> > I did not encounter an OOPS. I saw this and then rebooted.
> 
> 

-- 
albert chin (china@thewrittenword.com)

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

* Re: PROBLEM: kernel BUG at inode.c:1204! in 2.2.26
  2004-04-29 14:46   ` Albert Chin-A-Young
@ 2004-04-29 15:12     ` Marcelo Tosatti
  0 siblings, 0 replies; 4+ messages in thread
From: Marcelo Tosatti @ 2004-04-29 15:12 UTC (permalink / raw)
  To: Albert Chin-A-Young; +Cc: linux-kernel

On Thu, Apr 29, 2004 at 09:46:23AM -0500, Albert Chin-A-Young wrote:
> On Thu, Apr 29, 2004 at 11:33:51AM -0300, Marcelo Tosatti wrote:
> > 
> > I believe this mibht be caused by the VMWare modules you are using.
> > 
> > Mind trying to reproduce it without external modules?
> 
> Sure. I'll reboot tonight without the modules. BTW, why do you think
> this?

Because I've never seen such report on mainline.

But actually this might be related to some fixes in the VFS. 

In the meantine, run without the vmware modules please.

> > On Wed, Apr 28, 2004 at 11:14:20PM -0500, Albert Chin-A-Young wrote:
> > > Upgraded to 2.2.26 on April 26 and received the following on April 27:
> > > 
> > > kernel: kernel BUG at inode.c:1204!
> > > kernel: invalid operand: 0000
> > > kernel: CPU:    0
> > > kernel: EIP:    0010:[iput+608/624] Tainted: PF
> > > kernel: EFLAGS: 00010246
> > > kernel: eax: 00000000   ebx: de603980   ecx: de603990   edx: de603990
> > > kernel: esi: f7e6bc00   edi: 00000000   ebp: 00007a61   esp: f7e71efc
> > > kernel: ds: 0018   es: 0018   ss: 0018
> > > kernel: Process kswapd (pid: 4, stackpage=f7e71000)
> > > kernel: Stack: 00000292 de605880 00000292 de605918 de605900 de603980 c0148a4d de603980 
> > > kernel:        de605880 00000017 c1886114 c0260e38 000063ad c0148da4 00009446 c012d336 
> > > kernel:        00000006 000001d0 ffffffff 000001d0 00000017 00000020 000001d0 c0260e38 
> > > kernel: Call Trace:    [prune_dcache+221/336] [shrink_dcache_memory+36/64] [shrink_cache+358/896] [shrink_caches+61/96] [try_to_free_pages_zone+98/240]
> > > kernel:   [kswapd_balance_pgdat+102/176] [kswapd_balance+40/64] [kswapd+152/192] [kswapd+0/192] [rest_init+0/64] [arch_kernel_thread+46/64]
> > > kernel:   [kswapd+0/192]
> > > kernel: 
> > > kernel: Code: 0f 0b b4 04 86 4b 23 c0 e9 c3 fd ff ff 8d 76 00 8b 54 24 04 
> > > 
> > > I did not encounter an OOPS. I saw this and then rebooted.

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

end of thread, other threads:[~2004-04-29 15:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-29  4:14 PROBLEM: kernel BUG at inode.c:1204! in 2.2.26 Albert Chin-A-Young
2004-04-29 14:33 ` Marcelo Tosatti
2004-04-29 14:46   ` Albert Chin-A-Young
2004-04-29 15:12     ` Marcelo Tosatti

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

all inboxes | Powered by JetHome®