Re: plperl sigfpe reset can crash the server - Mailing list pgsql-hackers

From Alex Hunsaker
Subject Re: plperl sigfpe reset can crash the server
Date
Msg-id CAFaPBrRjWPbZXqQwRyQk+DuvE-K5FFL0Oj_4M4ktgbMDXUO-rw@mail.gmail.com
Whole thread Raw
In response to Re: plperl sigfpe reset can crash the server  (Andres Freund <andres@2ndquadrant.com>)
Responses Re: plperl sigfpe reset can crash the server
List pgsql-hackers
On Fri, Aug 24, 2012 at 4:10 PM, Andres Freund <andres@2ndquadrant.com> wrote:

> We probably should workaround that bug anyway given that its a pretty trivial
> DOS using only a trusted language and it will take quite some time to push out
> newer perl versions even if that bug gets fixed.
>
> Doing a pqsignal(SIGFPE, FloatExceptionHandler) after PERL_SYS_INIT3 seems to
> work. Is that acceptable?

Makes sense to me. (I have not looked to see if there is some perl
knob we can flip for this)



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: plperl sigfpe reset can crash the server
Next
From: Andres Freund
Date:
Subject: Re: plperl sigfpe reset can crash the server