[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#236882: Bug#236887: libhtml-mason-perl: Segmentation fault when saying use HTML::Mason::ApacheHandler; with apache-perl



On Mon, 2004-03-08 at 18:52, Adam Sjøgren wrote:
> Package: libhtml-mason-perl
> Version: 1:1.25-2
> Severity: important
> Tags: sid
> 
> I just upgraded from older versions of libhtml-mason-perl and
> apache-perl in unstable to the latest.
> 
> When running apache-perl I get a segmentation fault.
> 
> I've narrowed it down to this minimal example:
> 
>  $ cd /tmp
>  $ cat httpd.conf 
>  PerlRequire httpd.pl
>  $ cat httpd.pl 
>  #!/usr/bin/perl
> 
>  use HTML::Mason::ApacheHandler;
> 
>  1;

Bizarre. I loaded all the dependencies first, it does seem to happen in
that module. I've not seen this using the mod_perl DSO for quite a
while.

Stack backtrace on my machine is:

#0  0x0807df03 in XS_Apache_dir_config ()
#1  0x401ee869 in Perl_pp_entersub () from /usr/lib/libperl.so.5.8
#2  0x401e70b9 in Perl_runops_standard () from /usr/lib/libperl.so.5.8
#3  0x401833c9 in Perl_call_sv () from /usr/lib/libperl.so.5.8
#4  0x4018319f in Perl_call_sv () from /usr/lib/libperl.so.5.8
#5  0x40187b9f in Perl_call_list () from /usr/lib/libperl.so.5.8
#6  0x4018791d in Perl_call_list () from /usr/lib/libperl.so.5.8
#7  0x401b98ca in Perl_newATTRSUB () from /usr/lib/libperl.so.5.8
#8  0x401b5bff in Perl_utilize () from /usr/lib/libperl.so.5.8
#9  0x401adf60 in Perl_yyparse () from /usr/lib/libperl.so.5.8
#10 0x4021eb31 in Perl_find_runcv () from /usr/lib/libperl.so.5.8
#11 0x4021f972 in Perl_pp_require () from /usr/lib/libperl.so.5.8
#12 0x401e70b9 in Perl_runops_standard () from /usr/lib/libperl.so.5.8
#13 0x401833c9 in Perl_call_sv () from /usr/lib/libperl.so.5.8
#14 0x401835eb in Perl_eval_sv () from /usr/lib/libperl.so.5.8
#15 0x08065f41 in perl_do_file ()
#16 0x08065ff8 in perl_load_startup_script ()
#17 0x0805e3d6 in perl_cmd_require ()
#18 0x0809e46d in ap_clear_module_list ()
#19 0x080e077c in ?? ()
#20 0x080e193c in ?? ()
#21 0x080b2ee1 in ap_getword_conf ()
#22 0x00000096 in ?? ()

SRH
-- 
Steven Haslam <araqnid@innocent.com>




Reply to: