#14273: Development server does not shutdown cleanly
----------------------------+-----------------------------------------------
Reporter: rmboggs | Owner: nobody
Status: new | Milestone:
Component: Core framework | Version: 1.2
Keywords: runserver | Stage: Unreviewed
Has_patch: 0 |
----------------------------+-----------------------------------------------
I am able to run the development server for testing but when I hit Ctrl-C
to stop it, the error below is thrown. It is occurring in versions 1.2.1,
1.2.2, and 1.2.3. It's not preventing usage that I can see but it is a
bit of an eyesore.
Thanks,
Ryan
{{{
$: python manage.py runserver
Validating models...
0 errors found
Django version 1.2.1, using settings 'mayham.settings'
Development server is running at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
^CUnhandled exception in thread started by <function inner_run at
0x872cc8b4>
Traceback (most recent call last):
File "/usr/local/lib/python2.6/site-
packages/django/core/management/commands/runserver.py", line 60, in
inner_run
run(addr, int(port), handler)
File "/usr/local/lib/python2.6/site-
packages/django/core/servers/basehttp.py", line 721, in run
httpd.serve_forever()
File "/usr/local/lib/python2.6/SocketServer.py", line 224, in
serve_forever
r, w, e = select.select([self], [], [], poll_interval)
select.error: (4, 'Interrupted system call')
}}}
--
Ticket URL: <http://code.djangoproject.com/ticket/14273>
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.