php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10582 Error message corruption -- possible infinite loop
Submitted: 2001-05-01 12:35 UTC Modified: 2001-05-28 00:26 UTC
From: nick at loman dot net Assigned:
Status: Closed Package: HTTP related
PHP Version: 4.0.5 OS: RedHat Linux 6.0
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: nick at loman dot net
New email:
PHP Version: OS:

 

 [2001-05-01 12:35 UTC] nick at loman dot net
I'm getting the following error message very occasionally (once daily) on a server with approximately 1000 file uploads.

httpd: PHP Warning:  File Upload Error - No Mime boundary found after start of file header in Unknown on line 0
httpd: PHP Warning:  Cannot send session cache limiter - headers already sent (output started at ?]Q:40) in /web/script.php on line 12

This is co-inciding with an httpd process going crazy and using up all available CPU and memory and bringing the machine down. I suspect there's a problem with the file uploader client which is fine, but the crash is giving me major concerns.

This is proving hard to track down but the corruption in that second error message leads me to think there may be something obvious to look at.

The script.php uses sessions, trans-sid and use_cookies 1


Nick.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-01 21:21 UTC] sniper@php.net
Could you please try the latest CVS. There has been
some fixes on this and I'm not sure if they maded to 4.0.5.

--Jani

 [2001-05-28 00:26 UTC] sniper@php.net
No feedback, reopen if this happens with PHP 4.0.6.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 21:01:30 2024 UTC