Mailing List Archive

bug & fix
I'm seeing

httpd: caught SIGBUS, dumping core

after using Location: to a CGI or a html with SSI.
The request is completed okay, but this damn message appears.

A fix appears to be to comment out free_env(env);
in exec_cgi_script()

Please have a look to see if this is safe. There are 2 places where
exec_cgi_script() is called, and then free_env(env);

exec_cgi_script() says, presumably as a reason to free_env,

"/* cgi_stub will screw with env, but only after the fork */"



robh