Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86634 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86988 invoked from network); 14 Jun 2015 05:42:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jun 2015 05:42:07 -0000 Authentication-Results: pb1.pair.com header.from=sebastian@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=sebastian@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 93.190.64.238 as permitted sender) X-PHP-List-Original-Sender: sebastian@php.net X-Host-Fingerprint: 93.190.64.238 mail-2.de-punkt.de Received: from [93.190.64.238] ([93.190.64.238:51067] helo=mail-99.de-punkt.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FF/E0-14914-E241D755 for ; Sun, 14 Jun 2015 01:42:07 -0400 Received: from localhost (localhost [127.0.0.1]) by mail-99.de-punkt.de (Postfix) with ESMTP id A5F2F3A2D8 for ; Sun, 14 Jun 2015 07:42:02 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail-2.de-punkt.de Received: from mail-99.de-punkt.de ([127.0.0.1]) by localhost (mail-2.de-punkt.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pDXJpOmXjRvE for ; Sun, 14 Jun 2015 07:42:02 +0200 (CEST) Received: from [192.168.178.24] (p4FC7CCBE.dip0.t-ipconnect.de [79.199.204.190]) (Authenticated sender: php@sebastian-bergmann.de) by mail-99.de-punkt.de (Postfix) with ESMTPSA id 5E2223A289 for ; Sun, 14 Jun 2015 07:42:02 +0200 (CEST) Message-ID: <557D142A.3060604@php.net> Date: Sun, 14 Jun 2015 07:42:02 +0200 Reply-To: internals@lists.php.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: internals@lists.php.net References: <557D111C.2090809@php.net> In-Reply-To: <557D111C.2090809@php.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Segfault in master with PHPUnit From: sebastian@php.net (Sebastian Bergmann) Am 14.06.2015 um 07:29 schrieb Sebastian Bergmann: > I have run across a weird segfault with the current master when trying > to run PHPUnit (using PHPUnit's own test suite). Weird because I get a > segfault immediately on startup with a release build and a segfault much > later when using a debug build. Detailed information is below, let me > know if there is any additional information I should provide. Forgot to mention that I get no segfault with Alpha 1.