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

test suite hangs on my mac

From: David Glasser <glasser_at_davidglasser.net>
Date: 2007-09-30 21:01:38 CEST

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.

--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 21:01:48 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.