ID: 26846 Updated by: [EMAIL PROTECTED] Reported By: djones at xtreme-eda dot com -Status: Open +Status: Feedback Bug Type: Reproducible crash Operating System: FreeBSD 4.8-RELEASE PHP Version: 4.3.4 New Comment:
Thank you for this bug report. To properly diagnose the problem, we need a backtrace to see what is happening behind the scenes. To find out how to generate a backtrace, please read http://bugs.php.net/bugs-generating-backtrace.php Once you have generated a backtrace, please submit it to this bug report and change the status back to "Open". Thank you for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2004-01-08 13:16:54] djones at xtreme-eda dot com Description: ------------ PHP configuration: http://www.inode.org/test.php I am running an application that sends files to the user using fpassthru(). With certain files, Apache exits with signal 11. There does not seem to be any distinguishing characteristic between files that are sent OK and files that are not. Reproduce code: --------------- See http://www.inode.org/passthru.php_ The trailing underscore prevents execution so you can view the source. The code contains paths to two files; one of which can be transferred and one that cannot. You may transfer these files to your system to attempt reproduction. (Instructions for said transfer are provided in passthru.php) Running the BAD file from the PHP command line appears to work correctly so this might be a PHP-Apache interaction issue. Expected result: ---------------- With the GOOD file: you can save the document and view it. With the BAD file: I would expect to be able to save it too. Actual result: -------------- With the BAD file: Apache segfaults signal 11. I'm not sure how I can get a GDB backtrace from a running Apache instance. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=26846&edit=1