public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Oops on 2.4.13
@ 2001-11-01 21:45 FORT David
  2001-11-01 22:52 ` Keith Owens
  2001-11-02 18:48 ` [PATCH] " Stephen C. Tweedie
  0 siblings, 2 replies; 9+ messages in thread
From: FORT David @ 2001-11-01 21:45 UTC (permalink / raw)
  To: LKML

[-- Attachment #1: Type: text/plain, Size: 1137 bytes --]

I got this Oops last night, the funny thing is that the Ooops occured in
kswapd and that my box doesn't have any swap. The box is SMP with
768M ram, the kernel is tainted but by a kernel driver which hasn't set
any licence(can't remember which one). When the Ooops occured i was
encoding some mp3 and compiling a big thing(TAO+ACE). The call stack
trace is really close to an oops i've seen there( a "suspicious memory" 
thread
started and finally linus claimed that it could be a real bug, but no 
solution
were posted).


-- 
%--LINUX-HTTPD-PIOGENE----------------------------------------------------%
%  -datamining <-/                        |   .~.                         %
%  -networking/PHP/java/JSPs              |   /V\        L  I  N  U  X    %
%  -opensource                            |  // \\     >Fear the Penguin< %
%  -GNOME/enlightenment/GIMP              | /(   )\                       %
%           feel enlightened....          |  ^^-^^                        %
%                              HomePage: http://www.enlightened-popo.net  %
%---------- -- This was sent by Djinn running Linux 2.4.13 -- ------------%


[-- Attachment #2: 31-10-2001-oops --]
[-- Type: text/plain, Size: 2904 bytes --]

ksymoops 2.4.3 on i686 2.4.13.  Options used
     -V (default)
     -k /proc/ksyms (default)
     -l /proc/modules (default)
     -o /lib/modules/2.4.13/ (default)
     -m /usr/src/linux/System.map (default)

Warning: You did not tell me where to find symbol information.  I will
assume that the log matches the kernel and modules that are running
right now and I'll use the default options above for symbol resolution.
If the current kernel and/or modules do not match the log, you can get
more accurate output by telling me the kernel version and where to find
map, modules, ksyms etc.  ksymoops -h explains the options.

ac97_codec: AC97 Audio codec, id: 0x4352:0x5913 (Cirrus Logic CS4297A rev A)
3c59x: Donald Becker and others. www.scyld.com/network/vortex.html
Unable to handle kernel paging request at virtual address 00008008
c013c7e4
*pde = 00000000
Oops: 0002
CPU:    1
EIP:    0010:[<c013c7e4>]    Tainted: P 
Using defaults from ksymoops -t elf32-i386 -a i386
EFLAGS: 00010206
eax: 00008000   ebx: e228f220   ecx: 00008000   edx: e228f240
esi: efee5f34   edi: e02ee608   ebp: efee5f48   esp: efee5efc
ds: 0018   es: 0018   ss: 0018
Process kswapd (pid: 5, stackpage=efee5000)
Stack: c0149840 00008000 c0148bcd c1c0a37c e228f040 e228f040 e228f220 c0149898 
       e228f220 e02ee7e8 e02ee7e0 c0149b25 efee5f34 00004f8c e228f408 e27379a8 
       00000011 000001d0 00000006 000001d0 c0149b60 00000000 c012f0e6 00000006 
Call Trace: [<c0149840>] [<c0148bcd>] [<c0149898>] [<c0149b25>] [<c0149b60>] 
   [<c012f0e6>] [<c012f12c>] [<c012f1e1>] [<c012f256>] [<c012f3a1>] [<c012f300>] 
   [<c0105000>] [<c0105656>] [<c012f300>] 
Code: f0 ff 49 08 0f 94 c0 84 c0 74 2d f0 fe 0d 08 92 25 c0 0f 88 

>>EIP; c013c7e4 <cdput+4/40>   <=====
Trace; c0149840 <clear_inode+c0/e0>
Trace; c0148bcc <destroy_inode+2c/40>
Trace; c0149898 <dispose_list+38/50>
Trace; c0149b24 <prune_icache+f4/110>
Trace; c0149b60 <shrink_icache_memory+20/40>
Trace; c012f0e6 <shrink_caches+76/90>
Trace; c012f12c <try_to_free_pages+2c/60>
Trace; c012f1e0 <kswapd_balance_pgdat+50/a0>
Trace; c012f256 <kswapd_balance+26/50>
Trace; c012f3a0 <kswapd+a0/c0>
Trace; c012f300 <kswapd+0/c0>
Trace; c0105000 <_stext+0/0>
Trace; c0105656 <kernel_thread+26/30>
Trace; c012f300 <kswapd+0/c0>
Code;  c013c7e4 <cdput+4/40>
00000000 <_EIP>:
Code;  c013c7e4 <cdput+4/40>   <=====
   0:   f0 ff 49 08               lock decl 0x8(%ecx)   <=====
Code;  c013c7e8 <cdput+8/40>
   4:   0f 94 c0                  sete   %al
Code;  c013c7ea <cdput+a/40>
   7:   84 c0                     test   %al,%al
Code;  c013c7ec <cdput+c/40>
   9:   74 2d                     je     38 <_EIP+0x38> c013c81c <cdput+3c/40>
Code;  c013c7ee <cdput+e/40>
   b:   f0 fe 0d 08 92 25 c0      lock decb 0xc0259208
Code;  c013c7f6 <cdput+16/40>
  12:   0f 88 00 00 00 00         js     18 <_EIP+0x18> c013c7fc <cdput+1c/40>


1 warning issued.  Results may not be reliable.

^ permalink raw reply	[flat|nested] 9+ messages in thread
* Re: Oops on 2.4.13
@ 2001-11-02 19:41 Petr Vandrovec
  2001-11-02 18:52 ` Jeff Garzik
  0 siblings, 1 reply; 9+ messages in thread
From: Petr Vandrovec @ 2001-11-02 19:41 UTC (permalink / raw)
  To: Keith Owens; +Cc: LKML

On  2 Nov 01 at 13:02, Keith Owens wrote:

> drivers/video/matrox/matroxfb_crtc2.o - no license, needs patch
> drivers/video/matrox/matroxfb_g450.o - no license, needs patch
> drivers/video/matrox/matroxfb_maven.o - no license, needs patch
> drivers/video/matrox/matroxfb_misc.o - no license, needs patch

They are all GPL-ed. Does it mean that I have to fix that someone
else changed kernel API during stable serie?
                                            Thanks,
                                                Petr Vandrovec
                                                vandrove@vc.cvut.cz
                                                
P.S.: I still do not understand this MODULE_LICENSE() thing. VMware
modules will probably contain GPL tag in next release, but kernel 
hackers refuse to look at these reports anyway (I'm not complaining,
this is their right to ignore these reports; but if they say that they 
are doing that due to non-GPL, they lie). So I think it should be changed 
from MODULE_LICENSE() to 
MODULE_CERTIFIED_BY_LINUX_KERNEL_WORKING_GROUP("xxx says it works"). 
It would match real meaning much better.

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

end of thread, other threads:[~2001-11-02 18:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-01 21:45 Oops on 2.4.13 FORT David
2001-11-01 22:52 ` Keith Owens
2001-11-02  6:52   ` FORT David
2001-11-02  2:02     ` Keith Owens
2001-11-02 13:00   ` David Chow
2001-11-02  1:39     ` Keith Owens
2001-11-02 18:48 ` [PATCH] " Stephen C. Tweedie
  -- strict thread matches above, loose matches on Subject: below --
2001-11-02 19:41 Petr Vandrovec
2001-11-02 18:52 ` Jeff Garzik

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