Modify ↓
Opened 19 years ago
Closed 19 years ago
#3287 closed defect (wontfix)
crash while trying to view a changeset
| Reported by: | anonymous | Owned by: | Christian Boos |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | version control | Version: | devel |
| Severity: | normal | Keywords: | svn |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
http://trac.foo.bar/trac/efg/changeset/3267
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 314, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 199, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.4/site-packages/trac/versioncontrol/web_ui/changeset.py", line 255, in process_request
diff_args, diff_options)
File "/usr/lib/python2.4/site-packages/trac/versioncontrol/web_ui/changeset.py", line 480, in _render_html
diff_bytes += _estimate_changes(old_node, new_node)
File "/usr/lib/python2.4/site-packages/trac/versioncontrol/web_ui/changeset.py", line 434, in _estimate_changes
return old_size + new_size
TypeError: unsupported operand type(s) for +: 'NoneType' and 'long'
Attachments (0)
Change History (3)
comment:1 by , 19 years ago
| Component: | general → version control |
|---|---|
| Description: | modified (diff) |
| Keywords: | svn added |
| Owner: | changed from to |
comment:2 by , 19 years ago
| Keywords: | needinfo added |
|---|
comment:3 by , 19 years ago
| Keywords: | needinfo removed |
|---|---|
| Resolution: | → wontfix |
| Status: | new → closed |
No additional details since two months, closing.
Note:
See TracTickets
for help on using tickets.



Interesting, this would correspond to an
EDITchange for aFILEwith theold_nodereturningNoneforget_content_length… but this should only happen for aDIRECTORY…Can you provide me with some more informations, like the file types and sizes from the files involved in the changeset, before and after the changeset?