﻿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
698	Exceptions thrown after CONTROL-C typed to stop test web server.	Tekhne	Adrian Holovaty	"I received the following exceptions after attempting to stop the built-in test server with CONTROL-C:

{{{
shell> django-admin.py runserver
Validating models...
0 errors found.

Starting server on port 8000 with settings module 'myproject.settings'.
Go to http://127.0.0.1:8000/ for Django.
Quit the server with CONTROL-C (Unix) or CTRL-BREAK (Windows).
[26/Oct/2005 09:43:53] ""GET /admin/ HTTP/1.1"" 200 1615
[26/Oct/2005 09:44:00] ""POST /admin/ HTTP/1.1"" 302 0
[26/Oct/2005 09:44:00] ""GET /admin/ HTTP/1.1"" 200 5899
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
  File ""/usr/local/python-2.4.1/lib/python2.4/atexit.py"", line 24, in _run_exitfuncs
    func(*targs, **kargs)
  File ""/usr/local/python-2.4.1/lib/python2.4/threading.py"", line 636, in __exitfunc
    self._Thread__delete()
  File ""/usr/local/python-2.4.1/lib/python2.4/threading.py"", line 522, in __delete
    del _active[_get_ident()]
KeyError: 1076103392
Error in sys.exitfunc:
Traceback (most recent call last):
  File ""/usr/local/python-2.4.1/lib/python2.4/atexit.py"", line 24, in _run_exitfuncs
    func(*targs, **kargs)
  File ""/usr/local/python-2.4.1/lib/python2.4/threading.py"", line 636, in __exitfunc
    self._Thread__delete()
  File ""/usr/local/python-2.4.1/lib/python2.4/threading.py"", line 522, in __delete
    del _active[_get_ident()]
KeyError: 1076103392
}}}"	defect	closed	Core (Management commands)		normal	duplicate		pete.crosier@…	Unreviewed	0	0	0	0	0	0
