[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: Philip Martin <philip_at_codematters.co.uk>
Date: 2006-09-15 00:11:45 CEST

"berni" <bernhard_heibler@gmx.de> writes:

> + oldSigFunc = apr_signal(SIGCHLD, SIG_DFL);
> +
> err = svn_io_start_cmd (&cmd_proc, ".", cmd, args, FALSE,
> stdin_handle, null_handle, write_errhandle, pool);

I don't think your patch has any effect since APR sets SIGCHLD to
SIG_DFL inside apr_proc_create.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Sep 15 00:12:02 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.