Here's the backtrace,

[root@app perl]# gdb /www/bin/httpd   
GNU gdb 4.18
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux"...(no debugging symbols
found)...
(gdb) run -X
Starting program: /www/bin/httpd -X

Program received signal SIGSEGV, Segmentation fault.
0x811b160 in Perl_sv_setsv ()
(gdb) bt
#0  0x811b160 in Perl_sv_setsv ()
#1  0x81122f3 in Perl_pp_sassign ()
#2  0x8111f7d in Perl_runops_standard ()
#3  0x80da005 in perl_call_sv ()
#4  0x80d9bc4 in perl_call_sv ()
#5  0x8108a61 in Perl_vdie ()
#6  0x8108b84 in Perl_die ()
#7  0x813741c in Perl_pp_die ()
#8  0x8111f7d in Perl_runops_standard ()
#9  0x80da005 in perl_call_sv ()
#10 0x80d9dce in perl_call_sv ()
#11 0x807dd1b in perl_call_handler ()
#12 0x807d6c6 in perl_run_stacked_handlers ()
#13 0x807c40d in perl_handler ()
#14 0x8097383 in ap_invoke_handler ()
#15 0x80aa999 in ap_some_auth_required ()
#16 0x80aa9fc in ap_process_request ()
#17 0x80a229e in ap_child_terminate ()
#18 0x80a242c in ap_child_terminate ()
#19 0x80a2589 in ap_child_terminate ()
#20 0x80a2bb6 in ap_child_terminate ()
#21 0x80a3343 in main ()
#22 0x400d21eb in __libc_start_main (main=0x80a2ffc <main>, argc=2,
argv=0xbffffc04, init=0x8062820 <_init>, 
    fini=0x814f3dc <_fini>, rtld_fini=0x4000a610 <_dl_fini>,
stack_end=0xbffffbfc) at ../sysdeps/generic/libc-start.c:90
(gdb) 


Platform: 

Linux RedHat 6.1
Perl 5.6.0
Apache 1.3.12
mod_perl 1.24
  Compiled statically with Apache without any other third-party modules

Modules used: (all recent versions)

Apache::DBI
DBI
CGI
CGI::Carp
HTML::Template


I also encountered occasionally the "Bizarre copy of ARRAY in aassign at
/usr/lib/perl5/5.6.0/Carp/Heavy.pm line 79" error discussed some time before
on the list.

Can anyone give me some pointer?

TIA,
Kenneth

Reply via email to