solaris access (was: Re: apr_dir_read failing on sparc-sun-solaris2.6)

2001-07-11 Thread Dale Ghent
On Tue, 10 Jul 2001, Cliff Woolley wrote: | I have access to several Solaris 2.6 boxes and will until they're upgraded | (which may or may not be anytime soon... they've been saying it'll be | "soon" for months and months, so I'm guessing they will continue to do | so). I'll try to figure this ou

Re: apr_dir_read failing on sparc-sun-solaris2.6

2001-07-10 Thread Cliff Woolley
On Wed, 11 Jul 2001, Branko [ISO-8859-2] Èibej wrote: > Unfortunately, the Solaris 2.6 machine I have access to is going away > this week, and when it comes bach, it'll be Solaris 8. So I'll have to > stop working on this, and am hereby dropping it into somebody else's lap. I have access to sever

apr_dir_read failing on sparc-sun-solaris2.6

2001-07-10 Thread Branko Čibej
Lately I've been trying to find out why Subversion is failing on Solaris 2.6 with an EINVAL error from APR. I tracked it down to a possible bug in Solaris' readdir_r implementation. The following program, which does more or less the same thing as APR, illustrates the problem: -