i'm running into a problem with the execution of subrequests. the process dies in modperl_wbucket_flush. this problem occurs with the same perl code in prefork.c and worker.c on osx.
note, the subrequest is run from a non-response handler (i've tried header-parser through fixup, same effect). the crash will not occur if the handler is invoked as a response handler. if subrequests aren't meant to be run from non-response handlers, i suggest trapping and throwing an error. .dorian