Modify ↓
Opened 14 years ago
Last modified 14 years ago
#9960 new defect
Sometimes exception after killing tracd
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | unscheduled |
Component: | general | Version: | 0.12.1 |
Severity: | normal | Keywords: | |
Cc: | Thijs Triemstra, sbranden@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Sometimes when I kill "tracd" (using Ctrl+C) I get the following exception (after the new prompt):
172.16.91.1 - - [06/Jan/2011 12:13:55] "GET /chrome/common/topbar_gradient.png HTTP/1.1" 304 - 172.16.91.1 - - [06/Jan/2011 12:13:55] "GET /chrome/common/topbar_gradient2.png HTTP/1.1" 304 - 172.16.91.1 - - [06/Jan/2011 12:13:55] "GET /chrome/common/collapsed.png HTTP/1.1" 304 - 172.16.91.1 - - [06/Jan/2011 12:13:55] "GET /chrome/common/expanded.png HTTP/1.1" 304 - 172.16.91.1 - - [06/Jan/2011 12:13:55] "GET /chrome/site/your_project_logo.png HTTP/1.1" 404 - ^C [www-data@ubuntu1004|12:14:51] ~/tracsandbox > Unhandled exception in thread started by <function serve at 0xa3bf0d4> Traceback (most recent call last): File "/usr/local/lib/python2.6/dist-packages/Trac-0.12.1-py2.6.egg/trac/web/standalone.py", line 257, in serve httpd.serve_forever() File "/usr/lib/python2.6/SocketServer.py", line 224, in serve_forever r, w, e = select.select([self], [], [], poll_interval) AttributeError: 'NoneType' object has no attribute 'select' ./
This is not a serious bug but I thought I report it here.
Attachments (0)
Change History (3)
comment:1 by , 14 years ago
Milestone: | → unscheduled |
---|
comment:2 by , 14 years ago
Cc: | added |
---|
comment:3 by , 14 years ago
Cc: | added |
---|
Note:
See TracTickets
for help on using tickets.
Right, we already noted this in #3957, but we haven't found an explication so far.