stallonederek / clusterfuzz

Automatically exported from code.google.com/p/clusterfuzz
0 stars 0 forks source link

Search option in Find Bugs doesn't work. #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Click on test report, for example 
https://cluster-fuzz.appspot.com/testcase?key=5529236547829760
2. Click on "find bug" and search "open issues"
The following appears.

__init__() takes exactly 1 argument (3 given)
Traceback (most recent call last):
  File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.3/webapp2.py", line 1511, in __call__
    rv = self.handle_exception(request, response, e)
  File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.3/webapp2.py", line 1505, in __call__
    rv = self.router.dispatch(request, response)
  File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.3/webapp2.py", line 1253, in default_dispatcher
    return route.handler_adapter(request, response)
  File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.3/webapp2.py", line 1076, in __call__
    handler = self.handler(request, response)
TypeError: __init__() takes exactly 1 argument (3 given)

Traceback (most recent call last):
  File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/runtime/wsgi.py", line 266, in Handle
    result = handler(dict(self._environ), self._StartResponse)
  File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.3/webapp2.py", line 1519, in __call__
    response = self._internal_error(e)
  File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.3/webapp2.py", line 1511, in __call__
    rv = self.handle_exception(request, response, e)
  File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.3/webapp2.py", line 1505, in __call__
    rv = self.router.dispatch(request, response)
  File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.3/webapp2.py", line 1253, in default_dispatcher
    return route.handler_adapter(request, response)
  File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.3/webapp2.py", line 1076, in __call__
    handler = self.handler(request, response)
TypeError: __init__() takes exactly 1 argument (3 given)

What is the expected output? What do you see instead?
I expect no other bugs to be found, or a list of similiar crashes.

What version of the product are you using? On what operating system?
I'm using chrome Version 37.0.2062.120 (64-bit) on linux.

Please provide any additional information below.

Original issue reported on code.google.com by bjo...@chromium.org on 11 Sep 2014 at 9:07

GoogleCodeExporter commented 9 years ago

Original comment by infe...@chromium.org on 11 Sep 2014 at 9:46

GoogleCodeExporter commented 9 years ago
Fixed in https://goto.google.com/viewvc/chrome-internal?view=rev&revision=60688

Original comment by mbarbe...@chromium.org on 11 Sep 2014 at 10:12