Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88970 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97543 invoked from network); 28 Oct 2015 17:13:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Oct 2015 17:13:43 -0000 Authentication-Results: pb1.pair.com header.from=neclimdul@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=neclimdul@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.173 as permitted sender) X-PHP-List-Original-Sender: neclimdul@gmail.com X-Host-Fingerprint: 209.85.223.173 mail-io0-f173.google.com Received: from [209.85.223.173] ([209.85.223.173:35262] helo=mail-io0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6C/34-63642-34201365 for ; Wed, 28 Oct 2015 12:13:40 -0500 Received: by iofz202 with SMTP id z202so17786195iof.2 for ; Wed, 28 Oct 2015 10:13:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=cM8Rt0Y6r37fz7tEJL3WVP36IPAuQ7RyvYO0nr2/29A=; b=Mb06eIkLbLZoA4l9GtE5+edvxy6k7xRihRcnDmbme83ZFHtx6qcl/MCC5+qWT871Dl aBD7YkwEarl4KlembxRuEzPrEcK9Uhwj0F8i+n4ElX3GS0y05/6IDC/vwO6FwZPeVRRX YJ408maWYl/NeLNYJPASPg3eD4kS6hkofL1XGL25ZHH09Z8Yb+io9RnIDIjv0o9xgxAN Ux9NbSzE8NtPKXWm3r2Y9smgckZvbL3h6b34yTqZHkHofJnK3iES3o38dNM+7ZaEtOtU H+6aFKeMnLcmWZL/M29mLlJUQhs7dloe1aLMDiVTKoAVhhiQQV3iwBiRyJYcw14HVcgb FS9A== X-Received: by 10.107.152.211 with SMTP id a202mr47712904ioe.179.1446052416613; Wed, 28 Oct 2015 10:13:36 -0700 (PDT) MIME-Version: 1.0 Date: Wed, 28 Oct 2015 17:13:27 +0000 Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a1140f5389e74c805232d5076 Subject: Debugings another Drupal PHP 7 failure From: neclimdul@gmail.com (James Gilliland) --001a1140f5389e74c805232d5076 Content-Type: text/plain; charset=UTF-8 So in an effort to fully support PHP 7 out of the box with the eminent release of Drupal 8, we're trying to track down some segmentation faults in our testing infrastructure. One that seems to be causing a lot of failures is listed here. https://bugs.php.net/bug.php?id=70805 Does anyone have any pointers on what might cause a problem with the code? Alternatively as commented on the issue, I'm happy to setup access for someone to valgrind the problem as well if someone wants to help us out. --001a1140f5389e74c805232d5076--