just looked a bit more, the problem is related to heap buckets and the free functions. something is broken for sure. i could probably bandaid, but cliff if you take a look, i'm assuming the right fix would be obvious to you.
#1 0x4001cf76 in heap_destroy (data=0x824f758)
at
/home/dougm/apache/farm/src/httpd-2.0-cvs/srclib/apr-util/buckets/apr_buckets_heap.c:74
74 (*h->free_func)(h->base);
(gdb) p f->free_func
No symbol "f" in current context.
(gdb) p h->free_func
$1 = (void (*)()) 0
