Re: Multiple zombies after using smbfs.ko
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
討論串 (同標題文章)
完整討論串 (本文為第 7 之 7 篇):