[Webkit-unassigned] [Bug 53998] REGRESSION (r77874): Assertion failure on launch in Connection::setDidCloseOnConnectionWorkQueueCallback on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 8 06:24:04 PST 2011


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





--- Comment #2 from Adam Roben (aroben) <aroben at apple.com>  2011-02-08 06:24:04 PST ---
I think we can fix this by waiting to set m_isConnnected=true until open() is called, like on Mac. Even though the pipe is already connected by that point, we won't actually receive anything from it until open() is called, so this should be safe.

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