Package: samba
Version: 3.0.14a-3
-----------------
This panic happend only once, under a heavy print retry to a non existent
printer. :/
samba not using ldap directly, just through resolver library.
maybe the problem is in ldap resolver code?
I am using Debian GNU/Linux 3.1, kernel 2.6.8-2-k7
and libc6 2.3.2.ds1-22
ldap versions:
apt-show-versions | grep ldap
libldap-2.2-7/stable uptodate 2.2.23-8
php4-ldap/stable uptodate 4:4.3.10-16
libnss-ldap/stable uptodate 238-1
libpam-ldap/stable uptodate 178-1sarge1
libldap2/stable uptodate 2.1.30-8
ldap-utils/stable uptodate 2.2.23-8
-----------------
The Samba 'panic action' script, /usr/share/samba/panic-action,
was called for pid 12139 (/usr/sbin/smbd).
Below is a backtrace for this process generated with gdb, which shows
the state of the program at the time the error occured. You are
encouraged to submit this information as a bug report to Debian. For
information about the procedure for submitting bug reports , please see
http://www.debian.org/Bugs/Reporting or the reportbug(1) manpage.
Using host libthread_db library "/lib/tls/libthread_db.so.1".
`system-supplied DSO at 0xffffe000' has disappeared; keeping its symbols.
[Thread debugging using libthread_db enabled]
[New Thread 1077705920 (LWP 12139)]
0x4023c3ae in waitpid () from /lib/tls/libc.so.6
#0 0x4023c3ae in waitpid () from /lib/tls/libc.so.6
#1 0x401d1d12 in system () from /lib/tls/libc.so.6
#2 0x081eb261 in smb_panic2 (why=0x82c0afd "internal error",
decrement_pid_count=1) at lib/util.c:1486
#3 0x081eb1ea in smb_panic (why=0x82c0afd "internal error") at lib/util.c:1445
#4 0x081d7368 in fault_report (sig=6) at lib/fault.c:41
#5 <signal handler called>
#6 0x401bb83b in raise () from /lib/tls/libc.so.6
#7 0x401bcfa2 in abort () from /lib/tls/libc.so.6
#8 0x401b52df in __assert_fail () from /lib/tls/libc.so.6
#9 0x4005837d in ber_get_next () from /usr/lib/liblber.so.2
#10 0x40029096 in ldap_result () from /usr/lib/libldap_r.so.2
#11 0x40028da5 in ldap_result () from /usr/lib/libldap_r.so.2
#12 0x40437f8a in ?? () from /lib/libnss_ldap.so.2
#13 0x083fafb8 in ?? ()
#14 0x00000006 in ?? ()
#15 0x00000000 in ?? ()
#16 0x00000000 in ?? ()
#17 0x0838d8e0 in ?? ()
#18 0xbfffd2c4 in ?? ()
#19 0x00000020 in ?? ()
#20 0x40444888 in ?? () from /lib/libnss_ldap.so.2
#21 0x0838d8e0 in ?? ()
#22 0x00000000 in ?? ()
#23 0xbfffd2c8 in ?? ()
#24 0x00000034 in ?? ()
#25 0x0838d8d0 in ?? ()
#26 0xbfffd460 in ?? ()
#27 0x00000000 in ?? ()
#28 0x40444888 in ?? () from /lib/libnss_ldap.so.2
#29 0x0838d8d0 in ?? ()
#30 0xbfffd460 in ?? ()
#31 0xbfffd2c8 in ?? ()
#32 0x40437b7a in ?? () from /lib/libnss_ldap.so.2
#33 0x0838d8d0 in ?? ()
#34 0x00000000 in ?? ()
#35 0x00000006 in ?? ()
#36 0x40444888 in ?? () from /lib/libnss_ldap.so.2
#37 0x40444888 in ?? () from /lib/libnss_ldap.so.2
#38 0xffffffff in ?? ()
#39 0xbfffd348 in ?? ()
#40 0x4043b507 in _nss_ldap_getpwent_r () from /lib/libnss_ldap.so.2
----------------
uname -a
Linux server 2.6.8-2-k7 #1 Thu May 19 18:03:29 JST 2005 i686 GNU/Linux
----------------
/etc/nsswitch.conf:
# /etc/nsswitch.conf
#
# Example configuration of GNU Name Service Switch functionality.
# If you have the `glibc-doc' and `info' packages installed, try:
# `info libc "Name Service Switch"' for information about this file.
passwd: files ldap
group: files ldap
shadow: files ldap
hosts: files dns
networks: files
protocols: files
services: files
ethers: files
rpc: files
netgroup: nis
--------------
Thanks!
bye Imre Szőllősi