From: cs19291 at kaist dot ac dot kr Operating system: RedHat 7.2 PHP version: 4.3.1 PHP Bug Type: Reproducible crash Bug description: Run-time seg fault with core dump
When playing with php 4.1.2 using command-line interpreter, I noticed that the code below generates seg fault and produces core dump. After that, I installed 4.3.1 cgi version for only interpreting purpose, still facing core dump. The one who is interesting at functional programming style will at once understand what the code represents. I know "_map" can be never run under php, because it generates infinite frame stack, not likely under the functional language interpreter. However, it causes a crash. The code: http://tempdoc.ek-project.com/crash.txt Or the simplist version: http://tempdoc.ek-project.com/simple.txt This is also interesting: http://tempdoc.ek-project.com/simple-alt.txt It does not complain of the number of arguments, just dies. The link can be broken sometime. -- Edit bug report at http://bugs.php.net/?id=22629&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=22629&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=22629&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=22629&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=22629&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=22629&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=22629&r=support Expected behavior: http://bugs.php.net/fix.php?id=22629&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=22629&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=22629&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=22629&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22629&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=22629&r=dst IIS Stability: http://bugs.php.net/fix.php?id=22629&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=22629&r=gnused
