From: lkp857 at yahoo dot com Operating system: Windows XP Pro PHP version: 4.3.9 PHP Bug Type: IMAP related Bug description: PHP.exe crash after hundreads of requests of IMAP
Description: ------------ Currently im develping a script that can grab emails from pop3 server with PHP_IMAP.dll. A program written in C++ was created to automatically make 5 request at a time to PHP server that contain that script... 1) The bug that i discover is not from the C++ program that i wrote, the requests fine at 2-3 hours fetching, after a time when the network connection become slow, the IMAP seem not working properly, it crash the PHP.exe an error said that NTDLL.DLL : ------------------------------------------------------- Faulting application php.exe, version 4.3.9.9, faulting module ntdll.dll, version 5.1.2600.114, fault address 0x0000b13b. -------------------------------------------------------- 2) Is it the PHP error or the NTDLL.DLL got bugs in it? 3) I already set the IMAP_TIMEOUT for open, read, write, close but i seem not working after all. 4) Is it the memory buffer overflowed in PHP after a hundred of request to the PHP Server that running using WindowsXP Pro, Apache 2 and MySQL. -- Edit bug report at http://bugs.php.net/?id=29223&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=29223&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=29223&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=29223&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=29223&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=29223&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=29223&r=needscript Try newer version: http://bugs.php.net/fix.php?id=29223&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=29223&r=support Expected behavior: http://bugs.php.net/fix.php?id=29223&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=29223&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=29223&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=29223&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=29223&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=29223&r=dst IIS Stability: http://bugs.php.net/fix.php?id=29223&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=29223&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=29223&r=float