Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99025 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5406 invoked from network); 13 May 2017 08:31:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 May 2017 08:31:27 -0000 X-Host-Fingerprint: 79.67.178.202 79-67-178-202.dynamic.dsl.as9105.com Received: from [79.67.178.202] ([79.67.178.202:17914] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6A/64-47246-954C6195 for ; Sat, 13 May 2017 04:31:22 -0400 To: internals@lists.php.net Cc: ab@php.net References: <92.01.11470.88464195@pb1.pair.com> X-Mozilla-News-Host: news://news.php.net Message-ID: Date: Sat, 13 May 2017 09:31:10 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <92.01.11470.88464195@pb1.pair.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 79.67.178.202 Subject: [FAO: Anatol Belski] Re: Patch for bug #65312: Segmentation fault with filesize=4096 From: ricardohenrylee@gmail.com (Richard H Lee) Hi Anatol, I noticed you were quite involved with bug #65312 "Segmentation fault with=filesize=4096" and possibly may have a better idea of what is going on with it. Could you take a look at the patch please? It's basically two identical 3 line additions (#if, #define and #endif) that change the page size to 4096 if the OS is Cygwin. It would be nice to get this patch into 7.0, 7.1 and master. Richard