linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: Signal 11
@ 2000-12-14 12:42 Clayton Weaver
  2000-12-14 19:11 ` Linus Torvalds
  2000-12-14 22:46 ` Signal 11 Jakub Jelinek
  0 siblings, 2 replies; 57+ messages in thread
From: Clayton Weaver @ 2000-12-14 12:42 UTC (permalink / raw)
  To: linux-kernel

This is unrelated to the signal 11 problem, but something to consider
for "random crashes and segfaults", ie are you using this compiler
and glibc version combination.

There has a been a thread on the teTeX mailing list the last few days
about a (RedHat, but probably more general than just their rpms)
gcc-2.9.6 w/glibc-2.2.x bug. At -O2, it can miscompile 

unsigned varname; /* "unsigned int varname;" is ok */

(no problem at -O or no optimization at all, and doesn't happen if teTeX
is compiled with kgcc).

Showed up in the kpathsea library (which began to split paths on
'-' as well as '/' after a user upgraded compiler and libc and
recompiled teTeX).

Regards,

Clayton Weaver
<mailto:cgweav@eskimo.com>
(Seattle)

"Everybody's ignorant, just in different subjects."  Will Rogers



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 57+ messages in thread
* Re: Signal 11
@ 2000-12-09  5:32 davej
  0 siblings, 0 replies; 57+ messages in thread
From: davej @ 2000-12-09  5:32 UTC (permalink / raw)
  To: Linux Kernel Mailing List


David Woodhouse (dwmw2@infradead.org) wrote...

> Can you reproduce it with bcrl's patch below: 

Did nothing for me. gcc still got a sig11 after a while.
Took three runs of 'make bzImage' before it completed.

I wondered if I'd been unlucky enough to have been sent a
replacement K6-2 which was also screwed, but as I mentioned
earlier, this box runs fine under 2.2

btw, I was unsubscribed from all lists at vger yesterday,
for reasons currently unknown to me. Did this happen to anyone
else, or did my mail setup break something?

regards,

Davej.

-- 
| Dave Jones <davej@suse.de>  http://www.suse.de/~davej
| SuSE Labs

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 57+ messages in thread
* Re: Linux 2.2.18pre25
@ 2000-12-08  0:27 Alan Cox
  2000-12-08  0:44 ` Signal 11 Rainer Mager
  0 siblings, 1 reply; 57+ messages in thread
From: Alan Cox @ 2000-12-08  0:27 UTC (permalink / raw)
  To: Andrea Arcangeli; +Cc: Alan Cox, linux-kernel

> Such bug can't generate crashes. Did you ever reproduced crashes on your 8Mb
> 486 with 2.2.18pre24?

Yes. Every 20 minutes or so quite reliably. With that change it has yet to 
crash (its actually running that + page aging + another minor tweak so it
doesnt return success on page aging until we have a clump of free pages.

With just the page aging patch it performed way better but still hung.

> ftp://ftp.us.kernel.org/pub/linux/kernel/people/andrea/kernels/v2.2/2.2.18pre24aa1/00_account-failed-buffer-tries-1
>

Oh well ;) 
 
> account-failed-buffer-tries-1 is included in VM-global-7 and it was
> described in the 2.2.18pre21aa2 email to l-k (CC'ed you) in date Fri, 17 Nov
> 2000 18:54:43 +0100:

The problem is its hard to know which of your patches depend on what, and
the complete set is large to say the least.

Alan

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

end of thread, other threads:[~2000-12-16  1:57 UTC | newest]

Thread overview: 57+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-14 12:42 Signal 11 Clayton Weaver
2000-12-14 19:11 ` Linus Torvalds
2000-12-14 22:35   ` Alan Cox
2000-12-14 22:45     ` Linus Torvalds
2000-12-14 22:58       ` Bernhard Rosenkraenzer
2000-12-14 23:11         ` Linus Torvalds
2000-12-15  0:10         ` Miquel van Smoorenburg
2000-12-15  0:32           ` Alan Cox
2000-12-15  0:42             ` Miquel van Smoorenburg
2000-12-15  2:07             ` Michael Peddemors
2000-12-15  1:09               ` Alan Cox
2000-12-15 16:12                 ` Theodore Y. Ts'o
2000-12-14 23:24       ` Alan Cox
2000-12-14 23:35   ` Jakub Jelinek
2000-12-14 23:51     ` Linus Torvalds
2000-12-15  0:11       ` Dan Egli
2000-12-16  1:28         ` Signal 11gy Alan Cox
2000-12-14 22:46 ` Signal 11 Jakub Jelinek
  -- strict thread matches above, loose matches on Subject: below --
2000-12-09  5:32 davej
2000-12-08  0:27 Linux 2.2.18pre25 Alan Cox
2000-12-08  0:44 ` Signal 11 Rainer Mager
2000-12-08  1:05   ` Jeff V. Merkey
2000-12-08  1:09   ` Michel LESPINASSE
2000-12-08  2:14     ` Rainer Mager
2000-12-08  1:20   ` Andi Kleen
2000-12-08  1:24     ` Jeff V. Merkey
2000-12-08  1:40       ` Andi Kleen
2000-12-08  1:43         ` Jeff V. Merkey
2000-12-08  1:55           ` Jeff V. Merkey
2000-12-08 19:20           ` Dr. Kelsey Hudson
2000-12-08  2:28       ` davej
2000-12-08  3:13         ` Jeff V. Merkey
2000-12-08  3:25           ` davej
2000-12-08 16:44             ` Matthew Vanecek
2000-12-08 19:43             ` Dr. Kelsey Hudson
2000-12-08 13:52         ` Alan Cox
2000-12-15  0:11         ` lamont
2000-12-08  1:58   ` Richard B. Johnson
2000-12-08  2:04     ` Peter Samuelson
2000-12-08 16:36       ` Matthew Vanecek
2000-12-08 16:49         ` Richard B. Johnson
2000-12-08 17:40           ` Peter Samuelson
2000-12-08 19:36       ` Dr. Kelsey Hudson
2000-12-08  9:46   ` David Woodhouse
2000-12-08 14:06     ` Alan Cox
2000-12-09 19:01       ` Matthew Vanecek
2000-12-09 19:20         ` davej
2000-12-09 23:31           ` Matthew Vanecek
2000-12-11  0:58       ` Rainer Mager
2000-12-11  9:05         ` Rainer Mager
2000-12-11 13:33           ` Mike Galbraith
2000-12-11 23:24             ` Rainer Mager
2000-12-11 14:14           ` davej
2000-12-08 16:21     ` Horst von Brand
2000-12-08 19:34     ` Mark Vojkovich
2000-12-08 23:16       ` Jeff V. Merkey
2000-12-08 22:24         ` David Woodhouse
2000-12-09  0:56           ` Jeff V. Merkey

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