Someone shared a history with me for the purpose of debugging their Galaxy problem in our local Galaxy instance. I set the "error_email_to" to our bug reporting email address, but I can't submit a bug report using the "bug" icon in the history for datasets in an error state. The traceback is below. The job failure was a missing tool by the way. Has anyone run into this before? 10.244.xxx.xxx - - [03/Oct/2011:16:02:12 -0400] "POST /dataset/report_error HTTP/1.1" 500 - "http://galaxy.hpc.ufl.edu/datase t/errors?id=767" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_1) AppleWebKit/534.48.3 (KHTML, like Gecko) Version/5.1 Safari /534.48.3" Error - <type 'exceptions.IndexError'>: list index out of range URL: http://galaxy.hpc.ufl.edu/dataset/report_error File '/galaxy/prod/galaxy/eggs/Paste-1.6-py2.6.egg/paste/exceptions/errormiddleware.py', line 143 in __call__ app_iter = self.application(environ, start_response) File '/galaxy/prod/galaxy/eggs/Paste-1.6-py2.6.egg/paste/recursive.py', line 80 in __call__ return self.application(environ, start_response) File '/galaxy/prod/galaxy/lib/galaxy/web/framework/middleware/remoteuser.py', line 111 in __call__ return self.app( environ, start_response ) File '/galaxy/prod/galaxy/eggs/Paste-1.6-py2.6.egg/paste/httpexceptions.py', line 632 in __call__ return self.application(environ, start_response) File '/galaxy/prod/galaxy/lib/galaxy/web/framework/base.py', line 145 in __call__ body = method( trans, **kwargs ) File '/galaxy/prod/galaxy/lib/galaxy/web/controllers/dataset.py', line 171 in report_error job = hda.creating_job_associations[0].job IndexError: list index out of range