Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89987 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1243 invoked from network); 4 Jan 2016 11:52:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Jan 2016 11:52:26 -0000 Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; 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:34027] helo=xdebug.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F0/03-01776-8FC5A865 for ; Mon, 04 Jan 2016 06:52:25 -0500 Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id 6730F10D6E4; Mon, 4 Jan 2016 11:52:21 +0000 (GMT) Date: Mon, 4 Jan 2016 11:52:21 +0000 (GMT) X-X-Sender: derick@whisky.home.derickrethans.nl To: Grzegorz Zdanowski cc: internals@lists.php.net 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-2017561852-1451908341=:4541" Subject: Re: [PHP-DEV] Simple project started segfaulting on 7.1-dev - where to report that? From: derick@php.net (Derick Rethans) --8323329-2017561852-1451908341=:4541 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE On Fri, 1 Jan 2016, Grzegorz Zdanowski wrote: > Couple minutes ago I came across segfault in nightly builds of PHP.=20 > Normally I will report it at bugs.php.net but environment is little=20 > complicated here. >=20 > - Segfault is only present on TravisCI -> so maybe bug should be=20 > reported to Travis-CI? Travis is ZTS - so that might be a difference there. > - XDebug is loaded -> it may be a reason of segfault, since it=E2=80=99s = also=20 > a nightly build > - Segfault is produced by some unknown (to me) PhpUnit code -> author=20 > of PhpUnit may be helpful here > - It originates from PHP core -> maybe bugs.php.net will be the best=20 > place? ;) Make a back trace of the crash, and we will see :-) > I always try to debug everything as much as possible before reporting,=20 > but in this case I=E2=80=99m little puzzled what to do next. Travis-CI bu= ild=20 > which segfaults can be found here:=20 > https://travis-ci.org/kiler129/CherryHttp/jobs/99736122 cheers, Derick --8323329-2017561852-1451908341=:4541--