#0  0x40167b63 in strrchr () from /lib/libc.so.6
#1  0x2 in __strtol_internal (nptr=0x862cb68 "0Ëb\b\030Lb\b°×\e\b", 
                                   ^^^^^^^^^
    endptr=0x25, base=140489096, group=1073945346) at eval.c:35
#2  0x80bf228 in ap_run_type_checker (r=0x862cb68) at request.c:116
                                        ^^^^^^^^^

so, httpd does "strchr()" at address 0x862cb68, but this is also
a request_rec *r. is this the error possibly?

(gdb) up
(gdb) up
(gdb) print *r
$2 = {pool = 0x862cb30, connection = 0x8624c18, server = 0x81bd7b0, 
  next = 0x0, prev = 0x0, main = 0x8628b58, 
  the_request = 0x86294a0 "GET /srsw/ HTTP/1.0", assbackwards = 1, 
  proxyreq = 0, header_only = 0, protocol = 0x8144d40 "INCLUDED", 
  proto_num = 0, hostname = 0x862a0a0 "herp.ooe.gv.at", 
  request_time = 1023358876841617, status_line = 0x0, status = 200, 
  method = 0x8147831 "GET", method_number = 0, allowed = 0, 
  allowed_xmethods = 0x0, allowed_methods = 0x862ce60, sent_bodyct = 0, 
  bytes_sent = 0, mtime = 0, chunked = 0, boundary = 0x0, range = 0x0, 
  clength = 0, remaining = 0, read_length = 0, read_body = 0, 
  read_chunked = 0, expecting_100 = 0, headers_in = 0x8628d10, 
  headers_out = 0x862cff0, err_headers_out = 0x862d048, 
  subprocess_env = 0x862cea8, notes = 0x862d0a0, content_type = 0x0, 
  handler = 0x0, content_encoding = 0x0, content_languages = 0x0, 
  vlist_validator = 0x0, user = 0x0, ap_auth_type = 0x0, no_cache = 0, 
  no_local_copy = 1, unparsed_uri = 0x862d288 "/srsw/", 
  uri = 0x862d290 "/srsw/", filename = 0x0, canonical_filename = 0x0, 
  path_info = 0x0, args = 0x0, finfo = {pool = 0x0, valid = 0, protection = 0, 
    filetype = APR_NOFILE, user = 0, group = 0, inode = 0, device = 0, 
    nlink = 0, size = 0, csize = 0, atime = 0, mtime = 0, ctime = 0, 
    fname = 0x0, name = 0x0, filehand = 0x0}, parsed_uri = {scheme = 0x0, 
    hostinfo = 0x0, user = 0x0, password = 0x0, hostname = 0x0, 
    port_str = 0x0, path = 0x862d290 "/srsw/", query = 0x0, fragment = 0x0, 
    hostent = 0x0, port = 0, is_initialized = 1, dns_looked_up = 0, 
    dns_resolved = 0}, used_path_info = 2, per_dir_config = 0x81bc368, 
  request_config = 0x862ccf0, htaccess = 0x0, output_filters = 0x862ce90, 
  input_filters = 0x86292a0, proto_output_filters = 0x8629430, 
  proto_input_filters = 0x86292a0, eos_sent = 0}


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to