Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 110598 - Apache worker crash when visiting nagios status.cgi (combined with ldap authentication and a missing ldap server)
Summary: Apache worker crash when visiting nagios status.cgi (combined with ldap authe...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: IA64 Linux
: High critical (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-27 00:14 UTC by Christian Theune
Modified: 2005-10-27 17:35 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Theune 2005-10-27 00:14:41 UTC
I have nagios 1.2 installed and apache 2.0.54-r31. When visiting the nagios
status.cgi (or any other cgi) apache workers crash (but apache itself keeps
working) with following error message:

*** glibc detected *** corrupted double-linked list: 0x00002aaaac479a38 ***
*** glibc detected *** corrupted double-linked list: 0x00002aaaac479a38 ***
*** glibc detected *** corrupted double-linked list: 0x00002aaaac479a38 ***
*** glibc detected *** corrupted double-linked list: 0x00002aaaac479a38 ***
[Thu Oct 27 09:09:03 2005] [notice] child pid 12170 exit signal Aborted (6)
[Thu Oct 27 09:09:03 2005] [notice] child pid 12171 exit signal Aborted (6)
[Thu Oct 27 09:09:03 2005] [notice] child pid 12172 exit signal Aborted (6)
[Thu Oct 27 09:09:03 2005] [notice] child pid 12269 exit signal Aborted (6)


Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Portage 2.0.51.22-r2 (default-linux/amd64/2005.0, gcc-3.4.4, glibc-2.3.5-r1,
2.6.12-gentoo-r6 x86_64)
=================================================================
System uname: 2.6.12-gentoo-r6 x86_64 Intel(R) Xeon(TM) CPU 2.80GHz
Gentoo Base System version 1.6.13
dev-lang/python:     2.2.3-r6, 2.3.5-r2
sys-apps/sandbox:    1.2.11
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=nocona -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=nocona -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j6"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 alsa apache2 avi berkdb bitmap-fonts crypt cups curl eds emboss
encode foomaticdb fortran gd gdbm gif gpm gstreamer imagemagick imap imlib
innodb ipv6 jpeg ldap libwww lm_sensors lzw lzw-tiff mp3 mpeg mysql nagios-dns
nagios-ntp nagios-ping nagios-ssh ncurses nls opengl pam pdflib perl png python
quicktime readline sasl sdl snmp spell ssl tcpd tiff truetype-fonts type1-fonts
usb userlocales xml2 xpm xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 Christian Theune 2005-10-27 01:27:42 UTC
I just found out that this happens due to a combination of mod_ldapauth and 
an LDAP-server that was down. You still get the authentication request in the
browser but apache then dies ... So it looks like mod_ldap is to be blamed here.
Works fine after starting the ldap server again ...
Comment 2 Michael Stewart (vericgar) (RETIRED) gentoo-dev 2005-10-27 17:35:41 UTC
User worked the issue out.