Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99014 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83481 invoked from network); 11 May 2017 13:30:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 May 2017 13:30:08 -0000 Received: from [127.0.0.1] ([127.0.0.1:15202]) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ECSTREAM id 06/01-11470-F5764195 for ; Thu, 11 May 2017 09:30:07 -0400 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:25986] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 92/01-11470-88464195 for ; Thu, 11 May 2017 09:18:00 -0400 Message-ID: <92.01.11470.88464195@pb1.pair.com> To: internals@lists.php.net X-Mozilla-News-Host: news://news.php.net Date: Thu, 11 May 2017 14:17:52 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 79.67.178.202 Subject: Patch for bug #65312: Segmentation fault with filesize=4096 From: ricardohenrylee@gmail.com (Richard H Lee) I submitted a patch for bug #65312 "Segmentation fault with filesize=4096". It's to do with the way Cygwin handles mmap()ing. It is not a duplicate of another bug as marked, it is specific to Cygwin. I'm not sure about the release structure of PHP, but it would be great if I could get this patch into the 7.0, 7.1 and master branches. I was hoping to get in in for 7.0.19, but it looks as if I have just missed it. Richard