[Webkit-unassigned] [Bug 71642] REGRESSION (r98880-r98891): Leak bot is broken

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 6 22:57:12 PST 2011


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





--- Comment #4 from Eric Seidel <eric at webkit.org>  2011-11-06 22:57:12 PST ---
The latest failure looks like this:

Traceback (most recent call last):
  File "/Volumes/Data/WebKit-BuildSlave/snowleopard-intel-leaks/build/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py", line 439, in <module>
    sys.exit(main())
  File "/Volumes/Data/WebKit-BuildSlave/snowleopard-intel-leaks/build/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py", line 434, in main
    return run(port, options, args)
  File "/Volumes/Data/WebKit-BuildSlave/snowleopard-intel-leaks/build/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py", line 109, in run
    num_unexpected_results = manager.run(result_summary)
  File "/Volumes/Data/WebKit-BuildSlave/snowleopard-intel-leaks/build/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py", line 919, in run
    self._port.print_leaks_summary()
  File "/Volumes/Data/WebKit-BuildSlave/snowleopard-intel-leaks/build/Tools/Scripts/webkitpy/layout_tests/port/mac.py", line 143, in print_leaks_summary
    total_leaks = self._leak_detector.count_total_leaks(leaks_files)
  File "/Volumes/Data/WebKit-BuildSlave/snowleopard-intel-leaks/build/Tools/Scripts/webkitpy/layout_tests/port/leakdetector.py", line 125, in count_total_leaks
    leaks_output = self._filesystem.read_binary_file(leak_file_path)
  File "/Volumes/Data/WebKit-BuildSlave/snowleopard-intel-leaks/build/Tools/Scripts/webkitpy/common/system/filesystem.py", line 201, in read_binary_file
    return f.read()
MemoryError
program finished with exit code 1

>From http://build.webkit.org/builders/SnowLeopard%20Intel%20Leaks/builds/19925/steps/layout-test/logs/stdio

-- 
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