Comment #8 on issue 995 by [email protected]: Mac OS X: IOError: [Errno 35] Resource temporarily unavailable
http://code.google.com/p/robotframework/issues/detail?id=995

We are currently unable to reproduce the problem.

The first stack trace shows that some exception is raised before and the first exception is hidden by the fact that exception writing fails ( File "/Users/filip/.buildout/eggs/robotframework-2.6.1-py2.7.egg/robot/__init__.py", line 97, in _execute
    _report_error('Unexpected error: %s' % error, details) ).

There shouldn't be any reason for Robot Framework to close standard outputs or inputs. Robot Framework internally uses threads only for timeout functionality. Also Python GIL doesn't allow real threading. What kind of libraries are you using in your tests?

Could you make a small example where the problem occurs?

Reply via email to