Supervisor/supervisor

I/O operation on closed file

Open

#984 geöffnet am 24. Aug. 2017

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (1.233 Forks)batch import
help wantedlogging

Repository-Metriken

Stars
 (7.941 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Hello.

Using supervisor 3.3.3 on OS X, installed through brew.

The system seems to work 'ok'; but the error file is a torrent of errors such as these (below). Any hints appreciated.

2017-08-24 13:34:04,513 CRIT uncaptured python exception, closing channel <POutputDispatcher at 4318273408 for <Subprocess at 4316929848 with name central-worker-engine-2 in state RUNNING> (stdout)> (<type 'exceptions.ValueError'>:I/O operation on closed file [/usr/local/Cellar/supervisor/3.3.3/libexec/lib/python2.7/site-packages/supervisor/supervisord.py|runforever|227] [/usr/local/Cellar/supervisor/3.3.3/libexec/lib/python2.7/site-packages/supervisor/dispatchers.py|handle_read_event|232] [/usr/local/Cellar/supervisor/3.3.3/libexec/lib/python2.7/site-packages/supervisor/dispatchers.py|record_output|166] [/usr/local/Cellar/supervisor/3.3.3/libexec/lib/python2.7/site-packages/supervisor/dispatchers.py|_log|142] [/usr/local/Cellar/supervisor/3.3.3/libexec/lib/python2.7/site-packages/supervisor/loggers.py|info|275] [/usr/local/Cellar/supervisor/3.3.3/libexec/lib/python2.7/site-packages/supervisor/loggers.py|log|293] [/usr/local/Cellar/supervisor/3.3.3/libexec/lib/python2.7/site-packages/supervisor/loggers.py|emit|186] [/usr/local/Cellar/supervisor/3.3.3/libexec/lib/python2.7/site-packages/supervisor/loggers.py|doRollover|211])

Contributor Guide