Re: RegistryLoader Segmentation fault

2002-03-05 Thread Fran Fabrizio
Fran Fabrizio wrote: Hello, I'm trying to follow the script in section 214 of the book mod_perl Developer's Cookbook in order to pre-load my Apache::registry scripts using Apache::RegistryLoader I'm getting a seg fault when I attempt to start apache This was the problem I was

RegistryLoader Segmentation fault

2002-03-01 Thread Fran Fabrizio
Hello, I'm trying to follow the script in section 214 of the book mod_perl Developer's Cookbook in order to pre-load my Apache::registry scripts using Apache::RegistryLoader I'm getting a seg fault when I attempt to start apache My startuppl is as follows: #!/usr/local/bin/perl use lib

Re: RegistryLoader Segmentation fault

2002-03-01 Thread Ged Haywood
Hi there, On Fri, 1 Mar 2002, Fran Fabrizio wrote: using Apache::RegistryLoader I'm getting a seg fault when I attempt to start apache Read mod_perl/SUPPORT Did you compile your own Perl, mod_perl and Apache? You might be better off with Perl version 561 instead Are you using DSO? 73,

Re: RegistryLoader Segmentation fault

2002-03-01 Thread Fran Fabrizio
Ged, using Apache::RegistryLoader I'm getting a seg fault when I attempt to start apache Read mod_perl/SUPPORT Ok I've looked through it I've tried some of the quicker suggestions gdb -core core and gdb httpd core tell me: Core was generated by `/usr/local/apache/bin/httpd' Program

Re: RegistryLoader Segmentation fault

2002-03-01 Thread Geoffrey Young
whoops, forgot to CC the list, but it seems Ged stepped in with the same info Fran Fabrizio wrote: Hello, I'm trying to follow the script in section 214 of the book mod_perl Developer's Cookbook in order to pre-load my Apache::registry scripts using Apache::RegistryLoader I'm getting a

Re: RegistryLoader Segmentation fault

2002-03-01 Thread Fran Fabrizio
see Recipe 919 for a general introduction into using gbd and getting a backtrace, as well as the SUPPORT document in the mod_perl sources Here is the backtrace for now I'm going to try Perl 561 and then try to see what the backtrace looks like with a PERL_DEBUG=1 enabled mod_perl Thanks