Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Software caused connection abort #686

Closed
ghost opened this issue Apr 16, 2007 · 1 comment
Closed

Software caused connection abort #686

ghost opened this issue Apr 16, 2007 · 1 comment

Comments

@ghost
Copy link

ghost commented Apr 16, 2007

Originally reported by: Anonymous


At this point server stops processing any incoming connections.
CherryPy 3.0.x + Python 2.4.x + FreeBSD 4.11

Exception in thread CPHTTPServer Thread-1:
Traceback (most recent call last):
  File "/usr/local/lib/python2.4/threading.py", line 442, in __bootstrap
    self.run()
  File "/usr/local/lib/python2.4/threading.py", line 422, in run
    self.__target(*self.__args, **self.__kwargs)
  File "./packages/cherrypy/_cpserver.py", line 126, in _start_http_thread
    httpserver.start()
  File "./packages/cherrypy/wsgiserver/__init__.py", line 869, in start
    self.tick()
  File "./packages/cherrypy/wsgiserver/__init__.py", line 896, in tick
    s, addr = self.socket.accept()
  File "/usr/local/lib/python2.4/socket.py", line 169, in accept
    sock, addr = self._sock.accept()
error: (53, 'Software caused connection abort')

Quick workaround (in my case) similar to [1283]

Reported by Andrew Stromnov stromnov@gmail.com


@ghost
Copy link
Author

ghost commented Mar 17, 2008

Original comment by Robert Brewer (Bitbucket: fumanchu, GitHub: fumanchu):


Fixed in [1929].

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants