[Mesa-dev] [Bug 106133] make check "OSError: [Errno 24] Too many open files"

2018-04-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106133

Dylan Baker  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Dylan Baker  ---
0e945fdf23b..dbf5b772b3b  master -> master

-- 
You are receiving this mail because:
You are the QA Contact for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 106133] make check "OSError: [Errno 24] Too many open files"

2018-04-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106133

Dylan Baker  changed:

   What|Removed |Added

   Assignee|mesa-dev@lists.freedesktop. |baker.dyla...@gmail.com
   |org |

--- Comment #1 from Dylan Baker  ---
I'll look into this and see what I can do. I have an idea of how I might fix
it, but I'll have to see if I can reproduce this on my mac.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 106133] make check "OSError: [Errno 24] Too many open files"

2018-04-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106133

Bug ID: 106133
   Summary: make check "OSError: [Errno 24] Too many open files"
   Product: Mesa
   Version: git
  Hardware: x86-64 (AMD64)
OS: Mac OS X (All)
Status: NEW
  Severity: normal
  Priority: medium
 Component: Other
  Assignee: mesa-dev@lists.freedesktop.org
  Reporter: v...@freedesktop.org
QA Contact: mesa-dev@lists.freedesktop.org
CC: baker.dyla...@gmail.com

make check fails glsl/glcpp/tests/glcpp-test-cr-lf.sh test.

$ ./glsl/glcpp/tests/glcpp_test.py ./glsl/glcpp/glcpp glsl/glcpp/tests
--windows --oldmac
[...]
  File "./glsl/glcpp/tests/glcpp_test.py", line 221, in 
main()
  File "./glsl/glcpp/tests/glcpp_test.py", line 211, in main
success = success and test_oldmac(args)
  File "./glsl/glcpp/tests/glcpp_test.py", line 169, in test_oldmac
return _replace_test(args, '\r')
  File "./glsl/glcpp/tests/glcpp_test.py", line 144, in _replace_test
args.glcpp, tmpfile, testfile + '.expected', nl_format=replace)
  File "./glsl/glcpp/tests/glcpp_test.py", line 65, in test_output
stdin=subprocess.PIPE)
  File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py",
line 710, in __init__
errread, errwrite)
  File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py",
line 1223, in _execute_child
errpipe_read, errpipe_write = self.pipe_cloexec()
  File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py",
line 1175, in pipe_cloexec
r, w = os.pipe()
OSError: [Errno 24] Too many open files

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev