Hello I updated samba 3.0.2a to 3.0.7 by RPM (on a Fedora Core 1 server) but now I've got a segfault when I try to connect a Windows 98 client. The following message appear in the logs : [2004/09/21 16:23:49, 0] lib/fault.c:fault_report(36) ==============================================================[2004/09/21 16:23:49, 0] lib/fault.c:fault_report(37) INTERNAL ERROR: Signal 11 in pid 2217 (3.0.7) Please read the appendix Bugs of the Samba HOWTO collection [2004/09/21 16:23:49, 0] lib/fault.c:fault_report(39) ==============================================================[2004/09/21 16:23:49, 0] lib/util.c:smb_panic2(1381) PANIC: internal error [2004/09/21 16:23:49, 0] lib/util.c:smb_panic2(1389) BACKTRACE: 19 stack frames: #0 smbd(smb_panic2+0x111) [0x81d5101] #1 smbd(smb_panic+0x1a) [0x81d4fea] #2 smbd [0x81c2e58] #3 /lib/tls/libc.so.6 [0x37fa18] #4 smbd [0x81afb60] #5 smbd [0x81afc01] #6 smbd [0x81a6de5] #7 smbd(pdb_getsampwnam+0x35) [0x81a8bc5] #8 smbd [0x820d57c] #9 smbd [0x820dbc1] #10 smbd [0x820b26f] #11 smbd(reply_sesssetup_and_X+0x689) [0x80ae429] #12 smbd [0x80d1b26] #13 smbd [0x80d1db0] #14 smbd(process_smb+0x8c) [0x80d1fbc] #15 smbd(smbd_process+0x168) [0x80d2cd8] #16 smbd(main+0x4dd) [0x8247c3d] #17 /lib/tls/libc.so.6(__libc_start_main+0xf0) [0x36d750] #18 smbd(chroot+0x31) [0x80787f1] Here are the operations I've made for the update : - I downloaded a SRC RPM and added "--with-ldapsam" compilation option - I compiled the samba.spec file with "rpmbuild -bb" - I installed the final RPMs (samba, samba-common and samba-client) with the "rpm -Uvh" command - I checked my smb.conf with "testparm" - I restarted the daemons without any error messages in the log.smbd and log.nmbd My users are stored in LDAP an authentication works on the server, so I think that I've made a mistake while updating Samba. I looked into the How-to collection in the Appendix Bugs section and I searched in the list but I did not found any clue. It's the first time I update Samba and I may have missed something ? (some initialised files or anything else) If someone can help me... Thanks Norbert Gomes