Nope, same problems with ulimit -n 1024 .
-----Original Message-----
From: Marcus Comstedt [mailto:marcus@mc.pp.se]
Sent: Wednesday, August 21, 2002 8:09 AM
To: Sadinoff, Daniel
Cc: dev@subversion.tigris.org
Subject: Re: Make check failing on Solaris
"Sadinoff, Daniel" <daniel.sadinoff@gs.com> writes:
> There seems to be some sort of apr badness in my build.
>
> I'm getting the following error in make check. It looks like
> apr_dir_read() is returning 22 (EINVAL) when it should return 2
> (ENOENT).
>
> ../svn/subversion/libsvn_subr/io.c:1101: (apr_err=22, src_err=0)
> svn: Invalid argument
> svn: svn_io_remove_dir: removing `test-repo-test-strings'
> FAIL: strings-reps-test 6: Write a null string.
>
> Has anyone seen this? I searched for EINVAL in the bug db. I'm using
> solaris 2.6
See if increasing the file descriptor limit helps. It has already been
observed that the default soft limit of 64 descriptors on Solaris 2.6 can be
exceeded by svn sometimes. Newer Solaris versions use a default soft limit
of 256 descriptors.
// Marcus
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Aug 21 14:27:05 2002