public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Applications segfault on evo n620c with 2.6.10
@ 2005-01-27 18:43 Pavel Machek
  2005-01-27 22:57 ` Nigel Cunningham
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Pavel Machek @ 2005-01-27 18:43 UTC (permalink / raw)
  To: kernel list, Andrew Morton

Hi!

It happened for 3rd in a week now...

When problem happens, processes start to segfault, usually right
during startup. Programs that were loaded prior to problem usualy
works, and can be restarted. I also seen sendmail exec failing with
"no such file or directory" when it clearly was there. Reboot corrects
things, and filesystem (ext3) is not damaged.

Unfortunately I do not know how to reproduce it. I tried
parallel-building kernels for few hours and that worked okay. Swsusp
is not involved (but usb, bluetooth, acpi and sound may be).

Does anyone else see something similar?
								Pavel
-- 
People were complaining that M$ turns users into beta-testers...
...jr ghea gurz vagb qrirybcref, naq gurl frrz gb yvxr vg gung jnl!

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

* Re: Applications segfault on evo n620c with 2.6.10
  2005-01-27 18:43 Applications segfault on evo n620c with 2.6.10 Pavel Machek
@ 2005-01-27 22:57 ` Nigel Cunningham
  2005-01-27 23:01   ` Pavel Machek
  2005-01-28  2:36 ` hugang
  2005-01-28 10:11 ` Pierre Chifflier
  2 siblings, 1 reply; 7+ messages in thread
From: Nigel Cunningham @ 2005-01-27 22:57 UTC (permalink / raw)
  To: Pavel Machek; +Cc: Linux Kernel Mailing List, Andrew Morton

Hi.

On Fri, 2005-01-28 at 05:43, Pavel Machek wrote:
> Unfortunately I do not know how to reproduce it. I tried
> parallel-building kernels for few hours and that worked okay. Swsusp
> is not involved (but usb, bluetooth, acpi and sound may be).

I take it you're sure suspending is not involved because it happens
before you've ever suspended? If you hadn't said that, I'd say it sounds
very much like something suspend related.

Regards,

Nigel
-- 
Nigel Cunningham
Software Engineer
Cyclades Corporation

http://cyclades.com


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

* Re: Applications segfault on evo n620c with 2.6.10
  2005-01-27 22:57 ` Nigel Cunningham
@ 2005-01-27 23:01   ` Pavel Machek
  2005-01-27 23:09     ` Nigel Cunningham
  0 siblings, 1 reply; 7+ messages in thread
From: Pavel Machek @ 2005-01-27 23:01 UTC (permalink / raw)
  To: Nigel Cunningham; +Cc: Linux Kernel Mailing List, Andrew Morton

Hi!

> > Unfortunately I do not know how to reproduce it. I tried
> > parallel-building kernels for few hours and that worked okay. Swsusp
> > is not involved (but usb, bluetooth, acpi and sound may be).
> 
> I take it you're sure suspending is not involved because it happens
> before you've ever suspended? If you hadn't said that, I'd say it sounds
> very much like something suspend related.

Yes, it happened even in cases when machine was not ever suspended. I
guess I should also add that kernel is "tainted: pavel", (that means I
have my own patches in; but I really believe that my changes are not
responsible).
								Pavel
-- 
People were complaining that M$ turns users into beta-testers...
...jr ghea gurz vagb qrirybcref, naq gurl frrz gb yvxr vg gung jnl!

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

* Re: Applications segfault on evo n620c with 2.6.10
  2005-01-27 23:01   ` Pavel Machek
@ 2005-01-27 23:09     ` Nigel Cunningham
  0 siblings, 0 replies; 7+ messages in thread
From: Nigel Cunningham @ 2005-01-27 23:09 UTC (permalink / raw)
  To: Pavel Machek; +Cc: Linux Kernel Mailing List, Andrew Morton

Hi.

On Fri, 2005-01-28 at 10:01, Pavel Machek wrote:
> Yes, it happened even in cases when machine was not ever suspended. I
> guess I should also add that kernel is "tainted: pavel", (that means I
> have my own patches in; but I really believe that my changes are not
> responsible).

I often believe that too ;>

Nigel
-- 
Nigel Cunningham
Software Engineer
Cyclades Corporation

http://cyclades.com


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

