https://bugs.winehq.org/show_bug.cgi?id=45939
Bug ID: 45939 Summary: wineserver hits ulimit, too many open files (eve online) Product: Wine Version: 3.17 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: showard314@gmail.com Distribution: ---
Created attachment 62469 --> https://bugs.winehq.org/attachment.cgi?id=62469 ls -l /proc/17977/fd
When playing eve online, the wineserver linux process hits the default 4096 limit in ubuntu.
$ ls /proc/17977/fd | wc -l 4096
The wineserver has thousands of files open of this form: '/tmp/.wine-1000/server-805-73a277/anonmap.jD13vQ (deleted)'
Attachments are: lsof -p 17977 ls -l /proc/17977/fd
This sounds like: https://bugs.winehq.org/show_bug.cgi?id=45251 but I can't tell if it is a different bug in wine since so many are those tmp anonmaps