Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64365 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11818 invoked from network); 19 Dec 2012 20:30:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Dec 2012 20:30:13 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.216.46 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.216.46 mail-qa0-f46.google.com Received: from [209.85.216.46] ([209.85.216.46:33340] helo=mail-qa0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 82/C5-04341-4D322D05 for ; Wed, 19 Dec 2012 15:30:13 -0500 Received: by mail-qa0-f46.google.com with SMTP id r4so4648017qaq.5 for ; Wed, 19 Dec 2012 12:30:09 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding:x-gm-message-state; bh=1miXn8f457pxLeVP3XdyQ7+lsoUNLmkbJbF7FUa0tQQ=; b=R1hLjAJ7uB5cOoO/0KEScH4FbX5RYId8IVF2/XWRmXS4mGUfRMyxcKJ4UVrXDN0B96 tqBKrONyRuPWHz8msW3h8LNPVEvqRHKPlKFm4HsFmWbHlqPyQdMpML0NK3JFM5PGSDre 9f1u+tPa18HqJ9Yit8WjWRYiXYn7nfpM0bcArEleZaNqV9FaQ4G+FBKg2U+qsSbOGGpg EhfpBPW1sg1AE4toWnSNK2a7Vy/NjyxJBr/vUf3Wra99aIxlxHfPGZNX7aXnUlQWVbDH tiK+BvbKk/Xv8EH2Dk9trklDh1X5OI0s+kcwVtp4ie322f40J/u4sRZXkPjLAmT0LKtg 9TSQ== X-Received: by 10.49.118.138 with SMTP id km10mr3986427qeb.18.1355949009369; Wed, 19 Dec 2012 12:30:09 -0800 (PST) Received: from [10.252.1.93] ([64.124.192.210]) by mx.google.com with ESMTPS id z5sm1190459qer.8.2012.12.19.12.30.07 (version=SSLv3 cipher=OTHER); Wed, 19 Dec 2012 12:30:08 -0800 (PST) Message-ID: <50D223CE.4050104@lerdorf.com> Date: Wed, 19 Dec 2012 15:30:06 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Stas Malyshev CC: Jani Ollikainen , "internals@lists.php.net" References: <50D1D9B9.4060505@mmd.net> <50D22321.5040808@sugarcrm.com> In-Reply-To: <50D22321.5040808@sugarcrm.com> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQn2XixO6XZnfJj9ykTub7sWSG9EE6D1M6s5QxZc5ebuvKvBYbTDmwg3n5PYy1Wm4pUffGZ2 Subject: Re: [PHP-DEV] Crashes in lex_scan at Zend/zend_language_scanner.c / BUG #52752 From: rasmus@lerdorf.com (Rasmus Lerdorf) On 12/19/2012 03:27 PM, Stas Malyshev wrote: > Hi! > >> I did come up with a problem in my server crashing with SIGBUS. >> After long testing/tracing found: >> >> https://bugs.php.net/bug.php?id=52752 > > Just tried to reproduce it on Centos 6.2 install (without APC), works > just fine for me. I suspect it's some APC issue, does it reproduce for > you without APC loaded? It doesn't seem APC-related since it is happening on the first pass. It is unusual for a non-cached script to cause problems in APC, but it is of course still possible. A test without APC would be helpful to narrow it down. -Rasmus