Edgewall Software
Modify

Opened 13 years ago

Last modified 13 years ago

#9960 new defect

Sometimes exception after killing tracd

Reported by: Sebastian Krysmanski <sebastian@…> 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 Christian Boos, 13 years ago

Milestone: unscheduled

Right, we already noted this in #3957, but we haven't found an explication so far.

comment:2 by Thijs Triemstra, 13 years ago

Cc: Thijs Triemstra added

comment:3 by sbranden, 13 years ago

Cc: sbranden@… added

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The ticket will remain with no owner.
The ticket will be disowned.
as The resolution will be set. Next status will be 'closed'.
The owner will be changed from (none) to anonymous. Next status will be 'assigned'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.