|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patchescygwin-mmap-pagesize-patch (last revision 2017-05-05 16:56 UTC by ricardohenrylee at gmail dot com)Pull RequestsHistoryAllCommentsChangesGit/SVN commits
[2013-07-23 06:23 UTC] ab@php.net
-Status: Open
+Status: Feedback
[2013-07-23 06:23 UTC] ab@php.net
[2013-07-23 21:23 UTC] bee8192 at gmail dot com
-Status: Feedback
+Status: Open
[2013-07-23 21:23 UTC] bee8192 at gmail dot com
[2013-07-24 07:25 UTC] ab@php.net
-Status: Open
+Status: Feedback
[2013-07-24 07:25 UTC] ab@php.net
[2013-07-24 09:16 UTC] ab@php.net
[2013-07-24 09:51 UTC] ab@php.net
[2013-07-24 10:14 UTC] ab@php.net
-Status: Feedback
+Status: Duplicate
[2013-07-24 10:14 UTC] ab@php.net
[2015-10-26 21:42 UTC] sabel at altmuehlnet dot de
[2017-05-05 16:54 UTC] ricardohenrylee at gmail dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 14:00:01 2025 UTC |
Description: ------------ php fails to parse any file with size 4096 with "Segmentation fault (core dumped)" message on Cygwin. Adding or deleting any character from the file fixes the problem. Test script: --------------- /home/Eugene/test>php -r 'echo str_repeat("\n", 4096);' > test.php /home/Eugene/test>ls -l total 4 -rw-r--r--+ 1 Eugene 4096 Jul 23 00:42 test.php /home/Eugene/test>php -f test.php Segmentation fault (core dumped) Expected result: ---------------- 4096 new lines. Actual result: -------------- Segmentation fault (core dumped)