On Thu, Jun 09, 2011 at 09:01:09PM +0200, Bert Huijben wrote:
>
>
> > -----Original Message-----
> > From: stsp_at_apache.org [mailto:stsp_at_apache.org]
> > Sent: donderdag 9 juni 2011 20:40
> > To: commits_at_subversion.apache.org
> > Subject: svn commit: r1134032 -
> > /subversion/trunk/subversion/svnserve/main.c
> >
> > Author: stsp
> > Date: Thu Jun 9 18:39:43 2011
> > New Revision: 1134032
> >
> > URL: http://svn.apache.org/viewvc?rev=1134032&view=rev
> > Log:
> > Fix issue #3664, "SASL support in inetd mode caused SIGSEGV during
> > shutdown".
> >
> > Make sure svnserve pool cleanup handlers that call sasl_dispose()
> > and sasl_done() are run in the right order.
> >
> > Patch by: Alec Kloss <alec.kloss at oracle.com>
>
> Does this need a backport to 1.6.x?
>
> Or is this a new issue?
>
> Bert
This is fairly old. A backport would be easy.
As far as I can tell the process crashes on exit, i.e. there is
no harm done to the repository or anything dangerous like that.
Inetd will run svnserve again when the next client connects.
It doesn't sound as if this was seriously harming operation.
Though a clean exit is of course the proper thing to do...
Received on 2011-06-09 21:12:09 CEST