Bug 156750
Summary: | REGRESSION: Mac debug EWS bots freeze | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | dino, graouts, lforschler, ryanhaddad, simon.fraser |
Priority: | P2 | ||
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Alexey Proskuryakov
Mac Debug EWS bots have started to all freeze, this already happened twice in two days.
We must have made a change in WebKit that kills graphics, as the problem is that WindowServer hangs.
+ 9732 CGXServer (in CoreGraphics) + 839 [0x7fff99d962db]
+ 9732 CGXRunOneServicesPass (in CoreGraphics) + 155 [0x7fff99d95a81]
+ 9732 run_timer_pass (in CoreGraphics) + 412 [0x7fff99c28fc6]
+ 9732 update_display_callback (in CoreGraphics) + 59 [0x7fff99e308fc]
+ 9732 MPDisplayDeviceSurfaceIsReady (in CoreGraphics) + 114 [0x7fff99dd29f7]
+ 9732 IOAccelSurfaceControl (in IOKit) + 74 [0x7fff955a0329]
+ 9732 IOConnectCallScalarMethod (in IOKit) + 111 [0x7fff95595c52]
+ 9732 io_connect_method (in IOKit) + 381 [0x7fff955f216c]
+ 9732 mach_msg (in libsystem_kernel.dylib) + 55 [0x7fff96f8d64f]
+ 9732 mach_msg_trap (in libsystem_kernel.dylib) + 10 [0x7fff96f8e4de]
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
It is also possible that we haven't landed anything yet, and it's the patch in bug 156689 that kills EWS machines.
Alexey Proskuryakov
Looks like that was indeed it, and fixing that patch made the problem stop.
EWS++