I am having some issues utilizing XML::LibXSLT into a mod_perl application 
I am working on.  The problem displays itself as a segfault on server 
startup.  The setup I have is a standard RedHat 7.2 box with the following 
updated packages:

apache 1.3.23
mod_perl 1.26
libxml2 2.4.21
libxslt 1.0.17
perl 5.6.1

The CPAN modules are all the latest as of today.  The test is just a 
simple perl section with:

<Perl>
        use XML::LibXSLT;
</Perl

I have removed all of the mod_perl runtime directives to hopefully ease 
the debugging.  Additional notes is that I have rebuilt the perl RH 
package to use -Ubincompat5005 as per instructions from one of the 
mod_perl guides to hopefully avoid common segfaults on startup.  
Any help that you can give me to track down this little issue would be 
greatly appreciated.  The back trace is down below ...


#0  0x404b53df in Perl_share_hek () from /etc/httpd/modules/libperl.so
#1  0x404b3c05 in Perl_hv_store () from /etc/httpd/modules/libperl.so
#2  0x404b3809 in Perl_hv_fetch () from /etc/httpd/modules/libperl.so
#3  0x4047aefd in Perl_gv_fetchpv () from /etc/httpd/modules/libperl.so
#4  0x4049b47f in Perl_newXS () from /etc/httpd/modules/libperl.so
#5  0x404fc42f in Perl_boot_core_UNIVERSAL ()
   from /etc/httpd/modules/libperl.so
#6  0x40475d78 in S_parse_body () from /etc/httpd/modules/libperl.so
#7  0x40475513 in perl_parse () from /etc/httpd/modules/libperl.so
#8  0x40455978 in perl_startup () from /etc/httpd/modules/libperl.so
#9  0x4045c3c1 in perl_section () from /etc/httpd/modules/libperl.so
#10 0x080550a5 in ap_clear_module_list () at eval.c:41
#11 0x08055972 in ap_handle_command () at eval.c:41
#12 0x080559de in ap_srm_command_loop () at eval.c:41
#13 0x08056008 in ap_process_resource_config () at eval.c:41
#14 0x08055f5c in ap_process_resource_config () at eval.c:41
#15 0x080567fc in ap_read_config () at eval.c:41
#16 0x0805ffdd in ap_child_terminate () at eval.c:41
#17 0x080609d3 in main () at eval.c:41
#18 0x40177627 in __libc_start_main (main=0x8060550 <main>, argc=3, 
    ubp_av=0xbffffb04, init=0x804f32c <_init>, fini=0x8074e10 <_fini>, 
    rtld_fini=0x4000dcd4 <_dl_fini>, stack_end=0xbffffafc)
    at ../sysdeps/generic/libc-start.c:129


-- 
//========================================================\\
||  D. Hageman                    <[EMAIL PROTECTED]>  ||
\\========================================================//

Reply via email to