public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: Oops in prune_dcache (2.4.0-prerelease)
@ 2001-01-03 18:27 Petr Vandrovec
  0 siblings, 0 replies; 10+ messages in thread
From: Petr Vandrovec @ 2001-01-03 18:27 UTC (permalink / raw)
  To: Udo A. Steinberg; +Cc: Dan Aloni, Linus Torvalds, Linux Kernel, viro

On  3 Jan 01 at 13:08, Udo A. Steinberg wrote:
> Alexander Viro wrote:
> >
> > In principle, it might be that d_find_alias() is broken. I don't see where
> > it could happen, but then I'm half-asleep right now...  While we are at it,
> > do you have
> 
> >         * autofs
> 
> Yes.
> 
> >         * knfsd
> >         * ncpfs
> 
> No, neither of these two.

I saw oopses in prune_dcache() during umount() of ncpfs circa 6 months
ago. As I was never able to reproduce problem, and it just stopped from
happenning as unexpected as it appeared, I never reported that. And
~2 times I got endless loop in d_prune_aliases() where it somewhat
happened that d_alias list looked like

1 -> 2 -> 3 -> 4 -> 2 -> 3 -> 4 ... (maybe after pruning d_count = 0
                                    entries...)

so it never stopped :-( But it really happened long long ago, I think
that sometime June-September 2000, and couple of logic changed since
then in both ncpfs and vfs.
                                    Best regards,
                                            Petr Vandrovec
                                            vandrove@vc.cvut.cz
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 10+ messages in thread
* Oops in prune_dcache (2.4.0-prerelease)
@ 2001-01-03  3:39 Udo A. Steinberg
  2001-01-03  3:54 ` Linus Torvalds
  2001-01-03  4:00 ` Alexander Viro
  0 siblings, 2 replies; 10+ messages in thread
From: Udo A. Steinberg @ 2001-01-03  3:39 UTC (permalink / raw)
  To: Linus Torvalds, Linux Kernel


Hi Linus et. all

While under massive disk and cpu load, 2.4.0-prerelease produced
the following oops (decode see below)

Keith, I've read the FAQ about having been bitten by Makefile bugs
with certain symbols and such, yet I still get these symbol warnings
even after a mrproper rebuild. Any clues?

-Udo.

ksymoops 2.3.5 on i686 2.4.0-prerelease.  Options used
     -V (default)
     -k /proc/ksyms (default)
     -l /proc/modules (default)
     -o /lib/modules/2.4.0-prerelease/ (default)
     -m /boot/System.map-2.4.0-prerelease (specified)

Warning (compare_maps): ksyms_base symbol acpi_clear_event_R__ver_acpi_clear_event not found in System.map.  Ignoring ksyms_base entry
Warning (compare_maps): ksyms_base symbol acpi_cm_memcpy_R__ver_acpi_cm_memcpy not found in System.map.  Ignoring ksyms_base entry

[ ** many other warnings snipped to reduce spam ** ]

Unable to handle kernel paging request at virtual address 01000014
c01419cc
*pde = 00000000
Oops: 0000
CPU:    0
EIP:    0010:[<c01419cc>]
Using defaults from ksymoops -t elf32-i386 -a i386
EFLAGS: 00010206
eax: 01000000   ebx: c20847e0   ecx: c2081d10   edx: c2081d10
esi: c20847c0   edi: c2081d00   ebp: 00002c79   esp: c147bfa4
ds: 0018   es: 0018   ss: 0018
Process kswapd (pid: 3, stackpage=c147b000)
Stack: 00010f00 00000003 00000004 00000000 c0141cc1 00006ea6 c012a0d3 00000006 
       00000004 00010f00 c023e1f1 c147a239 0008e000 c012a19a 00000004 00000000 
       cffe5fbc c0105000 ffffff9c c01074d3 00000000 c02d6d64 c02a5fdc 
Call Trace: [<c0141cc1>] [<c012a0d3>] [<c023e1f1>] [<c012a19a>] [<c0105000>] [<c01074d3>] 
Code: 8b 40 14 85 c0 74 09 57 56 ff d0 83 c4 08 eb 0c 57 e8 be 1b 

>>EIP; c01419cc <prune_dcache+9c/120>   <=====
Trace; c0141cc1 <shrink_dcache_memory+21/30>
Trace; c012a0d3 <do_try_to_free_pages+53/90>
Trace; c023e1f1 <tvecs+2169/1b124>
Trace; c012a19a <kswapd+8a/140>
Trace; c0105000 <empty_bad_page+0/1000>
Trace; c01074d3 <kernel_thread+23/30>
Code;  c01419cc <prune_dcache+9c/120>
00000000 <_EIP>:
Code;  c01419cc <prune_dcache+9c/120>   <=====
   0:   8b 40 14                  movl   0x14(%eax),%eax   <=====
Code;  c01419cf <prune_dcache+9f/120>
   3:   85 c0                     testl  %eax,%eax
Code;  c01419d1 <prune_dcache+a1/120>
   5:   74 09                     je     10 <_EIP+0x10> c01419dc <prune_dcache+ac/120>
Code;  c01419d3 <prune_dcache+a3/120>
   7:   57                        pushl  %edi
Code;  c01419d4 <prune_dcache+a4/120>
   8:   56                        pushl  %esi
Code;  c01419d5 <prune_dcache+a5/120>
   9:   ff d0                     call   *%eax
Code;  c01419d7 <prune_dcache+a7/120>
   b:   83 c4 08                  addl   $0x8,%esp
Code;  c01419da <prune_dcache+aa/120>
   e:   eb 0c                     jmp    1c <_EIP+0x1c> c01419e8 <prune_dcache+b8/120>
Code;  c01419dc <prune_dcache+ac/120>
  10:   57                        pushl  %edi
Code;  c01419dd <prune_dcache+ad/120>
  11:   e8 be 1b 00 00            call   1bd4 <_EIP+0x1bd4> c01435a0 <iput+0/150>


45 warnings issued.  Results may not be reliable.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

end of thread, other threads:[~2001-01-03 18:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-03 18:27 Oops in prune_dcache (2.4.0-prerelease) Petr Vandrovec
  -- strict thread matches above, loose matches on Subject: below --
2001-01-03  3:39 Udo A. Steinberg
2001-01-03  3:54 ` Linus Torvalds
2001-01-03  4:04   ` Udo A. Steinberg
2001-01-03  8:29   ` Dan Aloni
2001-01-03  9:29     ` Alexander Viro
2001-01-03 11:18     ` Udo A. Steinberg
2001-01-03 12:00       ` Alexander Viro
2001-01-03 12:08         ` Udo A. Steinberg
2001-01-03  4:00 ` Alexander Viro

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