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

Re: Spuriously failing hook scripts

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-09-14 20:00:16 CEST

On 9/14/06, berni <bernhard_heibler@gmx.de> wrote:
> Ok garret you are right. So we have to install our own signal handler.
> In that handler we check the exit code of our hook. If we get a
> SIGCHILD from another child process we call the original signal
> handler.

The difficulty with that is getting the fact that there's no good way
to get data into a signal handler other than global variables, which
have their own set of thread safety issues...

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 14 20:00:31 2006

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.