[Webkit-unassigned] [Bug 36286] New: webkit-patch what-broke crashes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 17 22:50:59 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=36286

           Summary: webkit-patch what-broke crashes
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: abarth at webkit.org
                CC: eric at webkit.org


Error fetching data for Chromium Win Release build 3512
(http://build.webkit.org/builders/Chromium%20Win%20Release/builds/3512)
Traceback (most recent call last):
  File "./WebKitTools/Scripts/webkit-patch", line 70, in <module>
    main()
  File "./WebKitTools/Scripts/webkit-patch", line 65, in main
    WebKitPatch(__file__).main()
  File
"/Users/abarth/git/webkit/WebKitTools/Scripts/webkitpy/multicommandtool.py",
line 299, in main
    return command.check_arguments_and_execute(options, args, self)
  File
"/Users/abarth/git/webkit/WebKitTools/Scripts/webkitpy/multicommandtool.py",
line 113, in check_arguments_and_execute
    return self.execute(options, args, tool) or 0
  File
"/Users/abarth/git/webkit/WebKitTools/Scripts/webkitpy/commands/queries.py",
line 200, in execute
    self._print_blame_information_for_builder(builder_status,
name_width=longest_builder_name)
  File
"/Users/abarth/git/webkit/WebKitTools/Scripts/webkitpy/commands/queries.py",
line 179, in _print_blame_information_for_builder
    (last_green_build, first_red_build) =
self._find_green_to_red_transition(builder_status)
  File
"/Users/abarth/git/webkit/WebKitTools/Scripts/webkitpy/commands/queries.py",
line 130, in _find_green_to_red_transition
    before_red_build = red_build.previous_build()
AttributeError: 'NoneType' object has no attribute 'previous_build'

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list