Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67736 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58601 invoked from network); 19 Jun 2013 17:54:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jun 2013 17:54:37 -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.220.181 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.220.181 mail-vc0-f181.google.com Received: from [209.85.220.181] ([209.85.220.181:33728] helo=mail-vc0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 81/00-58445-C50F1C15 for ; Wed, 19 Jun 2013 13:54:36 -0400 Received: by mail-vc0-f181.google.com with SMTP id lf11so3988533vcb.40 for ; Wed, 19 Jun 2013 10:54:33 -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=P7OpPaXlwIaVVxQbc4Zwt7KK3gGOYSdhZpzHqkKMDkk=; b=HKfZVb7f/vngHyHf3ihHl2KZqRN5aYYFAiPvLs0BhqBSNE+FsQh7EZTPYrnc2C/Vxo Efw5fuBbMRg3Mqqi5kCDacFsylDSSEAPAKZ0crI0ep7683tAaHilSGcnUTu74sHdKbHJ D5042h8/idYaGubz8Dj9ymUsc/WQcyTKUlOI7HghB14qXKQgcMoIfU77a+cqHWkEfbpH W2Ggg3hPKlRLxmqofku+2kirbg5VuRnGwekwSWXMGg8tSE1X8O50Alp1bvDQDOjReerl QSsyqNxHe4aooQt/GNaTrPXrBhgsEB6ePDadRbHFCV0f5iCi0t5+pdpzse7AUQ+F8t8+ fQdA== X-Received: by 10.220.142.210 with SMTP id r18mr988136vcu.5.1371664473313; Wed, 19 Jun 2013 10:54:33 -0700 (PDT) Received: from [192.168.200.148] (c-50-131-44-225.hsd1.ca.comcast.net. [50.131.44.225]) by mx.google.com with ESMTPSA id s7sm6755299vdi.0.2013.06.19.10.54.31 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 19 Jun 2013 10:54:32 -0700 (PDT) Message-ID: <51C1F056.1070907@lerdorf.com> Date: Wed, 19 Jun 2013 10:54:30 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 MIME-Version: 1.0 To: "internals@lists.php.net" CC: Anthony Ferrara References: In-Reply-To: X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQlkL8y8JgXlokcO3Pl8QozyroXfTLrI3mBVvcMZOdQrutU5mdF0/QzM82JDrfPz6QoMC1Xl Subject: Re: [PHP-DEV] Disabling the GC during shutdown From: rasmus@lerdorf.com (Rasmus Lerdorf) On 06/19/2013 10:46 AM, Anthony Ferrara wrote: > 3. Can anyone think of a reason we'd want the GC enabled during the request > shutdown? I can't think of any... I don't see any reason to to GC once we start the request shutdown dance either and this is a segfault I am seeing a couple of times per day on extremely busy production servers (5 or 6 out of hundreds of millions of requests) -Rasmus