I just looked closer at your attachement, so this is not 'make test', lots
of stuff going on here, you must have had a working mod_perl at somepoint.

as for the actually core dump:
assertion botched (chunk's head overwrite?): ovp->ovu.ovu_rmagic ==
0x55555555

normally this is caused by duplicate free() or similar bug in an extension
or the library an extension is linked with.  if you don't have purify,
insure++ or similar, you'll need to start backing out some of your many
modules to identify the culprit.  one of the Perl -D options for malloc
activity might help too.

Reply via email to