On Tue, Nov 21, 2006 at 06:36:39PM -0800, Linus Torvalds wrote: > > > On Wed, 22 Nov 2006, Jesper Juhl wrote: > > > > So it *seems* to be somehow related to running low on RAM and swap > > starting to be used. > > Does it happen if you just do some simple "use all memory" script, eg run > a few copies of > > #define SIZE (100<<20) > > char *buf = malloc(SIZE); > memset(buf, SIZE, 0); > sleep(100); > > on your box? ITYM... memset(buf, 0, SIZE); Dave -- http://www.codemonkey.org.uk - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: Simple script that locks up my box with recent kernels
- From: Linus Torvalds <[email protected]>
- Re: Simple script that locks up my box with recent kernels
- References:
- Re: Simple script that locks up my box with recent kernels
- From: Linus Torvalds <[email protected]>
- Re: Simple script that locks up my box with recent kernels
- From: "Jesper Juhl" <[email protected]>
- Re: Simple script that locks up my box with recent kernels
- From: Linus Torvalds <[email protected]>
- Re: Simple script that locks up my box with recent kernels
- From: "Jesper Juhl" <[email protected]>
- Re: Simple script that locks up my box with recent kernels
- From: "Jesper Juhl" <[email protected]>
- Re: Simple script that locks up my box with recent kernels
- From: Linus Torvalds <[email protected]>
- Re: Simple script that locks up my box with recent kernels
- From: "Jesper Juhl" <[email protected]>
- Re: Simple script that locks up my box with recent kernels
- From: "Jesper Juhl" <[email protected]>
- Re: Simple script that locks up my box with recent kernels
- From: "Jesper Juhl" <[email protected]>
- Re: Simple script that locks up my box with recent kernels
- From: Linus Torvalds <[email protected]>
- Re: Simple script that locks up my box with recent kernels
- Prev by Date: 2.6.19-rc5-mm2: suspend related BLOCK=n compile error
- Next by Date: Re: [patch/rfc 2.6.19-rc5] arch-neutral GPIO calls
- Previous by thread: Re: Simple script that locks up my box with recent kernels
- Next by thread: Re: Simple script that locks up my box with recent kernels
- Index(es):