* Re: Applications segfault on evo n620c with 2.6.10
  2005-01-27 18:43 Applications segfault on evo n620c with 2.6.10 Pavel Machek
  2005-01-27 22:57 ` Nigel Cunningham
@ 2005-01-28  2:36 ` hugang
  2005-01-28 10:11 ` Pierre Chifflier
  2 siblings, 0 replies; 7+ messages in thread
From: hugang @ 2005-01-28  2:36 UTC (permalink / raw)
  To: Pavel Machek; +Cc: kernel list, Andrew Morton

On Thu, Jan 27, 2005 at 07:43:34PM +0100, Pavel Machek wrote:
> Hi!
> 
> It happened for 3rd in a week now...
> 
> When problem happens, processes start to segfault, usually right
> during startup. Programs that were loaded prior to problem usualy
> works, and can be restarted. I also seen sendmail exec failing with
> "no such file or directory" when it clearly was there. Reboot corrects
> things, and filesystem (ext3) is not damaged.
> 
> Unfortunately I do not know how to reproduce it. I tried
> parallel-building kernels for few hours and that worked okay. Swsusp
> is not involved (but usb, bluetooth, acpi and sound may be).
> 
> Does anyone else see something similar?

I got the same thing in my computer. 

Maybe this can reproduce it.
 1: add this in boot loader 
    "init=/bin/sh"
 2: after system boot, then active swap space, then do suspend.
 3: after system resume, the sh will crash like. 
    that can 100% reproduce it my in X86, X86_64, PPC32.

The Software suspend2 has not that problem. 
 
-- 
Hu Gang       .-.
              /v\
             // \\ 
Linux User  /(   )\  [204016]
GPG Key ID   ^^-^^   http://soulinfo.com/~hugang/hugang.asc

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

* Re: Applications segfault on evo n620c with 2.6.10
  2005-01-27 18:43 Applications segfault on evo n620c with 2.6.10 Pavel Machek
  2005-01-27 22:57 ` Nigel Cunningham
  2005-01-28  2:36 ` hugang
@ 2005-01-28 10:11 ` Pierre Chifflier
  2005-01-28 13:04   ` Pavel Machek
  2 siblings, 1 reply; 7+ messages in thread
From: Pierre Chifflier @ 2005-01-28 10:11 UTC (permalink / raw)
  To: Pavel Machek; +Cc: kernel list, Andrew Morton

On Thu, Jan 27, 2005 at 07:43:34PM +0100, Pavel Machek wrote:
> Hi!
> 
> It happened for 3rd in a week now...
> 
> When problem happens, processes start to segfault, usually right
> during startup. Programs that were loaded prior to problem usualy
> works, and can be restarted. I also seen sendmail exec failing with
> "no such file or directory" when it clearly was there. Reboot corrects
> things, and filesystem (ext3) is not damaged.
> 
> Unfortunately I do not know how to reproduce it. I tried
> parallel-building kernels for few hours and that worked okay. Swsusp
> is not involved (but usb, bluetooth, acpi and sound may be).
> 
> Does anyone else see something similar?
> 								Pavel

I have the same laptop and there is no error here.
However, I remember this laptop was affected by a RAM problem, which
could cause these symptoms.

More infos here:
http://www.theregister.co.uk/2004/06/26/hp_ram_recall/

Cheers,

Pierre

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

* Re: Applications segfault on evo n620c with 2.6.10
  2005-01-28 10:11 ` Pierre Chifflier
@ 2005-01-28 13:04   ` Pavel Machek
  0 siblings, 0 replies; 7+ messages in thread
From: Pavel Machek @ 2005-01-28 13:04 UTC (permalink / raw)
  To: Pierre Chifflier; +Cc: kernel list, jon.liu

Hi!

> > It happened for 3rd in a week now...
> > 
> > When problem happens, processes start to segfault, usually right
> > during startup. Programs that were loaded prior to problem usualy
> > works, and can be restarted. I also seen sendmail exec failing with
> > "no such file or directory" when it clearly was there. Reboot corrects
> > things, and filesystem (ext3) is not damaged.
> > 
> > Unfortunately I do not know how to reproduce it. I tried
> > parallel-building kernels for few hours and that worked okay. Swsusp
> > is not involved (but usb, bluetooth, acpi and sound may be).
> > 
> > Does anyone else see something similar?
> 
> I have the same laptop and there is no error here.
> However, I remember this laptop was affected by a RAM problem, which
> could cause these symptoms.
> 
> More infos here:
> http://www.theregister.co.uk/2004/06/26/hp_ram_recall/

I see... unfortunately this is some strange kind of engineering sample
:-(, and they are no longer replacing the memory.

Does someone still have the application that tests if the flaw is
present? Is there easy way to tell that from markings on the chip?

"korea 253 PC2100S-25330-Z M470L6423DN0-CB0 512MB DDR PC2100CL2.5"

Some sources report that it only happens with C3 -- and I had usb
plugged in, that should result in no C3... 

								Pavel
-- 
People were complaining that M$ turns users into beta-testers...
...jr ghea gurz vagb qrirybcref, naq gurl frrz gb yvxr vg gung jnl!

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

end of thread, other threads:[~2005-01-28 13:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-27 18:43 Applications segfault on evo n620c with 2.6.10 Pavel Machek
2005-01-27 22:57 ` Nigel Cunningham
2005-01-27 23:01   ` Pavel Machek
2005-01-27 23:09     ` Nigel Cunningham
2005-01-28  2:36 ` hugang
2005-01-28 10:11 ` Pierre Chifflier
2005-01-28 13:04   ` Pavel Machek

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