You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Dean Gaudet <dg...@arctic.org> on 1997/09/09 03:45:36 UTC

re: graceful

If you can reproduce it then what would be useful is if you could run lsof
system wide and maybe try to track down the pid of something with the old
log open and then strace that process and try to guess where it is.  Or
better yet, gdb attach to it (gdb /path/to/httpd/with/symbols pid) and
type "where".

Thanks
Dean

P.S. I think you've all motivated me enough to finish reliable piped logs
hopefully today.