Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:53922 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54430 invoked from network); 12 Jul 2011 23:07:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Jul 2011 23:07:34 -0000 Authentication-Results: pb1.pair.com header.from=jerome@loyet.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=jerome@loyet.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain loyet.net from 209.85.210.170 cause and error) X-PHP-List-Original-Sender: jerome@loyet.net X-Host-Fingerprint: 209.85.210.170 mail-iy0-f170.google.com Received: from [209.85.210.170] ([209.85.210.170:33716] helo=mail-iy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F7/70-46608-4B3DC1E4 for ; Tue, 12 Jul 2011 19:07:34 -0400 Received: by iym1 with SMTP id 1so5644201iym.29 for ; Tue, 12 Jul 2011 16:07:30 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.60.132 with SMTP id p4mr387757ibh.121.1310512049733; Tue, 12 Jul 2011 16:07:29 -0700 (PDT) Received: by 10.231.182.79 with HTTP; Tue, 12 Jul 2011 16:07:29 -0700 (PDT) Date: Wed, 13 Jul 2011 01:07:29 +0200 Message-ID: To: php-dev Content-Type: text/plain; charset=ISO-8859-1 Subject: SIGSEGV in zend_assign_to_variable From: jerome@loyet.net (=?ISO-8859-1?B?Suly9G1lIExveWV0?=) Hi guys, there is an open bug (https://bugs.php.net/bug.php?id=54488) which seems only to be triggered when using FPM: a segfault in zend_assign_to_variable. My knowledge of Zend internal stuff is limited and I really don't know how this can be related to FPM. If someone have time to look at it would be great. thx ++ Jerome