Title: Core dump on startup

I'm having problems with httpd core dumping during startup and have been completely unable to track it down.  Sometimes it will start up fine and other times it will core dump.  Any ideas, hints, etc.. would be GREATLY appreciated.

I'm running:
        VALinux/RedHat 6.0 - Linux 2.2.13
        apache 1.3.12
        mod_perl 1.22
        mod_ssl 2.6.2 / OpenSSL 0.9.5
        mm 1.0.12
        perl 5.005_03 (RedHat 6.0 dist RPM)


--------------------  Core Info -----------------------
[root@machine logs]# ls -l
total 33359
-rw-------   1 root     506      34025472 Apr  6 21:57 core
-rw-------   1 root     506             0 Apr  6 21:57 httpd.mm.16267.sem
[root@machine logs]# gdb ../bin/httpd core
GNU gdb 4.17.0.13 with Linux support
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)...
Core was generated by `/HealthSuite/apache/bin/httpd'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /lib/libm.so.6...done.
Reading symbols from /lib/libcrypt.so.1...done.
Reading symbols from /lib/libnsl.so.1...done.
Reading symbols from /lib/libdb.so.3...done.
Reading symbols from /usr/lib/libgdbm.so.2...done.
Reading symbols from /lib/libdl.so.2...done.
Reading symbols from /lib/libc.so.6...done.
Reading symbols from /lib/ld-linux.so.2...done.
Reading symbols from /lib/libnss_files.so.2...done.
Reading symbols from /usr/lib/perl5/5.00503/i386-linux/auto/POSIX/POSIX.so...done.
Reading symbols from /usr/lib/perl5/site_perl/5.005/i386-linux/auto/Storable/Storable.so...done.
Reading symbols from /usr/lib/perl5/5.00503/i386-linux/auto/IO/IO.so...done.
Reading symbols from /usr/lib/perl5/5.00503/i386-linux/auto/Fcntl/Fcntl.so...done.
Reading symbols from /usr/lib/perl5/site_perl/5.005/i386-linux/auto/Digest/MD5/MD5.so...done.
Reading symbols from /usr/lib/perl5/site_perl/5.005/i386-linux/auto/DBI/DBI.so...done.
Reading symbols from /usr/lib/perl5/site_perl/5.005/i386-linux/auto/XML/Parser/Expat/Expat.so...done.
Reading symbols from /usr/lib/perl5/site_perl/5.005/i386-linux/auto/HTML/Parser/Parser.so...done.
Reading symbols from /usr/lib/perl5/site_perl/5.005/i386-linux/auto/Date/Calc/Calc.so...done.
Reading symbols from /usr/lib/perl5/site_perl/5.005/i386-linux/pdflib.so...done.
Reading symbols from /usr/lib/libpdf2.01.so...done.
Reading symbols from /usr/lib/libtiff.so.3...done.
Reading symbols from /usr/lib/libjpeg.so.62...done.
Reading symbols from /usr/lib/libz.so.1...done.
#0  0x40116f49 in chunk_free (ar_ptr=0x401a9dc0, p=0x9f22bf8) at malloc.c:3030
malloc.c:3030: No such file or directory.
(gdb) where
#0  0x40116f49 in chunk_free (ar_ptr=0x401a9dc0, p=0x9f22bf8) at malloc.c:3030
#1  0x40116dd5 in __libc_free (mem=0x9f22c00) at malloc.c:2942
#2  0x819d02c in Perl_safefree ()
#3  0x81ad3ea in Perl_sv_setsv ()
#4  0x81a5ff3 in Perl_pp_sassign ()
#5  0x81d3f8d in Perl_runops_standard ()
#6  0x817c77c in perl_eval_sv ()
#7  0x80b2c2c in perl_do_file ()
#8  0x80b2c5e in perl_load_startup_script ()
#9  0x80af208 in perl_cmd_require ()
#10 0x80c6d57 in ap_clear_module_list ()
#11 0x80c7203 in ap_handle_command ()
#12 0x80c7299 in ap_srm_command_loop ()
#13 0x80c76a0 in ap_process_resource_config ()
#14 0x80c7f82 in ap_read_config ()
#15 0x80d22a3 in main ()
#16 0x400d6493 in __libc_start_main (main=0x80d200c <main>, argc=1, argv=0xbffffc04, init=0x807d694 <_init>,
    fini=0x81d4e8c <_fini>, rtld_fini=0x4000a840 <_dl_fini>, stack_end=0xbffffbfc)
    at ../sysdeps/generic/libc-start.c:78
(gdb)


--
Robert Jenks <[EMAIL PROTECTED]>

 

startup.pl

httpd.conf

Reply via email to