[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: David Glasser <glasser_at_davidglasser.net>
Date: 2007-09-30 22:12:16 CEST

On 9/30/07, Mark Phippard <markphip@gmail.com> wrote:
> 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.

Interesting. I am using MacPorts for Python, but I am building
APR/APU from trunk. Perhaps this is an APR/APU bug.

--dave

-- 
David Glasser | glasser_at_davidglasser.net | http://www.davidglasser.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Sep 30 22:12:28 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.