[PHP-DEV] Bug #590 Updated: File Upload Seg Fault From: Bug Database (php-dev <email protected>)
Date: 09/12/98

ID: 590
Updated by: zeev
Reported By: jwalsh <email protected>
Status: Closed
Bug Type: Reproduceable crash
Assigned To:
Comments:

Any chance you could run your server under gdb and get us a backtrace of this seg fault?

--

This doesn't look like a file upload problem to me, it probably crashes in the code that processes the uploaded file and not during the file upload itself.

My guess is that you've compiled/linked the regex libraries badly. See the FAQ for additional details.

To check if this is indeed the case, comment out the regular expression calls (all ereg*() functions) and see if it still crashes. If it doesn't, it means that you have a regex messup that you need to fix. If it still does, please try to remove get the smallest script snippet that still reproduces the problem, and submit a new bug report.

Full Bug description available at: http://ca.php.net/bugs.php3?id=590

-- PHP Development Mailing List http://www.php.net/ To unsubscribe send an empty message to php-dev-unsubscribe <email protected> For help: php-dev-help <email protected>