From: "Greg Ames" <[EMAIL PROTECTED]> Sent: Friday, October 19, 2001 1:41 PM
> Well, I have good news and bad news. ... uh oh ... > #0 0x280bb871 in apr_array_cat (dst=0x81d3494, src=0x0) at > apr_tables.c:142 > #1 0x280bb9d6 in apr_array_append (p=0x81cd00c, first=0x8158b84, > second=0x0) > at apr_tables.c:209 > #2 0x806fe28 in merge_core_dir_configs (a=0x81cd00c, basev=0x8158b24, > newv=0x81cdd00) at core.c:286 Guarenteed this is more fooness in core.c's merge above. Since we never nulled out the record, you end up with a bogus pointer. > If you are going to gdb these, stick with httpd.core.5 and .6. These > are with the core.c change on. gdb will no doubt complain about the > others now.
