Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88972 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3198 invoked from network); 28 Oct 2015 18:08:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Oct 2015 18:08:50 -0000 Authentication-Results: pb1.pair.com smtp.mail=neclimdul@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=neclimdul@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.171 as permitted sender) X-PHP-List-Original-Sender: neclimdul@gmail.com X-Host-Fingerprint: 209.85.213.171 mail-ig0-f171.google.com Received: from [209.85.213.171] ([209.85.213.171:37321] helo=mail-ig0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D5/25-63642-13F01365 for ; Wed, 28 Oct 2015 13:08:49 -0500 Received: by igbhv6 with SMTP id hv6so13302785igb.0 for ; Wed, 28 Oct 2015 11:08:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :content-type; bh=QQ7vocM542Py5OeZairnUX5YnyjxUB5bdILmpLUEwpA=; b=hrXl2N+rNX7Ct/O4XokwcREeC+G7OA8mdkLR3ufnE9cuccfAdCpWvok/XvYqtDrtKQ awT+tU4zHSDI9DjBibniTr7gYGBXU84yQlymYKyFqY5loH9czjPnHjTxt2IsRaalSHOc ZTWwBxRKcSUEO/c04XwLU9Pz7FOkQ11rrbhTmjTQ98HYOEZF4aIkRt4kNm7G5QSGz3uH E0PJ/sFnc9UhihX//tTPGRv0Ll1L6W47R27UpFjM+CNH7Pff0Ly2WpfPuJESmmCZjoLL rqucUeOzW8h8JfuqSrXGZRYuOy9LISXyjHCi4izxEXQ8xMAMliKWoVBtZyPwqECGkWVs Z5xQ== X-Received: by 10.50.20.233 with SMTP id q9mr4530818ige.33.1446055726442; Wed, 28 Oct 2015 11:08:46 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Wed, 28 Oct 2015 18:08:36 +0000 Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=047d7bd6bb5ae6741a05232e151a Subject: Re: Debugings another Drupal PHP 7 failure From: neclimdul@gmail.com (James Gilliland) --047d7bd6bb5ae6741a05232e151a Content-Type: text/plain; charset=UTF-8 wrapping the service container code that is triggering this bug with gc_disable() and gc_enable() or calling gc_collect_cycles() before its run seems to "fix" the segfault which seems to suggests a garbage collection problem. On Wed, Oct 28, 2015 at 12:13 PM James Gilliland wrote: > 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. > > --047d7bd6bb5ae6741a05232e151a--