Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89950 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69742 invoked from network); 1 Jan 2016 19:14:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Jan 2016 19:14:00 -0000 Authentication-Results: pb1.pair.com header.from=grzegorz129@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=grzegorz129@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.44 as permitted sender) X-PHP-List-Original-Sender: grzegorz129@gmail.com X-Host-Fingerprint: 209.85.215.44 mail-lf0-f44.google.com Received: from [209.85.215.44] ([209.85.215.44:33204] helo=mail-lf0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D1/03-51216-7FFC6865 for ; Fri, 01 Jan 2016 14:13:59 -0500 Received: by mail-lf0-f44.google.com with SMTP id p203so252797076lfa.0 for ; Fri, 01 Jan 2016 11:13:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; bh=3FTisBW62xq7lOVo94IHLSU5AeSQoOt9wSOMKEf4hkA=; b=oErrd1P+mC0/j36zik0Ydnh5jkNF4+4wYKu9a/NjbIxywara4O1xpLjePwNEbIp8Be pmAiqYhtTJyj1Y7IylX/6M1upPyjTVd3y3zO3I4RkG59Hmgj0el0vuenXrY0Qifp1cge 4IFEJJ2tq4rM0Gj5o3Yv3A0gPfHsXk54gadap6yfA39rKtBDYMx/MniHZDcfS/A2EiRI tY3wTTTvFUupV2zmgUSOvofWmCoTNZN0z/lgj+xvT41NNLtm82knK8OKhosiT5NC3imE l1qEwOxou7JH1a1H8wFzXWXuUFvOQ8/jkJEI8awZPu0SS7DHNausj6QJ86OK1ZIuDyML JXaQ== X-Received: by 10.25.85.20 with SMTP id j20mr18943575lfb.131.1451675636442; Fri, 01 Jan 2016 11:13:56 -0800 (PST) Received: from [11.12.13.254] (PC-85-202-110-195.siedlce.domtel.com.pl. [85.202.110.195]) by smtp.gmail.com with ESMTPSA id o82sm5009068lfo.47.2016.01.01.11.13.55 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 01 Jan 2016 11:13:55 -0800 (PST) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Message-ID: Date: Fri, 1 Jan 2016 20:13:54 +0100 To: internals@lists.php.net Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) X-Mailer: Apple Mail (2.3112) Subject: Simple project started segfaulting on 7.1-dev - where to report that? From: grzegorz129@gmail.com (Grzegorz Zdanowski) Hi! Couple minutes ago I came across segfault in nightly builds of PHP. = Normally I will report it at bugs.php.net but environment is little = complicated here. - Segfault is only present on TravisCI -> so maybe bug should be = reported to Travis-CI? - XDebug is loaded -> it may be a reason of segfault, since it=E2=80=99s = also a nightly build - Segfault is produced by some unknown (to me) PhpUnit code -> author of = PhpUnit may be helpful here - It originates from PHP core -> maybe bugs.php.net will be the best = place? ;) 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.org/kiler129/CherryHttp/jobs/99736122 -- Best regards. Grzegorz Zdanowski=