Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Ticket #686 (defect)

Opened 1 year ago

Last modified 2 months ago

Software caused connection abort

Status: closed (fixed)

Reported by: Andrew Stromnov <stromnov@gmail.com> Assigned to: rdelon
Priority: normal Milestone: 3.1
Component: CherryPy code Keywords:
Cc: stromnov@gmail.com

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]

Change History

03/17/08 15:49:57: Modified by fumanchu

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in [1929].

03/17/08 15:50:07: Modified by fumanchu

  • milestone set to 3.1.

Hosted by WebFaction

Log in as guest/cpguest to create tickets