Bug 63619

Summary: REGRESSION(r89843): It cause an assertion intermittently
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: abarth, abecsi, eric, galpeter, ossy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 63468    

Description Csaba Osztrogonác 2011-06-29 04:09:07 PDT
After r89843 we gets this fail intermittently on the Qt bot:

FAIL: test_running_pids (webkitpy.common.system.executive_unittest.ExecutiveTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/ramdisk/qt-linux-release/build/Tools/Scripts/webkitpy/common/system/executive_unittest.py", line 209, in test_running_pids
    self.assertTrue(os.getpid() in pids)
AssertionError
Comment 1 Adam Barth 2011-06-29 08:28:40 PDT
Interesting.  For some reason, the list of running pids that we compute doesn't include our own pid, which seems like bug...
Comment 2 Adam Barth 2011-06-29 08:32:32 PDT

*** This bug has been marked as a duplicate of bug 63624 ***