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=38359>. 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=38359 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2006-01-25 23:09 ------- Thanks. Yes this helps, but you may not like the result. So do not shoot the messenger :-). The problem seems to be lwp# 11, as seen from truss: 21826/11: 809.8577 semop(983041, 0xFCD00AA8, 1) Err#13 EACCES As you can see from the pstack output lwp# 11 is deep inside of php code: ----------------- lwp# 11 / thread# 9 -------------------- fed9c054 _semsys (fa800018, 1, 0, 0, 0, 0) + 8 feb92428 _mm_lock (fa800000, 1, 19a758, 0, 0, 0) + 8 feb742ec ???????? (fcd00e78, fcd01278, a4, 43d69f17, fcd00e78, fcd00d24) feb798c4 ???????? (fcd00e78, fcd01278, fcd00d24, 43d6980f, 3cd398, 0) feb7a0d8 mmcache_compile_file (fcd01904, 2, 3cd398, 41b600, 41b618, 3c0910) + 104 fd95a7a0 zend_execute_scripts (8, 3cd398, 0, 3, 18, a6b500) + 80 fd90a464 php_execute_script (41b624, 3d2ff0, 166da0, 0, fda1deb8, 9) + 3ec fd9776fc ???????? (4, fd9fcf84, 0, c6e0b0, 41b600, fda1e0c8) 0002fdfc ap_run_handler (c6e0b0, 3b, c6fb48, c6f2f0, 0, 3b) + 40 00030454 ap_invoke_handler (c6e0b0, 0, c6e0b0, 97df8, 0, 0) + f0 0002b5a8 ap_process_request (c6e0b0, 4, 4, c6e0b0, c8, 97ce8) + 54 00026224 ap_process_http_connection (3d9ae0, 14fc38, 3d99f0, c4, 3d9ad8, 3db9c0) + 60 0003b018 ap_run_process_connection (3d9ae0, 3d99f0, 3d99f0, c4, 3d9ad8, 3db9c0) + 40 0002c79c process_socket (3d99b8, 3d99f0, 3, 4, 3db9c0, 73c00) + 60 0002ced8 worker_thread (12f6b8, 0, 0, 72c1c, 10, fe401000) + 174 fee0b01c _thread_start (12f6b8, 0, 0, 0, 0, 0) + 40 So Nick was correct at least with his assumption that it is a php problem. Please report this bug to http://bugs.php.net/. Anyway thank you for using Apache httpd server. One last hint: Try to use ipcs to find out more about the semaphore. The first parameter from the truss output of the failing semop is the semid that gets displayed by ipcs: 21826/11: 809.8577 semop(983041, 0xFCD00AA8, 1) Err#13 EACCES -- 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]
