[Webkit-unassigned] [Bug 211386] REGRESSION: [ Mac WK1 ] inspector/console/console-api.html is flaky crashing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 4 10:17:13 PDT 2020


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

David Kilzer (:ddkilzer) <ddkilzer at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ddkilzer at webkit.org
           See Also|                            |https://bugs.webkit.org/sho
                   |                            |w_bug.cgi?id=211245

--- Comment #3 from David Kilzer (:ddkilzer) <ddkilzer at webkit.org> ---
(In reply to Truitt Savell from comment #0)
> Crash Log:
> https://build.webkit.org/results/Apple-Catalina-Release-WK1-Tests/
> r261078%20(5479)/inspector/console/console-api-crash-log.txt

This crash looks like an over-released Objective-C object (that was later replaced by another object of a different type):


Application Specific Information:
CRASHING TEST: inspector/console/console-api.html
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSMallocBlock__ convertRectToBacking:]: unrecognized selector sent to instance 0x7fefcf5f0a70'
abort() called
terminating with uncaught exception of type NSException


This might have caught the bug sooner:
Bug 211245: EWS bots should run with NSZombieEnabled=YES

Also, this is a crash in AppKit scrolling code.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200504/3da42875/attachment-0001.htm>


More information about the webkit-unassigned mailing list