ID: 25738 Comment by: phpnet at baskettcase dot com Reported By: ohornoiu at bellevuechristian dot org Status: Open Bug Type: Reproducible crash Operating System: Mac OS X 10.2.6+ PHP Version: 4.3.3 New Comment:
Yep this bug most definitely happens to me and I am on Mac OS X. I posted about it also, same with someone on the php-general mailing list and both of our posts were deleted.. or somehow "disappeared" off of the original bug report.. Thanks for taking another shot at this.. hopefully someone will listen and get this taken care of. Cheers! Previous Comments: ------------------------------------------------------------------------ [2003-10-02 22:13:09] ohornoiu at bellevuechristian dot org Description: ------------ This bug is a reference to Bug #25394 which was deemed "bogus" without any serious research by the developers. This is a very serious bug which basically results in the inability to create rich, meaningful applications on OS X since php consistently and mindlessly crashes on this platform. The venom with which this topic was approached by the developers in this forum in the past is entirely innapropriate for an open source project and I expect a more fair and thorough investigation this time since I am providing a concrete script that is part of a huge 77,000 line project for school calendaring called Kronophobia. I am the lead developer of this project and some of my users have requested to run this project on Mac OS X only to find out that this bug affects them in such a way as to make using the program impossible. This bug does not exist in Linux, FreeBSD or OpenBSD, all of which have been thoroughly tested and we support. If the php developers refuse to look at this code for some reason because it is "beneath" them to fix a Mac problem since they do not care about Mac OS X then I would at least expect some sort of public statement about this and an explanation to the Mac community of why they are to be ostracized. Reproduce code: --------------- The Kronophobia package is available from the following url: http://kronophobia.sourceforge.net The main file of the project, index.php is the affected file as it spans roughly 7,000 lines of code. Expected result: ---------------- When run on any other platform besides Mac OS X, the code renders the page in question flawlessly. The page is just a series of switch() statements with multiple includes for each case. Actual result: -------------- The actual result is an apache segfault, a "Page not Found" error results in the browser and a crash is logged in apache logfiles. NO, increasing the memory limit in PHP does NOT fix this problem like some have suggested and PHP seems to only use about 1 megabyte of memory even after 7k lines of code. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=25738&edit=1