Re: [Mesa-dev] [PATCH] compiler/glsl: close fd's in glcpp_test.py

2018-04-21 Thread Vinson Lee
On Fri, Apr 20, 2018 at 10:22 AM, Dylan Baker wrote: > I would have thought falling out of scope would allow the gc to collect > these, but apparently it doesn't, and this hits an fd limit on macos. > > CC: v...@freedesktop.org > Bugzilla:

Re: [Mesa-dev] [PATCH] compiler/glsl: close fd's in glcpp_test.py

2018-04-20 Thread Eric Anholt
Dylan Baker writes: > I would have thought falling out of scope would allow the gc to collect > these, but apparently it doesn't, and this hits an fd limit on macos. Reviewed-by: Eric Anholt signature.asc Description: PGP signature

[Mesa-dev] [PATCH] compiler/glsl: close fd's in glcpp_test.py

2018-04-20 Thread Dylan Baker
I would have thought falling out of scope would allow the gc to collect these, but apparently it doesn't, and this hits an fd limit on macos. CC: v...@freedesktop.org Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106133 Fixes: db8cd8e36771eed98eb638fd0593c978c3da52a9