DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17891>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17891 non-threadsafe code in URI translation ------- Additional Comments From [EMAIL PROTECTED] 2003-07-30 15:07 ------- What version of Solaris are you running? Another Solaris 7 user is getting user id lookup failures when no file descriptors < 256 are available. Apparently Solaris 7 uses stdio to read /etc/passwd, and 32-bit Solaris stdio is busted for file descriptors >= 256. This could cause intermittent failures at run-time based on how many file descriptors are in use by other threads (a changing quantity). I can't hit the problem on a Solaris 8 box, as it uses a different mechanism to do user id lookups; but I have a lot of patches applied, and it could have been changed in a patch. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
