[Webkit-unassigned] [Bug 115933] [WK2] CRASH: EXC_BAD_ACCESS crash in WKContextGetInfoForInstalledPlugIns when the dispatch block is destroyed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 10 17:56:21 PDT 2013


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #201422|review?, commit-queue?      |review-, commit-queue-
               Flag|                            |




--- Comment #3 from Darin Adler <darin at apple.com>  2013-05-10 17:54:47 PST ---
(From update of attachment 201422)
View in context: https://bugs.webkit.org/attachment.cgi?id=201422&action=review

> Source/WebKit2/UIProcess/API/C/mac/WKContextPrivateMac.mm:132
> -        block(toAPI(array.get()), 0);
> +        block(toAPI(array.release().leakRef()), 0);

I think you will get what you want with release().get(); release().leakRef() wrong.

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