LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* Re: 2.6.0-preX causes memory corruption
@ 2003-12-06 20:31 Ali Akcaagac
  0 siblings, 0 replies; 7+ messages in thread
From: Ali Akcaagac @ 2003-12-06 20:31 UTC (permalink / raw)
  To: linux-kernel

Hello,

Around 2 weeks ago I made a bugreport about strange memory corruption
which have occoured with Kernel 2.6.0-pre9/10 on my system. As I told I
verified this problem on 2 different machines and today I wanted to give
feedback as I promised.

I was busy with private stuff for a couple of days and wasn't able to
check this any closer. Today I detected that even with PREEMPT DISABLED
in 2.6.0-pre11 the problem still exists. E.g. when unpacking some
tar.bz2 files I still get the message thrown out that there is a problem
and after reset the problem is gone. As reference I give you my previous
email to this list:

http://www.ussg.iu.edu/hypermail/linux/kernel/0311.3/0386.html

And another one which I think may (or may not) be related to this:

http://www.ussg.iu.edu/hypermail/linux/kernel/0311.3/0122.html

Again, this has problem exists on my old hardware as on my brand new
hardware. So basically 2 different plattforms.

Please CC to me.


^ permalink raw reply	[flat|nested] 7+ messages in thread
* Re: 2.6.0-preX causes memory corruption
@ 2003-11-26  6:00 Ali Akcaagac
  0 siblings, 0 replies; 7+ messages in thread
From: Ali Akcaagac @ 2003-11-26  6:00 UTC (permalink / raw)
  To: linux-kernel

> > to go for new stuff 2 days later). So I bought brand new mobo,
> > ram, harddisk and stuff like that and build the system up:

> new power supply?

Yes that was the first thing I've replaced. My old 250W for a new 433W
although I must admit that the old PSU still works fine as it did for
the past 3.5 years for my old Gigabyte BX2000 and old Elitegroup K7S5A
(including all the stuff like HD, CD, GRAKA etc.) it consumed less than
250W. I'm educated electronics guy and tested the old PSU under stress
conditions e.g. with consumer connected only to check whether the
voltage or current break down or something. The new PSU should satisfy
my system more than one time.

> > really worried what the cause of this problem could be. I know
> > there could be dozen of reasons such as compiler used, stuff
> > compiled ...

> and which compiler did you use?

gcc (GCC) 3.3.2

But I doubt that this is Compiler related since I use this one even
before pre9 (where the system worked stable). This problem showed up the
first time within pre9 and still exists in pre10 and now that other
folks confirmed that there is some 'strange magic' inside the Kernel I
now feel more that this may be the case. It's no permanent thing or
something it happens every now and then.

I now gonna disable preempt and report back.


^ permalink raw reply	[flat|nested] 7+ messages in thread
* Re: 2.6.0-preX causes memory corruption
@ 2003-11-26  5:52 Ali Akcaagac
  0 siblings, 0 replies; 7+ messages in thread
From: Ali Akcaagac @ 2003-11-26  5:52 UTC (permalink / raw)
  To: linux-kernel

> > Sorry for the subject but I have been noticing this problem for
> > quite some time now under 2 totally different machines and I now
> > belive that this may be a Kernel issue.

> Do you have pre-emption enabled, by any chance?  If so, can you
> reproduce these problems with it disabled?

Yes it's enabled, will disable it now and report back.


