manoj 99/04/08 01:53:47
Modified: . STATUS Log: Nasty hot weather is here. It's late this year. Revision Changes Path 1.18 +13 -1 apache-apr/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/apache-apr/STATUS,v retrieving revision 1.17 retrieving revision 1.18 diff -u -u -r1.17 -r1.18 --- STATUS 1999/03/23 22:06:30 1.17 +++ STATUS 1999/04/08 08:53:46 1.18 @@ -1,5 +1,5 @@ Apache Portable Runtime STATUS: -Last modified at [$Date: 1999/03/23 22:06:30 $] +Last modified at [$Date: 1999/04/08 08:53:46 $] Release: @@ -36,9 +36,21 @@ mod_log_referer.c -- mod_log_config changes. If yes, I'll test -- them later. + Warning scrubbing + Get rid of all reasonable warnings with the strictest compiler flags, + to help weed out bugs + Everything Needs patch: + + On Red Hat 5.2, with a very low MaxRequestsPerChild (e.g. 10), when the + server is banged on with ApacheBench, occasionally, the main thread of a + process hangs around in pthread_exit_process. The size of that process is + always around 11M. This bug is also exhibited by sending lots of SIGHUPs + to the parent process rapidly (but not SIGWINCHes). The suspicion is that + this is either an error in how pthread calls are used in the server, or a + libc bug (the last refuge of a desperate programer). Open issues: