Subject: Re: Random segfaults
To: Rui Paulo <rpaulo@NetBSD.org>
From: Martin Husemann <martin@duskware.de>
List: port-sparc
Date: 07/06/2005 15:43:17
On Wed, Jul 06, 2005 at 12:07:29PM +0000, Rui Paulo wrote:
> Ok! 2.0C runs fine. I'm guess this is a statvfs related problem then.
> It can explain the crashes on binaries trying to start (every binary
> does several __fstat13() calls while initing)

Uhmm, this does not make any sense. fstat() and statfs()/statvfs() are not
related besides alphabetically.

I guess you have to do a binary search then to find the commit that broke
it.

Martin