^ permalink raw reply	[flat|nested] 7+ messages in thread
* Re: 2.6.0-preX causes memory corruption
@ 2003-11-25 20:26 Ali Akcaagac
  2003-11-26  9:33 ` Michael Buesch
  0 siblings, 1 reply; 7+ messages in thread
From: Ali Akcaagac @ 2003-11-25 20:26 UTC (permalink / raw)
  To: linux-kernel

> > After installing 2.6.0-pre9 the System seemed to work normally,
> > all the

> You mean 2.6.0-test9, don't you?

Yes

> > stuff I did before worked normally but when doing large
> > fileoperation including crunching stuff using bzip2 (e.g.
> > checking out modules from CVS and tar'ing them up) the
> > archives get corrupt. I was first assuming that this was
> > a onetime mistake and thus I deleted the corrupt file and
> > re-run my normal operations. But after a while I noticed
> > that this problem occoured more and more and I was starting
> > to worry. Archives are showing to be corrupted but after an
> > reset these archives can be unpacked normally again.

> Do you have preemptive kernel enabled (CONFIG_PREEMPT=y)?

Yes

> There's been some discussion about it possibly causing strange
> things in some configurations. If it helps to disable it, please
> post your .config, so we can compare with others.

Yes, saw it after I've posted my mail. But here is my config.

http://www.akcaagac.com/.config

Hope it helps.


^ permalink raw reply	[flat|nested] 7+ messages in thread
* 2.6.0-preX causes memory corruption
@ 2003-11-25 19:45 Ali Akcaagac
  2003-11-25 20:09 ` Måns Rullgård
  0 siblings, 1 reply; 7+ messages in thread
From: Ali Akcaagac @ 2003-11-25 19:45 UTC (permalink / raw)
  To: linux-kernel

Hello,

Sorry for the subject but I have been noticing this problem for quite
some time now under 2 totally different machines and I now belive that
this may be a Kernel issue.

Machine 1 (old):

Elitegroup k7s5a, 256mb, g400, 15gb

After installing 2.6.0-pre9 the System seemed to work normally, all the
stuff I did before worked normally but when doing large fileoperation
including crunching stuff using bzip2 (e.g. checking out modules from
CVS and tar'ing them up) the archives get corrupt. I was first assuming
that this was a onetime mistake and thus I deleted the corrupt file and
re-run my normal operations. But after a while I noticed that this
problem occoured more and more and I was starting to worry. Archives are
showing to be corrupted but after an reset these archives can be
unpacked normally again.

I was really worrying myself if this could be my machine e.g. defective
Ram modules or something thus I ran memtest86 for 3 passes and the
memory was ok. Later on after this problem showed up again I thought
that this may be something else e.g. Motherboard (dying capacitors) my
CPU or whatever.

Anyways I bought totally new hardware (not only because of the problem,
because I wanted to do this anyways and this problem was a good excuse
to go for new stuff 2 days later). So I bought brand new mobo, ram,
harddisk and stuff like that and build the system up:

Machine 2 (new):

Shuttle AK39N, Radeon 9200, 512mb, 40gb Harddisk

Updated my System to 2.6.0-pre10 but the problem still exists. I'm now
really worried what the cause of this problem could be. I know there
could be dozen of reasons such as compiler used, stuff compiled and
things like this but the really strange thing is that I was doing CVS
(and tar'ing up stuff) on a daily basis even with my old machine and
earlier 2.6.0-preX kernels without any problems, the only stuff that I
consistently update is mainly GNOME or KDE, basically NO system updates
happened during 2.6.0-pre5/6 and all in all my system is quite clean.

I know all this is quite vague but now that I totally changed 2
different hardware and that this problem showed up first time with
2.6.0-pre9 (and exists in 10) I may have the tendency to shift this
problem to the Kernel. Also normal operations such as compiling stuff
sometimes end in e.g. telling me that libraries are NOT ELF or that
libraries show wrong stuff etc. and a normal reset usually solved this
which tells me that this is not filesystem related and that the files
itself are in best shape.

Anyways I hope I didn't caused any worries or something but I thought to
let you know about this issue, chances may be that this may indeed be a
kernel issue. May or may not...

greets.

PS: CC me, I'm not subscribed.


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

end of thread, other threads:[~2003-12-06 20:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-06 20:31 2.6.0-preX causes memory corruption Ali Akcaagac
  -- strict thread matches above, loose matches on Subject: below --
2003-11-26  6:00 Ali Akcaagac
2003-11-26  5:52 Ali Akcaagac
2003-11-25 20:26 Ali Akcaagac
2003-11-26  9:33 ` Michael Buesch
2003-11-25 19:45 Ali Akcaagac
2003-11-25 20:09 ` Måns Rullgård

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).