On Mon, 2006-03-13 at 15:57 -0500, Adam Prime x443 wrote: > The thing the puzzles me the most is that everything runs fine 99.9% > of the time. I'm kind of at a loss about what I should even log aside > from the process_id.
You should log what $r is, since it isn't what you thought it was. You may also want to look into something like mod_log_forensic, so you can tell what requests that child handled before going cuckoo. > i'm curious if it's something that comes up in one particular child > and causes a bunch of errors until that child dies, or if it's > something that happens across processes. It's possible that this totally screws up libapreq for that process once it happens, and it fails until that child process dies. - Perrin