witwall / fb2pdf

Automatically exported from code.google.com/p/fb2pdf
0 stars 0 forks source link

daemon crash #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
2007-03-21 16:46:53,882 DEBUG    Received new task
2007-03-21 16:46:53,882 ERROR    Unknown Processing Error - treating as
Persistent
Traceback (most recent call last):
  File "/usr/bin/fbdaemon", line 391, in main
    processMessage(m)
  File "/usr/bin/fbdaemon", line 108, in processMessage
    logging.getLogger('fbdaemon').debug("Received new task")
  File "/usr/lib64/python2.4/logging/__init__.py", line 947, in debug
    apply(self._log, (DEBUG, msg, args), kwargs)
  File "/usr/lib64/python2.4/logging/__init__.py", line 1068, in _log
    self.handle(record)
  File "/usr/lib64/python2.4/logging/__init__.py", line 1078, in handle
    self.callHandlers(record)
  File "/usr/lib64/python2.4/logging/__init__.py", line 1115, in callHandlers
    hdlr.handle(record)
  File "/usr/lib64/python2.4/logging/__init__.py", line 640, in handle
    self.emit(record)
  File "/usr/lib64/python2.4/logging/__init__.py", line 740, in emit
    self.handleError(record)
  File "/usr/lib64/python2.4/logging/__init__.py", line 691, in handleError
    traceback.print_exception(ei[0], ei[1], ei[2], None, sys.stderr)
  File "/usr/lib64/python2.4/traceback.py", line 124, in print_exception
    _print(file, 'Traceback (most recent call last):')
  File "/usr/lib64/python2.4/traceback.py", line 13, in _print
    file.write(str+terminator)
IOError: [Errno 5] Input/output error

Original issue reported on code.google.com by kroko...@gmail.com on 22 Mar 2007 at 12:41

GoogleCodeExporter commented 9 years ago

Original comment by kroko...@gmail.com on 22 Mar 2007 at 12:47

GoogleCodeExporter commented 9 years ago
try to run it with 'nohup'
looks like it tries to write to stderr

Original comment by alex.s...@gmail.com on 22 Mar 2007 at 12:57

GoogleCodeExporter commented 9 years ago
you are right. usually I do but this time I forgot so it crashed once I logged 
out.
thanks!

Original comment by kroko...@gmail.com on 22 Mar 2007 at 1:00