﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
14273	Development server does not shutdown cleanly	rmboggs	nobody	"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')
}}}"	Cleanup/optimization	closed	Core (Other)	1.2	Normal	worksforme	runserver	unai@…	Accepted	1	0	0	1	0	0
