public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* Re: Re: [gentoo-user] gcc seg faults very often
@ 2005-08-23 21:24 Michael Kintzios
  2005-08-24  0:16 ` Raphael Melo de Oliveira Bastos Sales
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Kintzios @ 2005-08-23 21:24 UTC (permalink / raw
  To: gentoo-user

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

> From:: Eugene Rosenzweig <eugene259@internode.on.net>
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] gcc seg faults very often
> Date: Wed, 24 Aug 2005 01:03:01 +1000

> Raphael Melo de Oliveira Bastos Sales wrote:
> 
> >After running memtest, several errors have occurred. Does that mean I
> >have to buy new memory?
> >
> >2005/8/22, Volker Armin Hemmann <volker.armin.hemmann@tu-claustha al.de>:
> >  
> >
> >>On Monday 22 August 2005 21:29, Raphael Melo de Oliveira Bastos Sales wrote:
> >>    
> >>
> >>>Hi Richard,
> >>>
> >>>    First of all, thanks for replying. I'll test the swap partition
> >>>with the command you sent. But how do I test the memory? Is there any
> >>>way to do it? I think I configured CMOS to do a memory check during
> >>>start up.
> >>>
> >>>      
> >>>
> >>please install memtest86 or memtest86+ and let it run for some others.
> >>
> >>gcc segfaults are a very good sign of memory problems - and please the
> >>bios-'check' is not a 'check' - never was!
> >>
> >>The bios counts the available memory - this is not a check but accounting.
> >>--
> >>gentoo-user@gentoo.org mailing list
> >>    
> >>
> You can check memory settings in the BIOS, most BIOSes nowadays have 
> options to change memory timings so you can set more relaxed ones and 
> see if the errors disappear. Also you can try good oldfashioned 
> re-seating of the memory modules, take them out and insert them again.
> 
> Eugene.

I remember an application which would identify the bad memory cells and isolate them so that your machine could happily carry on using the rest of the memory - unfortunately just like yours my memory is not what it used to be . . .  ;-)

I've googled but can't find it.
-- 
Regards,
Mick

Lycos email has now 300 Megabytes of free storage... Get it now at mail.lycos.co.uk

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

* Re: Re: [gentoo-user] gcc seg faults very often
  2005-08-23 21:24 Re: [gentoo-user] gcc seg faults very often Michael Kintzios
@ 2005-08-24  0:16 ` Raphael Melo de Oliveira Bastos Sales
  2005-08-24  2:53   ` Volker Armin Hemmann
  0 siblings, 1 reply; 5+ messages in thread
From: Raphael Melo de Oliveira Bastos Sales @ 2005-08-24  0:16 UTC (permalink / raw
  To: gentoo-user

Yes, I found a kernel patch that does that. It allocates all the bad
memory sectors in kernel space permanetely, so they can't be used.
But, I found it too late. The memory is so bad now that it doesn't
even tries to boot. It just stops after detecting all IDE devices.
Gonna have to buy new memory boards...

if anyone ever need it: http://rick.vanrein.org/linux/badram/

2005/8/23, Michael Kintzios <michaelkintzios@lycos.co.uk>:
> > From:: Eugene Rosenzweig <eugene259@internode.on.net>
> > To: gentoo-user@lists.gentoo.org
> > Subject: Re: [gentoo-user] gcc seg faults very often
> > Date: Wed, 24 Aug 2005 01:03:01 +1000
> 
> > Raphael Melo de Oliveira Bastos Sales wrote:
> >
> > >After running memtest, several errors have occurred. Does that mean I
> > >have to buy new memory?
> > >
> > >2005/8/22, Volker Armin Hemmann <volker.armin.hemmann@tu-claustha al.de>:
> > >
> > >
> > >>On Monday 22 August 2005 21:29, Raphael Melo de Oliveira Bastos Sales wrote:
> > >>
> > >>
> > >>>Hi Richard,
> > >>>
> > >>>    First of all, thanks for replying. I'll test the swap partition
> > >>>with the command you sent. But how do I test the memory? Is there any
> > >>>way to do it? I think I configured CMOS to do a memory check during
> > >>>start up.
> > >>>
> > >>>
> > >>>
> > >>please install memtest86 or memtest86+ and let it run for some others.
> > >>
> > >>gcc segfaults are a very good sign of memory problems - and please the
> > >>bios-'check' is not a 'check' - never was!
> > >>
> > >>The bios counts the available memory - this is not a check but accounting.
> > >>--
> > >>gentoo-user@gentoo.org mailing list
> > >>
> > >>
> > You can check memory settings in the BIOS, most BIOSes nowadays have
> > options to change memory timings so you can set more relaxed ones and
> > see if the errors disappear. Also you can try good oldfashioned
> > re-seating of the memory modules, take them out and insert them again.
> >
> > Eugene.
> 
> I remember an application which would identify the bad memory cells and isolate them so that your machine could happily carry on using the rest of the memory - unfortunately just like yours my memory is not what it used to be . . .  ;-)
> 
> I've googled but can't find it.
> --
> Regards,
> Mick
> 
> Lycos email has now 300 Megabytes of free storage... Get it now at mail.lycos.co.uk
>

-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] gcc seg faults very often
  2005-08-24  0:16 ` Raphael Melo de Oliveira Bastos Sales
