GNOME Bugzilla – Bug 773986
Bugzilla fails to accept bug reports containing a stack trace in the description
Last modified: 2016-11-05 18:50:08 UTC
When I submit a new bug report containing a python traceback in the bug description, bugzilla fails, producing an error 500 page. When I submit the same report without the traceback, it works.
Example traceback that triggered the problem earlier today: Traceback (most recent call last):
+ Trace 236834
width, height)
Looks like bugzilla is doing some special parsing of stack traces. I'm going post the same one again, this time with indentation, to see if the result looks different in the posted comment. Example traceback: Traceback (most recent call last):
+ Trace 236835
width, height) cairo.Error: invalid value (typically too big) for the size of the input (surface, pattern, etc.)
*** This bug has been marked as a duplicate of bug 744491 ***