[Webkit-unassigned] [Bug 35965] REGRESSION: Launching a custom plugin causes a crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 10 23:24:04 PST 2010


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





--- Comment #4 from Christopher Hunt <huntc at internode.on.net>  2010-03-10 23:24:04 PST ---
A further update: it appears as though the problem is associated with my plugin
being scriptable. The following code works ok given that eo1 represents my
plugin:

    var mapOverlay = eo1.createMapOverlay();

Similarly if I assign some native object then all is well:

    eo1.setProjection(true);

However if I attempt to assign the mapOverlay instance then it crashes as per
previous crash report:

    eo1.setProjection(mapOverlay);

As stated, my JS/plugin interactions work just fine under production Safari and
interestingly when running the nightly build via the debugger i.e. in-process
plugins.

Will keep plugging away...

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