rietveld-codereview / rietveld

Code Review, hosted on Google App Engine
https://codereview.appspot.com
Apache License 2.0
557 stars 152 forks source link

[Chromium] BadValueError from Patch Set Delta #559

Open nuthanmunaiah opened 6 years ago

nuthanmunaiah commented 6 years ago

badvalueerror

I am working on a research project in which we are manually annotating code review comments on specific code review patches in the Chromium Project. We use the difference in a file between two subsequent patchsets (i.e. patch set delta) in our analysis. Over the last couple of weeks, we have been observing an increase in frequency of BadValueError unhandled exceptions.

As suggested on the error page, I have created a post (https://groups.google.com/forum/#!topic/codereview-discuss/V56Rcut7ruM) on the discussion group. I am opening this issue because I was not certain if the error is in Rietveld (the product) or Chromium's instance of Rietveld.

Here are some URLs that can be used replicate the issue: