sync,com client rests in open files limit

Questions about Wine on Linux
Locked
sango
Newbie
Newbie
Posts: 1
Joined: Thu Jan 19, 2017 1:25 pm

sync,com client rests in open files limit

Post by sango »

Hi

Im trying to use sync.com client under wine 1.9.23. It works ok for a while until overflow open files limit.
this client consists of two process: taskbar and worker.
As i see worker tries use lock file.
Every seconds count of opened files by wineserver extended by 6 and most of this descriptors are links to 'worker.lock' file
when count of opened files by wineserver achieve 4096 worker dies

log contains this lines:
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
but according to 'fixme' possibly this is not critical

Is it possible that wine implementation of lock files can leave garbage descriptors? what can i do for resolving this issue?
Locked