Modify ↓
Opened 18 years ago
Closed 17 years ago
#7099 closed defect (worksforme)
reassign myself leads to errors
| Reported by: | anonymous | Owned by: | osimons |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | web frontend | Version: | 0.11 |
| Severity: | normal | Keywords: | needinfo |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
When trying to reassign ticket to myself an error occurs.
2008-04-09 14:07:44,159 Trac[main] ERROR: (32, 'Broken pipe')
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/Trac-0.11dev_r6814-py2.5.egg/trac/web/main.py", line 417, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.5/site-packages/Trac-0.11dev_r6814-py2.5.egg/trac/web/main.py", line 224, in dispatch
req.send(output, content_type or 'text/html')
File "/usr/lib/python2.5/site-packages/Trac-0.11dev_r6814-py2.5.egg/trac/web/api.py", line 321, in send
self.write(content)
File "/usr/lib/python2.5/site-packages/Trac-0.11dev_r6814-py2.5.egg/trac/web/api.py", line 425, in write
self._write(data)
File "/usr/lib/python2.5/site-packages/Trac-0.11dev_r6814-py2.5.egg/trac/web/wsgi.py", line 199, in _write
self.handler.wfile.write(data)
File "/usr/lib/python2.5/socket.py", line 262, in write
self.flush()
File "/usr/lib/python2.5/socket.py", line 249, in flush
self._sock.sendall(buffer)
Attachments (0)
Change History (5)
comment:1 by , 17 years ago
| Component: | general → ticket system |
|---|
comment:2 by , 17 years ago
| Component: | ticket system → web frontend |
|---|---|
| Owner: | changed from to |
comment:3 by , 17 years ago
| Keywords: | needinfo added |
|---|---|
| Version: | → 0.11 |
comment:4 by , 17 years ago
No feedback given, closing.
If this still happens, please upgrade to at least 0.11.1 and verify that the problem persists there before reopening the ticket.
comment:5 by , 17 years ago
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
Can't reproduce it either with current 0.11-stable, and closing like cboos no doubt intended to do…
Note:
See TracTickets
for help on using tickets.



This is related to #3868 and similar messages from other frontends.
What frontend do you use, what python adapter is used, and at what version? What Trac version? We need more information to make more sense out of your error.