On 4/13/05, Aran Clary Deltac <aran@xxxxxxxxxxxxxx> wrote: > OK, core dumped, sending through gdb as you described... > > Reading symbols from > /usr/lib/perl5/site_perl/5.8.4/i386-linux/auto/Template/Stash/XS/XS.so...done. > Loaded symbols for > /usr/lib/perl5/site_perl/5.8.4/i386-linux/auto/Template/Stash/XS/XS.so > Reading symbols from > /usr/lib/perl5/vendor_perl/5.8.4/i386-linux/auto/HTML/Parser/Parser.so...done. > Loaded symbols for > /usr/lib/perl5/vendor_perl/5.8.4/i386-linux/auto/HTML/Parser/Parser.so > #0 0x0807d6e0 in XS_Apache_dir_config () > (gdb) bt full > #0 0x0807d6e0 in XS_Apache_dir_config () > No symbol table info available. > (gdb) quit > > With all the perl libs it looks like XS_Apache_dir_config() might be an > mod_perl function, but I dunno. This is all a foreign world to me. I > just find it so odd that I can't put my finger on what I might have done > to cause whatever is happening. Well, the libs don't necessarily mean anything, but the fact that the segfault is in XS_Apache_dir_config definitely points to mod_perl and Mason from a quick google search. You'll probably want to head over there for more help (or just start disabling mod_perl stuff until you find the culprit). To get a more complete back-trace, you'll probably need to recompile apache with --enable-maintainer-mode (or something like that; I don't remember the details). Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx