reassign 480480 libapache2-mod-perl2 2.0.4-1
severity 480480 important
thanks

On Sat, May 10, 2008 at 01:39:40PM +0200, Fernando Santagata wrote:
> Package: libhtml-mason-perl
> Version: 1:1.36-2
> Severity: normal

> until some days ago, my mason-based sites worked just fine.
> After upgrading to perl 5.10 one site stopped working. I have done some
> research and I suspect the culprit is HTML::Mason::ApacheHandler.

> The system works just fine for plain HTML files, but the apache process
> crashes if I use a mason page, leaving this line in the error log:
> 
> [Fri May 09 00:04:47 2008] [notice] child pid 22953 exit signal Segmentation 
> fault (11)

I can reproduce this. The bug is either in mod_perl2 or perl itself,
pure Perl packages shouldn't be able to generate segfaults.

Reassigning to libapache2-mod-perl2 for starters until it's shown to be
reproducable without mod_perl2.

Here's the backtrace I got by running 'apache2 -X -k start' inside gdb.

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x4600b950 (LWP 24242)]
Perl_mro_isa_changed_in (my_perl=0x1a1ba10, stash=0x0) at mro.c:481
481 mro.c: No such file or directory.
    in mro.c
(gdb) bt
#0  Perl_mro_isa_changed_in (my_perl=0x1a1ba10, stash=0x0) at mro.c:481
#1  0x00002b9ac810d7cf in Perl_magic_setisa (my_perl=0x1a1ba10, sv=<value 
optimized out>, 
    mg=<value optimized out>) at mg.c:1549
#2  0x00002b9ac810ed6d in Perl_mg_set (my_perl=0x1a1ba10, sv=0x25bc5a8) at 
mg.c:277
#3  0x00002b9ac812c082 in Perl_pp_sassign (my_perl=0x1a1ba10) at pp_hot.c:210
#4  0x00002b9ac812301e in Perl_runops_standard (my_perl=0x1a1ba10) at run.c:38
#5  0x00002b9ac811d9e1 in Perl_call_sv (my_perl=0x1a1ba10, sv=0x25fc0f0, 
flags=4) at perl.c:2653
#6  0x00002b9ac7e4bccd in modperl_callback () from 
/usr/lib/apache2/modules/mod_perl.so
#7  0x00002b9ac7e4c3ec in modperl_callback_run_handlers () from 
/usr/lib/apache2/modules/mod_perl.so
#8  0x00002b9ac7e4c95f in modperl_callback_per_dir () from 
/usr/lib/apache2/modules/mod_perl.so
#9  0x00002b9ac7e468b0 in ?? () from /usr/lib/apache2/modules/mod_perl.so
#10 0x00002b9ac7e46a69 in modperl_response_handler_cgi () from 
/usr/lib/apache2/modules/mod_perl.so
#11 0x0000000000437eda in ap_run_handler ()
#12 0x000000000043b27c in ap_invoke_handler ()
#13 0x000000000044758e in ap_process_request ()
#14 0x0000000000444988 in ?? ()
#15 0x000000000043eed2 in ap_run_process_connection ()
#16 0x000000000044bd47 in ?? ()
#17 0x00002b9ac1ec8017 in start_thread () from /lib/libpthread.so.0
#18 0x00002b9ac21a354d in clone () from /lib/libc.so.6
#19 0x0000000000000000 in ?? ()

-- 
Niko Tyni   [EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to