On Monday 16 of May 2005 12:12, you wrote: > Hi > > mysqld is no longer statically compiled so please just upgrade. > If you did that and the problem is still present, contact me then > I will reopen the bug and we'll see what else could be the cause. > > bye, > > -christian-
# dpkg -s mysql-server-4.1 | grep ^Version Version: 4.1.11a-1 # grep passwd /etc/nsswitch.conf passwd: files db # mysqld 2>&1 | tail resolve it The manual page at http://www.mysql.com/doc/en/Crashing.html contains information that should help you find out what is causing the crash. This crash occured while the server was calling initgroups(). This is often due to the use of a mysqld that is statically linked against glibc and configured to use LDAP in /etc/nsswitch.conf. You will need to either upgrade to a version of glibc that does not have this problem (2.3.4 or later when used with nscd), disable LDAP in your nsswitch.conf, or use a mysqld that is not statically linked. # gdb mysqld [...] (gdb) bt #0 0x00000000 in ?? () #1 0xb7d2f948 in _nss_db_getspnam_r () from /lib/libnss_db.so.2 #2 0xb7d2facb in _nss_db_getspnam_r () from /lib/libnss_db.so.2 #3 0xb7d2df10 in _nss_db_setgrent () from /lib/libnss_db.so.2 #4 0xb7de26d1 in initgroups () from /lib/tls/i686/cmov/libc.so.6 #5 0xb7de25fc in initgroups () from /lib/tls/i686/cmov/libc.so.6 #6 0xb7de246a in initgroups () from /lib/tls/i686/cmov/libc.so.6 #7 0x0818a8cc in fn_format_relative_to_data_home () #8 0x0818876c in main () -- .''`. Piotr Roszatycki, Netia SA : :' : mailto:[EMAIL PROTECTED] `. `' mailto:[EMAIL PROTECTED] `- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]