@ 2005-08-24  2:53   ` Volker Armin Hemmann
  2005-08-24 13:04     ` Raphael Melo de Oliveira Bastos Sales
  0 siblings, 1 reply; 5+ messages in thread
From: Volker Armin Hemmann @ 2005-08-24  2:53 UTC (permalink / raw
  To: gentoo-user

On Wednesday 24 August 2005 02:16, Raphael Melo de Oliveira Bastos Sales 
wrote:
> Yes, I found a kernel patch that does that. It allocates all the bad
> memory sectors in kernel space permanetely, so they can't be used.
> But, I found it too late. The memory is so bad now that it doesn't
> even tries to boot. It just stops after detecting all IDE devices.
> Gonna have to buy new memory boards...
>

when your ram becomes worse in some few days, there is a great chance, that 
not the ram, but the PSU is the culprit.

When a PSU is becoming weak, it is not able to hold the voltages at sufficient 
levels - lockups and ram-errors are then common problems.
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] gcc seg faults very often
  2005-08-24  2:53   ` Volker Armin Hemmann
@ 2005-08-24 13:04     ` Raphael Melo de Oliveira Bastos Sales
  2005-08-24 16:18       ` Raphael Melo de Oliveira Bastos Sales
  0 siblings, 1 reply; 5+ messages in thread
From: Raphael Melo de Oliveira Bastos Sales @ 2005-08-24 13:04 UTC (permalink / raw
  To: gentoo-user

I'll test the memory chip on another computer and see if it works...

2005/8/23, Volker Armin Hemmann <volker.armin.hemmann@tu-clausthal.de>:
> On Wednesday 24 August 2005 02:16, Raphael Melo de Oliveira Bastos Sales
> wrote:
> > Yes, I found a kernel patch that does that. It allocates all the bad
> > memory sectors in kernel space permanetely, so they can't be used.
> > But, I found it too late. The memory is so bad now that it doesn't
> > even tries to boot. It just stops after detecting all IDE devices.
> > Gonna have to buy new memory boards...
> >
> 
> when your ram becomes worse in some few days, there is a great chance, that
> not the ram, but the PSU is the culprit.
> 
> When a PSU is becoming weak, it is not able to hold the voltages at sufficient
> levels - lockups and ram-errors are then common problems.
> --
> gentoo-user@gentoo.org mailing list
> 
>

-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] gcc seg faults very often
  2005-08-24 13:04     ` Raphael Melo de Oliveira Bastos Sales
@ 2005-08-24 16:18       ` Raphael Melo de Oliveira Bastos Sales
  0 siblings, 0 replies; 5+ messages in thread
From: Raphael Melo de Oliveira Bastos Sales @ 2005-08-24 16:18 UTC (permalink / raw
  To: gentoo-user

No, the memory is wasted. :(

2005/8/24, Raphael Melo de Oliveira Bastos Sales <raphael.melo21@gmail.com>:
> I'll test the memory chip on another computer and see if it works...
> 
> 2005/8/23, Volker Armin Hemmann <volker.armin.hemmann@tu-clausthal.de>:
> > On Wednesday 24 August 2005 02:16, Raphael Melo de Oliveira Bastos Sales
> > wrote:
> > > Yes, I found a kernel patch that does that. It allocates all the bad
> > > memory sectors in kernel space permanetely, so they can't be used.
> > > But, I found it too late. The memory is so bad now that it doesn't
> > > even tries to boot. It just stops after detecting all IDE devices.
> > > Gonna have to buy new memory boards...
> > >
> >
> > when your ram becomes worse in some few days, there is a great chance, that
> > not the ram, but the PSU is the culprit.
> >
> > When a PSU is becoming weak, it is not able to hold the voltages at sufficient
> > levels - lockups and ram-errors are then common problems.
> > --
> > gentoo-user@gentoo.org mailing list
> >
> >
>

-- 
gentoo-user@gentoo.org mailing list



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

end of thread, other threads:[~2005-08-24 16:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-23 21:24 Re: [gentoo-user] gcc seg faults very often Michael Kintzios
2005-08-24  0:16 ` Raphael Melo de Oliveira Bastos Sales
2005-08-24  2:53   ` Volker Armin Hemmann
2005-08-24 13:04     ` Raphael Melo de Oliveira Bastos Sales
2005-08-24 16:18       ` Raphael Melo de Oliveira Bastos Sales

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