wangyifang280 / google-safe-browsing

Automatically exported from code.google.com/p/google-safe-browsing
0 stars 0 forks source link

error when exit #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I came through this error every time I visit /quitquitquit to exit it. 

Traceback (most recent call last):
  File "dashboard.py", line 201, in <module>
    main(sys.argv)
  File "dashboard.py", line 195, in main
    http_server.serve_forever()
  File "/usr/lib/python2.6/SocketServer.py", line 224, in serve_forever
    r, w, e = select.select([self], [], [], poll_interval)
  File "/usr/lib/python2.6/SocketServer.py", line 438, in fileno
    return self.socket.fileno()
  File "<string>", line 1, in fileno
  File "/usr/lib/python2.6/socket.py", line 167, in _dummy
    raise error(EBADF, 'Bad file descriptor')
socket.error: [Errno 9] Bad file descriptor

In the same time, the size of datastore file remains the same, 12288 bytes as 
it's first created. It never grows, and so it seems that the data is never 
stored locally.
I don't know if it have anything to do with the errors above.

So what shall I do?

Original issue reported on code.google.com by lixinf...@gmail.com on 18 Jan 2011 at 9:12