[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Make check failing on Solaris

From: Marcus Comstedt <marcus_at_mc.pp.se>
Date: 2002-08-21 14:09:24 CEST

"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:10:09 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.