Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89988 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2547 invoked from network); 4 Jan 2016 11:53:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Jan 2016 11:53:12 -0000 Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.113.146.227 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.113.146.227 xdebug.org Linux 2.6 Received: from [82.113.146.227] ([82.113.146.227:46186] helo=xdebug.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7A/43-01776-82D5A865 for ; Mon, 04 Jan 2016 06:53:12 -0500 Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id 59CA810D6E7; Mon, 4 Jan 2016 11:53:09 +0000 (GMT) Date: Mon, 4 Jan 2016 11:53:08 +0000 (GMT) X-X-Sender: derick@whisky.home.derickrethans.nl To: Julien Pauli cc: Grzegorz Zdanowski , PHP Internals In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: multipart/mixed; BOUNDARY="8323329-915137083-1451908389=:4541" Subject: Re: [PHP-DEV] Simple project started segfaulting on 7.1-dev - where to report that? From: derick@php.net (Derick Rethans) --8323329-915137083-1451908389=:4541 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE On Mon, 4 Jan 2016, Julien Pauli wrote: > On Fri, Jan 1, 2016 at 8:13 PM, Grzegorz Zdanowski > wrote: > > Hi! > > > > Couple minutes ago I came across segfault in nightly builds of PHP. Nor= mally I will report it at bugs.php.net but environment is little complicate= d here. > > > > - Segfault is only present on TravisCI -> so maybe bug should be report= ed to Travis-CI? > > - XDebug is loaded -> it may be a reason of segfault, since it=E2=80=99= s also a nightly build > > - Segfault is produced by some unknown (to me) PhpUnit code -> author o= f PhpUnit may be helpful here > > - It originates from PHP core -> maybe bugs.php.net will be the best pl= ace? ;) > > > > I always try to debug everything as much as possible before reporting, = but in this case I=E2=80=99m little puzzled what to do next. > > Travis-CI build which segfaults can be found here: https://travis-ci.or= g/kiler129/CherryHttp/jobs/99736122 >=20 > php.net will not take the bug if Xdebug is activated. >=20 > Try to reproduce without XDebug and with just Core activated, then it > may be PHP related. That's not necessarily true. A crash with Xdebug has exposed PHP bugs=20 before, even though it wouldn't crash without Xdebug loaded. cheers, Derick --8323329-915137083-1451908389=:4541--