DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=37103>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=37103 Summary: Parent: child process exited with status 128 -- Restarting Product: Apache httpd-2.0 Version: 2.0.54 Platform: PC URL: http://70.86.12.11/stream/ OS/Version: Windows Server 2003 Status: NEW Severity: normal Priority: P2 Component: Core AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Windows 2003 box running Apache HTTPD 2.0.54, MySQL 4.1.14, PHP 5.0.5, from http://www.apachefriends.org/ all 3rd party plugins have been disabled. Apache seems to be crashing when the kplaylist script (www.kplaylist.com) attempts to read from a directory on the hard drive. The dir has correct access rights etc.. PHP error log shows: [16-Oct-2005 12:09:08] PHP Notice: Grabbing directory C:/Store/Share/DJSets/ in C:\serve\xampp\htdocs\stream\index.php on line 8528 Which corresponds with the following for loop within function search_updatelist (unchanged from script on www.kplaylist.com site): for ($i=0,$c=count($base_dir);$i<$c;$i++) { user_error('Grabbing directory '.$base_dir[$i]); echo 'Grabbing directory '.$base_dir[$i].'<br/>'; $grabdata = array(); GetDirArray($base_dir[$i], $grabdata, $cnt); $basedirlen[$i] = strlen($base_dir[$i]); $data[$i] = $grabdata; $datacnt += count($data[$i]); user_error('Grab done for '.$base_dir[$i]); echo 'Grab done for '.$base_dir[$i].'<br/>'; } The apache error log shows: [Sun Oct 16 12:09:16 2005] [notice] Parent: child process exited with status 128 -- Restarting. [Sun Oct 16 12:09:18 2005] [notice] Apache configured -- resuming normal operations [Sun Oct 16 12:09:18 2005] [notice] Server built: Jul 28 2005 18:10:37 [Sun Oct 16 12:09:18 2005] [notice] Parent: Created child process 3824 [Sun Oct 16 12:09:20 2005] [notice] Child 3824: Child process is running [Sun Oct 16 12:09:20 2005] [notice] Child 3824: Acquired the start mutex. [Sun Oct 16 12:09:20 2005] [notice] Child 3824: Starting 250 worker threads. I'm not sure if this error is going to be specific to my setup or if it is reproducable - i'm not a php programmer so i cannot make an example script for testing. Please email me if you have any questions - thanks, Chris -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
