DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=34264>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=34264 ------- Additional Comments From [EMAIL PROTECTED] 2005-08-27 00:40 ------- Here's a 'dtrace' script: http://people.apache.org/~jerenkrantz/httpd.d ./httpd.d 14581 15274 (First pid is worker process; second is the cgid daemon.) Here's 'bad' output from an SMP x86 Solaris 10 box: 0 40471 get_req:entry (15274) Entering get_req! 0 10 read:entry read (15274) fd: 38 - 64 bytes 0 11 read:return read (15274) fd: 38 - 64 bytes 0 11 read:return 0 10 read:entry read (15274) fd: 38 - 42 bytes 0 11 read:return read (15274) fd: 38 - 42 bytes 0 11 read:return /home/jerenk/public_html/weblog/weblog.cgi 0 10 read:entry read (15274) fd: 38 - 10 bytes 0 11 read:return read (15274) fd: 38 - 10 bytes 0 11 read:return weblog.cgii/software/ 0 10 read:entry read (15274) fd: 38 - 20 bytes 0 11 read:return read (15274) fd: 38 - 20 bytes 0 11 read:return /weblog.cgi/software 0 10 read:entry read (15274) fd: 38 - 4 bytes 0 11 read:return read (15274) fd: 38 - 4 bytes 0 11 read:return 1430084180 0 11 read:return TZ=U 1 12 write:entry write (14581) fd: 38 - 64 bytes 1 12 write:entry 1 13 write:return wrote (14581): 64 1 12 write:entry write (14581) fd: 38 - 42 bytes 1 12 write:entry /home/jerenk/public_html/weblog/weblog.cgi 1 13 write:return wrote (14581): 42 1 12 write:entry write (14581) fd: 38 - 10 bytes 1 12 write:entry weblog.cgi 1 13 write:return wrote (14581): 10 1 12 write:entry write (14581) fd: 38 - 20 bytes 1 12 write:entry /weblog.cgi/software 1 13 write:return wrote (14581): 20 1 12 write:entry write (14581) fd: 38 - 4 bytes 1 12 write:entry 1 13 write:return wrote (14581): 4 1 12 write:entry write (14581) fd: 38 - 13 bytes 1 12 write:entry TZ=US/Pacific 1 13 write:return wrote (14581): 13 1 12 write:entry write (14581) fd: 38 - 4 bytes 1 12 write:entry $ 1 13 write:return wrote (14581): 4 1 12 write:entry write (14581) fd: 38 - 36 bytes 1 12 write:entry HTTP_HOST=weblog.erenkrantz.com:8080 1 13 write:return wrote (14581): 36 1 12 write:entry write (14581) fd: 38 - 4 bytes 1 12 write:entry l 1 13 write:return wrote (14581): 4 1 12 write:entry write (14581) fd: 38 - 108 bytes 1 12 write:entry HTTP_USER_AGENT=Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b4) Gecko/20050819 Firefox/1.0+ 1 13 write:return wrote (14581): 108 ...snip...pid 15274 is done allocating 1430084180 bytes.... 1 10 read:entry read (15274) fd: 38 - 1430084180 bytes 1 11 read:return read (15274): Short read: 1430084180, 165 1 11 read:return S/Pacific 1 10 read:entry read (15274) fd: 38 - 1430084015 bytes 1 11 read:return read (15274): Short read: 1430084015, 1849 1 11 read:return Data too large 1 10 read:entry read (15274) fd: 38 - 1430082166 bytes 1 11 read:return read (15274): Short read: 1430082166, 0 1 11 read:return 1 40472 get_req:return (15274) Leaving get_req! -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
