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=43738>. 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=43738 ------- Additional Comments From [EMAIL PROTECTED] 2007-10-31 14:40 ------- Here's what GDB thinks (gdb) b ap_get_client_block Breakpoint 1 at 0x441f60 (gdb) cont Continuing. Breakpoint 1, 0x0000000000441f60 in ap_get_client_block () (gdb) up #1 0x00002b952d63a703 in do_work (r=0x819238, fr=0x84d0c0) at mod_fastcgi.c:868 868 if ((countRead = ap_get_client_block(fr->r, end, count)) < 0) (gdb) source /afs/csail.mit.edu/u/w/wollman/public/apache2/apache2-2.2.3/.gdbinit (gdb) dump_filters fr->r->input_filters http_in(0x826c98): ctx=0x83e990, r=0x819238, c=0x810248 ssl/tls filter(0x81e098): ctx=0x81c048, r=0x0, c=0x810248 log_input_output(0x8109f0): ctx=0x0, r=0x0, c=0x810248 core_in(0x81e140): ctx=0x81e120, r=0x0, c=0x810248 (gdb) p *r $1 = {pool = 0x825088, connection = 0x810248, server = 0x6d0478, next = 0x0, prev = 0x8250f8, main = 0x0, the_request = 0x8266b0 "POST /16.410/wiki/index.php?title=Special:Preferences HTTP/1.1", assbackwards = 0, proxyreq = 0, header_only = 0, protocol = 0x8267b0 "HTTP/1.1", proto_num = 1001, hostname = 0x826c78 "more-courses.csail.mit.edu", request_time = 1193866479991696, status_line = 0x0, status = 200, method = 0x826700 "POST", method_number = 2, allowed = 0, allowed_xmethods = 0x0, allowed_methods = 0x84b828, sent_bodyct = 0, bytes_sent = 0, mtime = 0, chunked = 0, range = 0x0, clength = 0, remaining = 525, read_length = 0, read_body = 1, read_chunked = 0, expecting_100 = 0, headers_in = 0x8253d8, headers_out = 0x819af0, err_headers_out = 0x825d20, subprocess_env = 0x819d38, notes = 0x84b688, content_type = 0x84a308 "application/x-httpd-fastphp5", handler = 0x2b952d6428c8 "fastcgi-script", content_encoding = 0x0, content_languages = 0x0, vlist_validator = 0x0, user = 0x84d028 "[EMAIL PROTECTED]", ap_auth_type = 0x0, no_cache = 0, no_local_copy = 0, unparsed_uri = 0x819518 "/.php5-cgi/16.410/wiki/index.php?title=Special:Preferences", uri = 0x819558 "/.php5-cgi/16.410/wiki/index.php", filename = 0x84c418 "/usr/bin/php5-cgi", canonical_filename = 0x84c418 "/usr/bin/php5-cgi", path_info = 0x84c2f9 "/16.410/wiki/index.php", ---Type <return> to continue, or q <return> to quit--- args = 0x819580 "title=Special:Preferences", finfo = {pool = 0x825088, valid = 7598448, protection = 1877, filetype = APR_REG, user = 0, group = 0, inode = 283762, device = 2049, nlink = 1, size = 5483216, csize = 8540296, atime = 1193866145000000, mtime = 1183409032000000, ctime = 1193860247000000, fname = 0x84c418 "/usr/bin/php5-cgi", name = 0x6bb731 "/.php5-cgi", filehand = 0x7fff808d1370}, parsed_uri = { scheme = 0x0, hostinfo = 0x0, user = 0x0, password = 0x0, hostname = 0x0, port_str = 0x0, path = 0x819558 "/.php5-cgi/16.410/wiki/index.php", query = 0x819580 "title=Special:Preferences", fragment = 0x0, hostent = 0x0, port = 0, is_initialized = 1, dns_looked_up = 0, dns_resolved = 0}, used_path_info = 0, per_dir_config = 0x819e60, request_config = 0x8195a0, htaccess = 0x83cdb0, output_filters = 0x8265d0, input_filters = 0x826c98, proto_output_filters = 0x8265d0, proto_input_filters = 0x826c98, eos_sent = 0} -- 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]
