pogom icon indicating copy to clipboard operation
pogom copied to clipboard

thread.Killed

Open nborrmann opened this issue 9 years ago • 1 comments

Traceback (most recent call last):
  File "runserver.py", line 75, in <module>
    app.run(threaded=True, debug=args.debug, host=args.host, port=args.port)
  File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 843, in run
    run_simple(host, port, self, **options)
  File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 694, in run_simple
    inner()
  File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 659, in inner
    srv.serve_forever()
  File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 499, in serve_forever
    HTTPServer.serve_forever(self)
  File "/usr/lib/python2.7/SocketServer.py", line 238, in serve_forever
    self._handle_request_noblock()
  File "/usr/lib/python2.7/SocketServer.py", line 297, in _handle_request_noblock
    self.handle_error(request, client_address)
  File "/usr/lib/python2.7/SocketServer.py", line 295, in _handle_request_noblock
    self.process_request(request, client_address)
  File "/usr/lib/python2.7/SocketServer.py", line 610, in process_request
    t.start()
  File "/usr/lib/python2.7/threading.py", line 745, in start
    _start_new_thread(self.__bootstrap, ())
thread.Killed

nborrmann avatar Aug 08 '16 17:08 nborrmann

It could occurs in a computer with lack of memory..

poruvip avatar Aug 15 '16 02:08 poruvip