exceptions.IOError: [Errno 24] Too many open files: '/home/buildbot/master/ffmpeg64-solaris10-sparc/13347-log-shell_5-configure.log'
/opt/csw/lib/python2.7/site-packages/buildbot/process/buildstep.py:334 in startStep
333                    else:
334                        result = yield self.start()
335                    if result == SKIPPED:
/opt/csw/lib/python2.7/site-packages/buildbot/steps/shell.py:258 in start
257
258        self.startCommand(cmd, warnings)
259
/opt/csw/lib/python2.7/site-packages/buildbot/process/buildstep.py:667 in startCommand
666        # there might be other logs
667        self.setupLogfiles(cmd, self.logfiles)
668
/opt/csw/lib/python2.7/site-packages/buildbot/process/buildstep.py:695 in setupLogfiles
694                # tell the BuildStepStatus to add a LogFile
695                newlog = self.addLog(logname)
696                # and tell the RemoteCommand to feed it
/opt/csw/lib/python2.7/site-packages/buildbot/process/buildstep.py:520 in addLog
519    def addLog(self, name):
520        loog = self._step_status.addLog(name)
521        self._connectPendingLogObservers()
/opt/csw/lib/python2.7/site-packages/buildbot/status/buildstep.py:234 in addLog
233        logfilename = self.build.generateLogfileName(self.name, name)
234        log = LogFile(self, name, logfilename)
235        self.logs.append(log)
/opt/csw/lib/python2.7/site-packages/buildbot/status/logfile.py:240 in __init__
239            os.makedirs(dirname)
240        self.openfile = open(fn, "w+")
241        self.runEntries = []
exceptions.IOError: [Errno 24] Too many open files: '/home/buildbot/master/ffmpeg64-solaris10-sparc/13347-log-shell_5-configure.log'