Joel Gwynn wrote:
Here's my backtrace, any ideas?
#0 0xb7a58743 in modperl_dir_config (my_perl=0x81b6eb0, r=0x823ce98,
s=0x203a6e6f,
key=0x8800c38 "CONFIG_FILE", sv_val=0x0) at modperl_util.c:516
#1 0xb78dae84 in XS_Apache2__RequestRec_dir_config
(my_perl=0x81b6eb0, cv=0x82cd074)
at RequestUtil.xs:301
I believe the reason it's dumping core is because modperl_dir_config is
trying to copy the value requested to the sv_val, which is null.
Looks like a bad dir_config call. Are you doing anything funky, like
passing in undef, or maybe calling it without an assignment (although
that shouldn't cause this error)?
Rob