Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:87090 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62452 invoked from network); 9 Jul 2015 16:11:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Jul 2015 16:11:00 -0000 Authentication-Results: pb1.pair.com smtp.mail=patrick.allaert@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=patrickallaert@php.net; sender-id=unknown Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.175 as permitted sender) X-PHP-List-Original-Sender: patrick.allaert@gmail.com X-Host-Fingerprint: 209.85.217.175 mail-lb0-f175.google.com Received: from [209.85.217.175] ([209.85.217.175:34679] helo=mail-lb0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8F/D2-22102-21D9E955 for ; Thu, 09 Jul 2015 12:10:59 -0400 Received: by lbnk3 with SMTP id k3so77951436lbn.1 for ; Thu, 09 Jul 2015 09:10:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-type; bh=gGAJqLGizdgo+hbxvIcvCXIZ0c3zUtCr318OrXdBzoo=; b=ZPD8uZDtIPB7ligUNMtNhgZvrLc1MoN2zLtIRzWbBi1Of2aZv9MHpxlUarUkk4gfC9 d30aGuUVpcFFqBCgZ21qBwcSnaHeyloB2bURBPOk/hTunNRwBqgchuRn23GWVoyYKNeF hdf1PrRCY8QAjzjAcTpX9e38lv2RdICbAnAjP5vaDLt5X3ODEPrgAEnjmwQTaDuuYZgE 5W2c7e/kLZ3z0dTHwRx9qbD0d4ed4D9s03bZPD0FZN1V1epiuLUPwXgBv/HfW4F981pi FUfdTIhjKEUMLB7ZOMpwP/DPuXrfGBLZ1Tj0YIjqcTFvRY1TsQnlf3rFAV4vNpYqDr91 Q2sA== X-Received: by 10.112.168.102 with SMTP id zv6mr15710422lbb.45.1436458255733; Thu, 09 Jul 2015 09:10:55 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Thu, 09 Jul 2015 16:10:45 +0000 Message-ID: To: Kalle Sommer Nielsen Cc: PHP Development , Olivier Garcia Content-Type: multipart/alternative; boundary=001a11c33d32116017051a73802b Subject: Re: [PHP-DEV] Very strange error message From: patrickallaert@php.net (Patrick ALLAERT) --001a11c33d32116017051a73802b Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Kalle, Le jeu. 9 juil. 2015 =C3=A0 17:30, Kalle Sommer Nielsen a = =C3=A9crit : > Hi Patrick > > > Any clue of what happened? PHP bug, APC one? Memory corruption? Bad kar= ma > > or planets wrongly aligned? > > At first it sounds like an APC issue, is it reproducible without? APC > never fully supported 5.4 and onwards besides a few changes here and > there, so it could also be a coverage issue. > APC bug was my initial conclusion. Unfortunately, the system exists in production for 2/3 years now without big changes since then. That is just the first time we encountered that issue. We rebooted the Apache and cleaned the files generated by Stash (caching library). The (symptoms of the) error disappeared but we can't guarantee it doesn't come back in some days or years. It is certainly not easily reproducible. One thing is sure is that the error message is completely bogus. APC 3.1.13 is the version used. Cheers, Patrick --001a11c33d32116017051a73802b--