DragonFly BSD
DragonFly bugs List (threaded) for 2005-03
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Multiple zombies after using smbfs.ko


From: Sergey Gluschenko <deen@xxxxxxxxxx>
Date: Fri, 4 Mar 2005 02:51:34 +0200

On Tue, 1 Mar 2005 15:03:14 -0800 (PST)
Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx> 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@xxxxxxxxxxxxx>
> 

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]