You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/07/30 17:07:44 UTC

DO NOT REPLY [Bug 17891] - non-threadsafe code in URI translation

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 trawick@apache.org  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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org