setuid apps won't dump core; need to call prctl(PR_SET_DUMPABLE,1) so that httpd is dumpable.
It turns out that the Red Hat kernel patches include a change which prevents a process ever turning the "dumpable" flag back on using the prctl call above, so this won't work without kernel changes.
There's nothing more that httpd can do - the only problem is bug 98825.