Received: by taz.hyperreal.com (8.6.12/8.6.5) id NAA15280; Sun, 18 Feb 1996 13:14:46 -0800 Received: from ooo.lanl.gov by taz.hyperreal.com (8.6.12/8.6.5) with ESMTP id NAA15275; Sun, 18 Feb 1996 13:14:43 -0800 Received: by ooo.lanl.gov (1.37.109.16/16.2) id AA207138080; Sun, 18 Feb 1996 14:14:40 -0700 From: Rob Hartill Message-Id: <199602182114.AA207138080@ooo.lanl.gov> Subject: Re: cookie death in 1.1b0 To: new-httpd@hyperreal.com Date: Sun, 18 Feb 96 14:14:40 MST In-Reply-To: <199602182053.AA199016812@ooo.lanl.gov>; from "Rob Hartill" at Feb 18, 96 1:53 pm X-Organization: Theoretical Division, T-8. Los Alamos National Laboratory X-Snail: LANL Theoretical Divi' T-8, MS B285, P.O Box 1663, Los Alamos NM 87545 X-Marks-The-Spot: Doh ! X-Url: http://nqcd.lanl.gov/~hartill/ X-Cessive-Use-Of-Headers: check Mailer: Elm [revision: 70.85] Sender: owner-new-httpd@apache.org Precedence: bulk Reply-To: new-httpd@hyperreal.com > -=-=-=-= > > Maybe the "if"s need to be replaced with > > if (!hdrs[i].key || !!hdrs[i].val) continue; > and > if (!err_hdrs[i].key || !err_hdrs[i].val) continue; Boo hoo. doesn't help :-( Still dumps core after an internal redirect. #0 0xef7939a0 in kill () #1 0xef7abc2c in abort () #2 0x4d70 in seg_fault () at http_main.c:657 #3 0xef76acdc in _sigtramp () #4 0xef76d680 in _doprnt () #5 0xef76f67c in fprintf () #6 0xec1c in send_http_header (r=0x3e138) at http_protocol.c:568 #7 0x8860 in default_handler (r=0x3e138) at http_core.c:715 #8 0x9304 in invoke_handler (r=0x3e138) at http_config.c:310 #9 0xc3a4 in process_request_internal (r=0x3e138) at http_request.c:662 #10 0xc748 in internal_redirect (new_uri=0x3e128 "/MC/8F106.html", r=0x3d180) at http_request.c:738 #11 0x2246c in cgi_handler (r=0x3d180) at mod_cgi.c:389 #12 0x91bc in invoke_handler (r=0x3d180) at http_config.c:287 #13 0xc3a4 in process_request_internal (r=0x3d180) at http_request.c:662 #14 0xc3e4 in process_request (r=0x3d180) at http_request.c:668 #15 0x56c4 in child_main (child_num_arg=11) at http_main.c:905 #16 0x58d8 in make_child (server_conf=0x337a8, child_num=11) at http_main.c:942 #17 0x5f94 in standalone_main (argc=2, argv=0xeffffaec) at http_main.c:1062 #18 0x6238 in main (argc=2, argv=0xeffffaec) at http_main.c:1114