i started seeing the problem when i moved to a new laptop/kernel. the
original trick did not work for me. i ended up with the below. i use
'myrun' to start and run 'apshared' when the pre_config breakpoint is hit.
haven't tried with a threaded mpm yet though.
handle SIGPIPE nostop
handle SIGPIPE pass
define apshared
shared apr
shared aprutil
shared mod_ssl.so
shared mod_proxy.*.so
# shared libphp4.so
continue
end
define myrun
tbreak main
break ap_run_pre_config
run -d `pwd`/t -f `pwd`/t/conf/httpd.conf -DONE_PROCESS -DNO_DETATCH -DAPACHE2
set auto-solib-add 0
continue
end
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]