Re: [gwt-contrib] Fwd: Usage of file handles/file streams in GWT source code

2017-06-12 Thread Colin Alworth
I fixed a few of these once upon a time in 2.6 or so to deal with an fd exhaustion issue on linux, would be willing to take on more. In that case even in success they were leaking, as opposed to only causing issues in cases of failures (more on this below). If you have a list of cases that are

[gwt-contrib] Fwd: Usage of file handles/file streams in GWT source code

2017-06-12 Thread Thomas Broyer
Moving discussion to GWT Contrib. On Sunday, June 11, 2017 at 9:35:30 PM UTC+2, mr.g...@gmail.com wrote: > > Reading and writing of files should only be done using try-with-resources. > This might not be an issue on Linux, but it is a serious issue on Windows > where I repeatedly get conflicts