看板 DFBSD_bugs 關於我們 聯絡資訊
On Tue, 1 Mar 2005 15:03:14 -0800 (PST) Matthew Dillon <dillon@apollo.backplane.com> wrote: > > Sergey, Rumko had the same problem and from his core dump and other > debugging info we tracked this down. Please try this patch. > > -Matt > Matthew Dillon > <dillon@backplane.com> > Thanks! This path solves problem with zombies, but now there is another problem: ~# mount_smbfs -E koi8-r:cp866 //oreol/ftp /mnt/net/ Segmentation fault (core dumped) Without recoding it works just fine, but when i try any recoding table it crashes. I think that the problem is in contrib/smbfs/lib/smb/nls.c : 109 ... icd = my_iconv_open(external, local); ... Something wrong with iconv_open() -- Sergey Gluschenko