[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080825131620.1d6aa87f@lxorguk.ukuu.org.uk>
Date: Mon, 25 Aug 2008 13:16:20 +0100
From: Alan Cox <alan@...rguk.ukuu.org.uk>
To: Sitsofe Wheeler <sitsofe@...oo.com>
Cc: linux-kernel@...r.kernel.org, kernel-testers@...r.kernel.org
Subject: Re: Reproducible rRootage segfault with 2.6.25 and above
(regression?)
> The issue is fiddly but reproducible. All help in pinpointing the
> problem source is appreciated.
For the kernel bisect if you get stuck at a point it fails remember that
point and then lie either yes/no to it working and carry on. If need be
you can go back the other way.
Another completely off the wall guess would be that your client code is
causing gcc to generate something where it is using data which has ended
up below the stack pointer and the timings have changed. Either through
gcc bug or passing around the address of an object that is out of
context. At that point a signal will rewrite the data in fun ways
producing results like you describe.
Alan
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists