Opened 14 years ago

Last modified 13 years ago

#7728 closed defect

'diff' causes a crash with mastertickets plugin enabled. — at Initial Version

Reported by: anonymous Owned by: Noah Kantrowitz
Priority: normal Component: MasterTicketsPlugin
Severity: major Keywords:
Cc: okul@…, braamvh@… Trac Release: 0.11

Description

Hi, To reproduce:

  • Change the description for a ticket and then submit it.
  • In the change history you will see something like "description modified (diff)"
  • click on diff
  • crash *

log Python Traceback

Most recent call last: File "c:\program files\bitnami trac stack\trac\lib\site-packages\Trac-0.11.6-py2.5.egg\trac\web\main.py", line 450, in _dispatch_request

dispatcher.dispatch(req)

File "c:\program files\bitnami trac stack\trac\lib\site-packages\Trac-0.11.6-py2.5.egg\trac\web\main.py", line 217, in dispatch

self._post_process_request(req, *resp)

File "c:\program files\bitnami trac stack\trac\lib\site-packages\Trac-0.11.6-py2.5.egg\trac\web\main.py", line 309, in _post_process_request

resp = f.post_process_request(req, *resp)

File "build\bdist.win32\egg\mastertickets\web_ui.py", line 64, in post_process_request

System Information:

User Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.472.63 Safari/534.3

Trac: 0.11.6 Python: 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit (Intel)] setuptools: 0.6c11 SQLite: 3.6.11 pysqlite: 2.5.5 Genshi: 0.5.1 mod_python: 3.3.1 RPC: 1.1.0 jQuery: 1.2.6

If you disable the master tickets plugin, there is no problem with the diff!

Hope someone can help!

thanks, Sanjay

Change History (0)

Note: See TracTickets for help on using tickets.