Anthony Hinsinger wrote:
Thanks Stas, i use gdb to trace to problem, and i get this when
requesting a location with a .htaccess contening my own directives (no
problem if directives are in httpd.conf).

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 28586)]
0x0807d141 in perl_section_hash_init ()
(gdb) bt
#0  0x0807d141 in perl_section_hash_init ()
#1  0x080765d4 in perl_cmd_perl_TAKE123 ()
#2  0x0807c98b in perl_cmd_perl_TAKE1 ()

Anthony, that's better but you haven't completely followed the instructions at: http://perl.apache.org/docs/1.0/guide/help.html#How_to_Report_Problems

<QUOTE>
If you get a core file dump (Segmentation fault), please send a backtrace if possible. Before you try to produce it, re-build mod_perl with:


panic% perl Makefile.PL PERL_DEBUG=1

which will:

    * add -g to EXTRA_CFLAGS
    * turn on PERL_TRACE
    * set PERL_DESTRUCT_LEVEL=2 (additional checks during Perl cleanup)
    * link against libperld if it exists
</QUOTE>

Please do that and then produce the backtrace again. The one you provided lacks the information about the arguments and file/line numbers. Thanks.



--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to