[Webkit-unassigned] [Bug 32283] It seems that Exceptions aren't handled properly in C callback functions when embedding Javascriptcore.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 8 16:01:11 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=32283
--- Comment #4 from Darin Adler <darin at apple.com> 2009-12-08 16:01:11 PST ---
Created an attachment (id=44494)
--> (https://bugs.webkit.org/attachment.cgi?id=44494)
Fixed version of sample application
I fixed the sample application. The code to create the exception was making a
string object, but the code to receive the exception expected an object with a
property named message.
Note there is also a storage leak in the test application. There are calls to
create strings without corresponding release calls.
--
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