#15178: Development server hangs very often when used with IE9 beta
------------------------------------+---------------------------------------
Reporter: cataliniacob | Owner: nobody
Status: new | Milestone:
Component: Uncategorized | Version: SVN
Keywords: ie9 development-server | Stage: Unreviewed
Has_patch: 0 |
------------------------------------+---------------------------------------
For almost every request made by IE9 beta the development server hangs or
results in the following stacktrace:
{{{
----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 51855)
Traceback (most recent call last):
File "C:\Python26\lib\SocketServer.py", line 283, in
_handle_request_noblock
self.process_request(request, client_address)
File "C:\Python26\lib\SocketServer.py", line 309, in process_request
self.finish_request(request, client_address)
File "C:\Python26\lib\SocketServer.py", line 322, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "d:\django-sites\django-trunk\django\core\servers\basehttp.py",
line 569, in __init__
BaseHTTPRequestHandler.__init__(self, *args, **kwargs)
File "C:\Python26\lib\SocketServer.py", line 617, in __init__
self.handle()
File "d:\django-sites\django-trunk\django\core\servers\basehttp.py",
line 609, in handle
self.raw_requestline = self.rfile.readline()
File "C:\Python26\lib\socket.py", line 444, in readline
data = self._sock.recv(self._rbufsize)
error: [Errno 10054] An existing connection was forcibly closed by the
remote host
----------------------------------------
}}}
To reproduce this, for me it's enough to start a new project with django-
admin, run the development server and try to load an URL. Sometimes it
takes one or two refreshes of the page to get the exception. After the
exception appears the development server is completely hung, it won't
respond to requests from other browsers until it's restarted. This makes
the development server totally unusable in combination with IE9 beta.
[http://groups.google.com/group/django-
users/browse_thread/thread/350974a41a9637f/5b944619f9bee543 This thread]
suggests that other people experience this as well.
Software versions that I used:
* Django SVN HEAD from today (revision 15343)
* IE9 beta
* Python 2.6.6 32 bit
* Windows 7 64 bit
--
Ticket URL: <http://code.djangoproject.com/ticket/15178>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.