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

Re: test suite hangs on my mac

From: Mark Phippard <markphip_at_gmail.com>
Date: 2007-09-30 21:46:31 CEST

On 9/30/07, David Glasser <glasser@davidglasser.net> wrote:
> Well, this is strange. I've been setting up a new MacBook Pro to do
> Subversion development, and any test that runs a hook seems to hang.
> This is with trunk, but backing ff to older versions does the same.
> Specifically, try prop_tests 12 (revprop changing). It looks like it
> is hanging during the svn_stringbuf_from_aprfile in check_hook_result
> in libsvn_repos/hooks.c, after reading the entire stderr. Even
> explicitly adding
>
> os.close(sys.stdin.fileno())
> os.close(sys.stdout.fileno())
> os.close(sys.stderr.fileno())
>
> to the hook script doesn't seem the make that read finish.
>
> Has anyone seen this before? I can't reproduce it on my Linux box.

I just ran the JavaHL and ra_local tests this AM with trunk on OSX
without problem. I have had a lot better build results since I
switched to MacPorts for all of the dependencies.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Sep 30 21:46:40 2007

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.