At 10:53 5-4-2004, Jonas Maebe wrote:
On 5 apr 2004, at 10:41, Marco van de Voort wrote:
Getdir is indeed a function that would provoke the ../ ./ alternate
searching behaviour in strace that Jonas described, if something was wrong
with readdir.
Here's part of the strace of the compiler. It mainl
On 5 apr 2004, at 10:41, Marco van de Voort wrote:
Getdir is indeed a function that would provoke the ../ ./ alternate
searching behaviour in strace that Jonas described, if something was
wrong
with readdir.
Here's part of the strace of the compiler. It mainly occurs on nfs
mounts:
stat("fpc.cf
> > I think this is a critical bug. I've also got lots of troubles with the
> > Linux compiler lately: it often gets in an endless loop. When I strace
> > it, you can see it keeps fstat'ing "." and ".." in succession, without
> > ever going to the next item. So it's probably related to this bug.
> I think this is a critical bug. I've also got lots of troubles with the
> Linux compiler lately: it often gets in an endless loop. When I strace
> it, you can see it keeps fstat'ing "." and ".." in succession, without
> ever going to the next item. So it's probably related to this bug.
That's
On 5 apr 2004, at 08:29, Florian Klaempfl wrote:
I think this is a critical bug. I've also got lots of troubles with
the
Linux compiler lately: it often gets in an endless loop. When I
strace
it, you can see it keeps fstat'ing "." and ".." in succession,
without
ever going to the next item. So