From: Paul M. <le...@li...> - 2007-10-17 04:49:29
|
On Tue, Oct 16, 2007 at 01:52:31PM +0200, Manuel Lauss wrote: > With 2.6.23 my board(s) are again experiencing random segfaults and > pipe failures (compilejobs randomly abort with bash segfaulting > and/or gcc/make stop with "too many commandline options" errors, ...) > I tracked it to these two commits; reverting both stabilizes the system > again: > What CPUs are you running on, and what sort of cache configuration are you using? Presumably write-through caching also works fine? I don't experience any breakage on a 4-way d-cache, but there have been problem reports on other CPUs with 2-way. Specifically it seems to be a cache colouring problem, bumping up the page size also corrects the issue. I'll see about reproducing and debugging it on a 2-way dcache.. |