Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:100698 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90968 invoked from network); 18 Sep 2017 11:46:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Sep 2017 11:46:30 -0000 Authentication-Results: pb1.pair.com smtp.mail=danack@basereality.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=danack@basereality.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain basereality.com from 209.85.192.194 cause and error) X-PHP-List-Original-Sender: danack@basereality.com X-Host-Fingerprint: 209.85.192.194 mail-pf0-f194.google.com Received: from [209.85.192.194] ([209.85.192.194:33866] helo=mail-pf0-f194.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DD/7F-19300-512BFB95 for ; Mon, 18 Sep 2017 07:46:29 -0400 Received: by mail-pf0-f194.google.com with SMTP id g65so88785pfe.1 for ; Mon, 18 Sep 2017 04:46:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=basereality-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=bg1ue+4hFrTSXkv21h+8IvokzdAtSqV9jrrXFac0SIs=; b=l96BQbkP5GfxnjVbUgWnDPwBZI1Nppt0f+M8HnK2Zm7F5g6Xzw91dX4JV/eWMWeWi2 +B/DRIIEzZoWXjjaUmLF/buTk+91QlyLIipkoLA3JKYucE5Z/LmB4B7cuo+RgyvIgyxK h0zB2K+lYnbeONfFnRxUvpfxeHo2xMCrhvA6Q3mQmaRc7SUh1prsuejf84M+A/jkI5Pc 8A+F7gzxq/gi2xki9aUYlhlEn+N+BKzWBLij9F5WPznK6qGjYQBmpyQ1r+OfGktmNDs5 LxMG7BMlSf8ueN+/7y3MF1rf3Nn4u3P/jtVBZmsMUvJ3bdLEBwopgVE0Dy0sW36mOeLx nRgQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=bg1ue+4hFrTSXkv21h+8IvokzdAtSqV9jrrXFac0SIs=; b=LxHQmSt58fd745G5D4/MtxrjNqkRQdcf+Ql/Ozw2LyC+KjvnkooL+v4Ux6qCX0wXvw M6u37rYza1MLYWa/V3C7IPxE2cvz2oT5y46UcEMoNFvZygzY1awSRdYnSP58D+KtGa9p UAt979Y8Rgyc9BnOEAMZhhmldLdjtGBuaTNUPnhyfW9fqwoZks2RvCJ3b3/ylvEss8R6 7BTCtmxrkjrqIfdrYA+HKjIoWVfVHueyCOAr8U+sV2BRZCcTHUZTNX6aGAyRZ1y5/o9U RvAS2105/GuQxMHqN72nRbqecliwp+3SYRpvH8ma5B6l4Deln9Hk/ss15dMlx9DWoHAC j2wQ== X-Gm-Message-State: AHPjjUhwLUPF2uDxVFxC8M/p9UjHoVdNmQc/26AkMGMoIlfJ7Wbz3mGp xzJgMr9vxhH3570I5x1Nsc3VkZcAgoIYh8SbKOKfeo6naPk= X-Google-Smtp-Source: ADKCNb6tb21xbdWsG+GWHKciHTuZu9a3RVSQFzanjt0Wy9xlYXvVhCvGyf3rcq8NvuzdqbC3bm8uTHK47NDVnbjg64U= X-Received: by 10.98.68.215 with SMTP id m84mr32631356pfi.85.1505735186356; Mon, 18 Sep 2017 04:46:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.100.180.133 with HTTP; Mon, 18 Sep 2017 04:46:25 -0700 (PDT) X-Originating-IP: [81.143.203.71] In-Reply-To: References: Date: Mon, 18 Sep 2017 12:46:25 +0100 Message-ID: To: Giovanni Giacobbi Cc: PHP Internals List Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] PCRE JIT broken in PHP 7.2 From: danack@basereality.com (Dan Ackroyd) On 18 September 2017 at 12:28, Giovanni Giacobbi wrote: > > just an heads up, I started testing my project with PHP 7.2.0RC2 but it was > causing a segmentation fault. Even if you think bugs are urgent enough to email the internals list - please open a bug report at bugs.php.net first, so that people can response to it without spamming the list. > If you need any further information let me know. "See how to get a backtrace in case of a crash": https://bugs.php.net/bugs-generating-backtrace.php cheers Dan Ack