Re: [fpc-devel]Re: fpc-devel digest, Vol 1 #1736 - 4 msgs

2004-04-05 Thread Marc Weustink
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

Re: [fpc-devel]Re: fpc-devel digest, Vol 1 #1736 - 4 msgs

2004-04-05 Thread Jonas Maebe
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

Re: [fpc-devel]Re: fpc-devel digest, Vol 1 #1736 - 4 msgs

2004-04-05 Thread Marco van de Voort
> > 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.

[fpc-devel]Re: fpc-devel digest, Vol 1 #1736 - 4 msgs

2004-04-05 Thread Joost van der Sluis
> 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

Re: [fpc-devel]Linux readdir syscall is superseded by getdents

2004-04-05 Thread Jonas Maebe
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