Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61084 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89108 invoked from network); 3 Jul 2012 14:20:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jul 2012 14:20:54 -0000 Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.160.42 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.160.42 mail-pb0-f42.google.com Received: from [209.85.160.42] ([209.85.160.42:33213] helo=mail-pb0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DB/28-42839-5CFF2FF4 for ; Tue, 03 Jul 2012 10:20:54 -0400 Received: by pbbrp12 with SMTP id rp12so10262097pbb.29 for ; Tue, 03 Jul 2012 07:20:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=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=urpQvmVERl3QMhG+BxslDWALvPMRxyW/EkKSo70Kz3E=; b=aG/7Z+4zTiB42uQGHJ69C+OPB9uuIAmpwYspIupvuOb3Vy+0zOsZD2B9UwKjtlc9xB dmrb/j6i04Z5mscYn5MnThikDFuMnvsfNMC1VbwK4lKukICYtGkBQySWf9ZXKsN7CKYD LoBwNdHZ4p/wjDnNnzz1I5XTRJzYaOFLmpIUG1U+8GN1TBEQRUiOGHoMRkvz7XGzFhy6 XMc4NxVfWQdZJjEAM/5GJYbZ5lCSqm506JIwjqvw2VjGktpozXbrY3DEvQcCByM2AmHg a8RUnoIh5z3EzdA19Ugd2fxel0XeWgcWLDleXLFNUu4V9ctURHtwfW3hlEQhBXuT0BOT KWdQ== Received: by 10.68.226.131 with SMTP id rs3mr7448283pbc.62.1341325250361; Tue, 03 Jul 2012 07:20:50 -0700 (PDT) Received: from [192.168.200.5] (c-50-131-44-225.hsd1.ca.comcast.net. [50.131.44.225]) by mx.google.com with ESMTPS id he9sm15653722pbc.68.2012.07.03.07.20.48 (version=SSLv3 cipher=OTHER); Tue, 03 Jul 2012 07:20:49 -0700 (PDT) Message-ID: <4FF2FFBF.8050301@lerdorf.com> Date: Tue, 03 Jul 2012 07:20:47 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1 MIME-Version: 1.0 To: Tom Boutell CC: PHP Internals References: In-Reply-To: X-Enigmail-Version: 1.4.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQkXSHqe5fHO2Ol/46lOTL3GFEeBk8PCB2SUbcmwa/ouG0IC6PYfy0XktyIc9iqO1NVrOXu3 Subject: Re: [PHP-DEV] Is the fix for #61238 in PHP 5.4.4 & pecl yet? From: rasmus@lerdorf.com (Rasmus Lerdorf) On 07/03/2012 07:13 AM, Tom Boutell wrote: > This one: > > *** glibc detected *** /usr/local/bin/php-cgi: double free or > corruption (out): 0x00007f9d6ce2c080 *** > ======= Backtrace: ========= > /lib/libc.so.6(+0x77806)[0x7f9d679be806] > /lib/libc.so.6(cfree+0x73)[0x7f9d679c50d3] > /usr/local/bin/php-cgi(destroy_zend_class+0x23d)[0x749f5d] > /usr/local/bin/php-cgi(zend_hash_clean+0x73)[0x75f393] > /usr/local/lib/php/extensions/no-debug-non-zts-20100525/apc.so(apc_interned_strings_shutdown+0x20)[0x7f9d65d1e460] > > Is pretty nasty and we're getting it on lots of servers. #61238 says > it's a known and fixed issue, but we still have it with a fresh build > of PHP 5.4.4 and apc installed immediately thereafter via pecl. > > Is this fix actually released yet? Like I said in the bug report, install APC from SVN. We have a few more things to fix before we are ready for an APC release. Unfortunately there are a lot fewer people working on APC than other parts of PHP. It is extremely difficult and not very sexy work. And with that enticing description, if anyone reading this would like to pitch in and help fix the remaining small PHP 5.4 edge cases in APC, it would be much appreciated. -Rasmus