linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.4.23 hard lock, 100% reproducible.
@ 2003-12-07  6:50 Alex Davis
  2003-12-07  6:55 ` William Lee Irwin III
  2003-12-07  7:33 ` Mark Symonds
  0 siblings, 2 replies; 30+ messages in thread
From: Alex Davis @ 2003-12-07  6:50 UTC (permalink / raw)
  To: linux-kernel

I had the exact same thing happen to me about 
a year ago, with the same error message. It
started after I had upraded my kernel. It 
turned out one of my RAM sticks had gone
bad. Do you have another machine you can
test 2.4.23 with?


[...]
> 
> Not even sysrq?
>  

I did get msgs twice here in the past few hours, 
but only sometimes does it give anything.  Here's 
what it said: 

Unable to handle kernel NULL pointer
dereference at virtual address: 00000000

 printing eip:
c02363dd
*pde=00000000
Oops: 0000
CPU: 0
EIP: 0010:[<c02363d>]  Not tainted
EFLAGS: 00010217

eax: 00000006   ebx: 00000000  ecx: 7a01a8c0   ecx: c700b2a0
esi: c0299ce0   edi: 000001b7  ebp: c0299d94   esp: c0299c54
ds: 0018  es: 0018  ss: 0018

process: swapper (pid: 0, stackpage = c0299000)

Other than that, nothing.  Is there a patch out there 
that will simply make 2.4.22 secure?  Things run great
on that kernel. 

-- 
Mark

-

=====
I code, therefore I am

__________________________________
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/

^ permalink raw reply	[flat|nested] 30+ messages in thread
* Re: 2.4.23 hard lock, 100% reproducible.
@ 2003-12-08 17:06 Xose Vazquez Perez
  0 siblings, 0 replies; 30+ messages in thread
From: Xose Vazquez Perez @ 2003-12-08 17:06 UTC (permalink / raw)
  To: linux-kernel

Stephan von Krawczynski wrote:

> ...which leads me to the most-simple question: where can I find a changelog for
> 2.4.23-bkX from www.kernel.org ? Inside ?

BK used to mirror it from http://linux.bkbits.net:8080/linux-2.4/ to
http://www.kernel.org/pub/linux/kernel/v2.4/testing/cset/
But since last week it doesn't work.


^ permalink raw reply	[flat|nested] 30+ messages in thread
* 2.4.23 hard lock, 100% reproducible.
@ 2003-12-07  2:36 Mark Symonds
  2003-12-07  3:30 ` Philippe Troin
  0 siblings, 1 reply; 30+ messages in thread
From: Mark Symonds @ 2003-12-07  2:36 UTC (permalink / raw)
  To: linux-kernel


Hi, 

I've got a machine here that is locking hard under
2.4.23.  Normally would suspect it's a hardware problem
but it runs fine on 2.4.22 and also 2.2 series kernels.  
In a bit of a quandry here since that box has shell
users... 

I'm getting no oopses on the monitor nor in the logs -
this is a hard, instantaneous crash.  No kbd, no nothing,
good night. 

I've got a kernel compiling right now with hacking
support, but none of the additional hacking  options
are enabled. 

Wondering if anyone else has seen this?  lspci output is
below, will wait until requested before dumping a bunch
of crap about my hardware onto the list. 

Anything I can do from userland, let me know. 

-- 
Mark 



----------------------- 
symonds:~# lspci
00:00.0 Host bridge: Intel Corp. 82810 GMCH [Graphics
Memory Controller Hub] (rev 03)
00:01.0 VGA compatible controller: Intel Corp. 82810 CGC
[Chipset Graphics Controller] (rev 03)
00:1e.0 PCI bridge: Intel Corp. 82801AA PCI Bridge (rev
02)
00:1f.0 ISA bridge: Intel Corp. 82801AA ISA Bridge (LPC)
(rev 02)
00:1f.1 IDE interface: Intel Corp. 82801AA IDE (rev 02)
00:1f.2 USB Controller: Intel Corp. 82801AA USB (rev 02)
00:1f.3 SMBus: Intel Corp. 82801AA SMBus (rev 02)
01:09.0 Multimedia audio controller: Cirrus Logic
Crystal CS4281 PCI Audio (rev 01)
01:0b.0 Ethernet controller: D-Link System Inc RTL8139
Ethernet (rev 10)
01:0d.0 Ethernet controller: VIA Technologies, Inc.
VT86C100A [Rhine 10/100] (rev 06)
01:0e.0 Ethernet controller: Lite-On Communications Inc
LNE100TX (rev 20)
symonds:~#

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

end of thread, other threads:[~2003-12-09  6:30 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-07  6:50 2.4.23 hard lock, 100% reproducible Alex Davis
2003-12-07  6:55 ` William Lee Irwin III
     [not found]   ` <046a01c3bca1$267ba5e0$7a01a8c0@gandalf>
2003-12-07  9:07     ` William Lee Irwin III
2003-12-07  9:16       ` Keith Owens
2003-12-07  9:36         ` William Lee Irwin III
2003-12-08 16:34           ` Oliver Teuber
2003-12-07 10:01         ` Mark Symonds
2003-12-07 11:34           ` Martin Josefsson
2003-12-07 14:40           ` Marcelo Tosatti
2003-12-07 23:18             ` Mark Symonds
2003-12-08  4:53               ` William Lee Irwin III
2003-12-08  7:12               ` Tim Timmerman
2003-12-08 11:06                 ` Marcelo Tosatti
2003-12-09  6:29                   ` Tim Timmerman
2003-12-08 10:17               ` Marcelo Tosatti
2003-12-08 15:54                 ` Stephan von Krawczynski
2003-12-08 16:15                   ` Marcelo Tosatti
2003-12-08 16:31                     ` Jeff Garzik
2003-12-08 16:55                     ` Stephan von Krawczynski
2003-12-08 19:56                 ` Mark Symonds
2003-12-07  7:33 ` Mark Symonds
2003-12-07 16:24   ` Alex Davis
  -- strict thread matches above, loose matches on Subject: below --
2003-12-08 17:06 Xose Vazquez Perez
2003-12-07  2:36 Mark Symonds
2003-12-07  3:30 ` Philippe Troin
2003-12-07  4:34   ` Mark Symonds
2003-12-07 18:32     ` Chris Frey
2003-12-07 18:49       ` James Bourne
2003-12-07 19:21         ` David Rees
2003-12-07 20:19           ` James Bourne

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).