Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89984 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88918 invoked from network); 4 Jan 2016 08:49:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Jan 2016 08:49:51 -0000 Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.41 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 74.125.82.41 mail-wm0-f41.google.com Received: from [74.125.82.41] ([74.125.82.41:34991] helo=mail-wm0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 85/81-01776-E223A865 for ; Mon, 04 Jan 2016 03:49:51 -0500 Received: by mail-wm0-f41.google.com with SMTP id f206so131952421wmf.0 for ; Mon, 04 Jan 2016 00:49:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; bh=RYLZfJxhKCppotbujs+ggvPWrgNqAXdNWWtFGiIi4GI=; b=HymmZC0G6utNSaSwnxaOxJUMap+YiFLlbvbogK450+V9c40ZyjDZlNCyiLDZKuk5af p1taUeKSjs+T8zYELoRBwNr+nf0758Zt4trVwin4L/B1nnAitLL8ex3GVGnql9REy4M8 X2QSMYdAVhAZ2ss9vMWLO313We4Fc0sC6zTRw5O3F/zQkKkMDcUZuvqbVh56eR/nS2PZ OkI6KLPrn5/tFENYg1Coa16qKG/O12z0xegBz/GqFdfaBj3FxQCBzmf8W+3y/zZnbjff xKmVnZ7VuUl4xXwX+34stBr/5Jdy2WcQQtNNfcl/ZH/Q6U1HpnErhKDshVv+ZLcCv+DM cBGA== X-Received: by 10.194.91.180 with SMTP id cf20mr30870002wjb.121.1451897387108; Mon, 04 Jan 2016 00:49:47 -0800 (PST) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.194.164.162 with HTTP; Mon, 4 Jan 2016 00:49:07 -0800 (PST) In-Reply-To: References: Date: Mon, 4 Jan 2016 09:49:07 +0100 X-Google-Sender-Auth: Tz3qtc35j7cepIpIGWFvfXz5MNY Message-ID: To: Grzegorz Zdanowski Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Simple project started segfaulting on 7.1-dev - where to report that? From: jpauli@php.net (Julien Pauli) 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. Norma= lly 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 plac= e? ;) > > I always try to debug everything as much as possible before reporting, bu= t 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 php.net will not take the bug if Xdebug is activated. Try to reproduce without XDebug and with just Core activated, then it may be PHP related. Julien.Pauli