<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>71087</bug_id>
          
          <creation_ts>2011-10-27 19:04:59 -0700</creation_ts>
          <short_desc>REGRESSION (r98639): NRWT crashes when parsing leaks output</short_desc>
          <delta_ts>2011-10-27 20:48:14 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Tools / Tests</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Mac</rep_platform>
          <op_sys>OS X 10.6</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>http://build.webkit.org/builders/SnowLeopard%20Intel%20Leaks/builds/19794/steps/layout-test/logs/stdio</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>MakingBotsRed, Regression</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>34984</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Adam Roben (:aroben)">aroben</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>eric</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>492192</commentid>
    <comment_count>0</comment_count>
    <who name="Adam Roben (:aroben)">aroben</who>
    <bug_when>2011-10-27 19:04:59 -0700</bug_when>
    <thetext>NRWT is crashing when parsing leaks output. From http://build.webkit.org/builders/SnowLeopard%20Intel%20Leaks/builds/19794/steps/layout-test/logs/stdio :


2011-10-27 18:40:46,932 95552 stack_utils.py:67 DEBUG     File &quot;/Volumes/Data/WebKit-BuildSlave/snowleopard-intel-leaks/build/Tools/Scripts/webkitpy/layout_tests/controllers/worker.py&quot;, line 91, in run
2011-10-27 18:40:46,932 95552 stack_utils.py:67 DEBUG       self._worker_connection.run_message_loop()
2011-10-27 18:40:46,932 95552 stack_utils.py:67 DEBUG     File &quot;/Volumes/Data/WebKit-BuildSlave/snowleopard-intel-leaks/build/Tools/Scripts/webkitpy/layout_tests/controllers/message_broker.py&quot;, line 191, in run_message_loop
2011-10-27 18:40:46,932 95552 stack_utils.py:67 DEBUG       self._broker.run_message_loop(self._run_topic, self._client, delay_secs)
2011-10-27 18:40:46,932 95552 stack_utils.py:67 DEBUG     File &quot;/Volumes/Data/WebKit-BuildSlave/snowleopard-intel-leaks/build/Tools/Scripts/webkitpy/layout_tests/controllers/message_broker.py&quot;, line 127, in run_message_loop
2011-10-27 18:40:46,932 95552 stack_utils.py:67 DEBUG       self._run_loop(topic_name, client, block=True, delay_secs=delay_secs)
2011-10-27 18:40:46,932 95552 stack_utils.py:67 DEBUG     File &quot;/Volumes/Data/WebKit-BuildSlave/snowleopard-intel-leaks/build/Tools/Scripts/webkitpy/layout_tests/controllers/message_broker.py&quot;, line 141, in _run_loop
2011-10-27 18:40:46,932 95552 stack_utils.py:67 DEBUG       self._dispatch_message(msg, client)
2011-10-27 18:40:46,932 95552 stack_utils.py:67 DEBUG     File &quot;/Volumes/Data/WebKit-BuildSlave/snowleopard-intel-leaks/build/Tools/Scripts/webkitpy/layout_tests/controllers/message_broker.py&quot;, line 150, in _dispatch_message
2011-10-27 18:40:46,933 95552 stack_utils.py:67 DEBUG       message_handler(message.src, *optargs)
2011-10-27 18:40:46,933 95552 stack_utils.py:67 DEBUG     File &quot;/Volumes/Data/WebKit-BuildSlave/snowleopard-intel-leaks/build/Tools/Scripts/webkitpy/layout_tests/controllers/worker.py&quot;, line 111, in handle_test_list
2011-10-27 18:40:46,933 95552 stack_utils.py:67 DEBUG       self._run_test(test_input)
2011-10-27 18:40:46,933 95552 stack_utils.py:67 DEBUG     File &quot;/Volumes/Data/WebKit-BuildSlave/snowleopard-intel-leaks/build/Tools/Scripts/webkitpy/layout_tests/controllers/worker.py&quot;, line 131, in _run_test
2011-10-27 18:40:46,933 95552 stack_utils.py:67 DEBUG       self.clean_up_after_test(test_input, result)
2011-10-27 18:40:46,933 95552 stack_utils.py:67 DEBUG     File &quot;/Volumes/Data/WebKit-BuildSlave/snowleopard-intel-leaks/build/Tools/Scripts/webkitpy/layout_tests/controllers/worker.py&quot;, line 189, in clean_up_after_test
2011-10-27 18:40:46,933 95552 stack_utils.py:67 DEBUG       self.kill_driver()
2011-10-27 18:40:46,933 95552 stack_utils.py:67 DEBUG     File &quot;/Volumes/Data/WebKit-BuildSlave/snowleopard-intel-leaks/build/Tools/Scripts/webkitpy/layout_tests/controllers/worker.py&quot;, line 159, in kill_driver
2011-10-27 18:40:46,933 95552 stack_utils.py:67 DEBUG       self._driver.stop()
2011-10-27 18:40:46,933 95552 stack_utils.py:67 DEBUG     File &quot;/Volumes/Data/WebKit-BuildSlave/snowleopard-intel-leaks/build/Tools/Scripts/webkitpy/layout_tests/port/webkit.py&quot;, line 628, in stop
2011-10-27 18:40:46,933 95552 stack_utils.py:67 DEBUG       self._server_process.stop()
2011-10-27 18:40:46,933 95552 stack_utils.py:67 DEBUG     File &quot;/Volumes/Data/WebKit-BuildSlave/snowleopard-intel-leaks/build/Tools/Scripts/webkitpy/layout_tests/port/server_process.py&quot;, line 269, in stop
2011-10-27 18:40:46,933 95552 stack_utils.py:67 DEBUG       self._port.check_for_leaks(self.name(), self.pid())
2011-10-27 18:40:46,934 95552 stack_utils.py:67 DEBUG     File &quot;/Volumes/Data/WebKit-BuildSlave/snowleopard-intel-leaks/build/Tools/Scripts/webkitpy/layout_tests/port/mac.py&quot;, line 131, in check_for_leaks
2011-10-27 18:40:46,934 95552 stack_utils.py:67 DEBUG       self._leak_detector.check_for_leaks(process_name, process_pid)
2011-10-27 18:40:46,934 95552 stack_utils.py:67 DEBUG     File &quot;/Volumes/Data/WebKit-BuildSlave/snowleopard-intel-leaks/build/Tools/Scripts/webkitpy/layout_tests/port/leakdetector.py&quot;, line 126, in check_for_leaks
2011-10-27 18:40:46,934 95552 stack_utils.py:67 DEBUG       _log.debug(&quot;Checking for leaks in %s&quot; % process_name)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>492193</commentid>
    <comment_count>1</comment_count>
    <who name="Adam Roben (:aroben)">aroben</who>
    <bug_when>2011-10-27 19:06:00 -0700</bug_when>
    <thetext>2011-10-27 18:40:46,935 95429 manager.py:1409 ERROR worker/0 raised NameError(&apos;global name &apos;_log&apos; is not defined&apos;):</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>492204</commentid>
    <comment_count>2</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2011-10-27 19:47:37 -0700</bug_when>
    <thetext>Sorry.  Easy fix.  Will post once I&apos;m back home from dinner.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>492217</commentid>
    <comment_count>3</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2011-10-27 20:43:51 -0700</bug_when>
    <thetext>Odd.  That line didn&apos;t change.  I guess it broke a while ago.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>492218</commentid>
    <comment_count>4</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2011-10-27 20:46:10 -0700</bug_when>
    <thetext>That should fix the problem.  I&apos;m very sorry for the redness.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>492219</commentid>
    <comment_count>5</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2011-10-27 20:48:14 -0700</bug_when>
    <thetext>http://trac.webkit.org/changeset/98682</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>