Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55783 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10837 invoked from network); 12 Oct 2011 14:50:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Oct 2011 14:50:13 -0000 Authentication-Results: pb1.pair.com smtp.mail=ilia@prohost.org; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ilia@prohost.org; sender-id=pass Received-SPF: pass (pb1.pair.com: domain prohost.org designates 209.85.215.170 as permitted sender) X-PHP-List-Original-Sender: ilia@prohost.org X-Host-Fingerprint: 209.85.215.170 mail-ey0-f170.google.com Received: from [209.85.215.170] ([209.85.215.170:48562] helo=mail-ey0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A3/31-02550-229A59E4 for ; Wed, 12 Oct 2011 10:50:11 -0400 Received: by eyg7 with SMTP id 7so816946eyg.29 for ; Wed, 12 Oct 2011 07:50:08 -0700 (PDT) MIME-Version: 1.0 Received: by 10.14.18.26 with SMTP id k26mr1004130eek.5.1318431007880; Wed, 12 Oct 2011 07:50:07 -0700 (PDT) Received: by 10.14.127.136 with HTTP; Wed, 12 Oct 2011 07:50:07 -0700 (PDT) In-Reply-To: References: Date: Wed, 12 Oct 2011 10:50:07 -0400 Message-ID: To: Laruence Cc: PHP Internals Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] #60038 SIGALRM cause segfault in php_error_cb From: ilia@prohost.org (Ilia Alshanetsky) Seems like a fine solution, performance loss would occur only when error happens... On Tue, Oct 11, 2011 at 5:30 AM, Laruence wrote: > Hi: > =A0 =A0I filed a bug about SIGALRM(or SIGPROF) has chance to cause > segfault in php_error_cb. https://bugs.php.net/bug.php?id=3D60038 > > =A0 =A0do you think this is worth fixing (in 5.4 trunk)? (as zend_signal > was introduced, and this fix will cost litte perf). > > thanks > > -- > Laruence =A0Xinchen Hui > http://www.laruence.com/ > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >