Bug 64045 - Assertion failure in WebNetscapePluginView when plugins loaded on Leopard
Summary: Assertion failure in WebNetscapePluginView when plugins loaded on Leopard
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Plug-ins (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-06 18:00 PDT by Kenichi Ishibashi
Modified: 2022-07-01 11:35 PDT (History)
1 user (show)

See Also:


Attachments
crash report log (46.14 KB, application/octet-stream)
2011-07-06 18:01 PDT, Kenichi Ishibashi
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kenichi Ishibashi 2011-07-06 18:00:08 PDT
Open a webpage that contains plugin contents (e.g. http://www.cnn.com) with WebKit debug build on Leopard.  Following assertion failure will occur:

0x00e96ba1 in -[WebNetscapePluginDocumentView sendEvent:isDrawRect:] (self=0x1e51db00, _cmd=0xf4489a, event=0xbfffd670, eventIsDrawRect=1 '\001') at /Users/bashi/WebKit.spica/Source/WebKit/mac/Plugins/WebNetscapePluginView.mm:638
638	    ASSERT((drawingModel != NPDrawingModelCoreGraphics) || !eventIsDrawRect || [NSView focusView] == self);

A crash report log is attached.
Comment 1 Kenichi Ishibashi 2011-07-06 18:01:01 PDT
Created attachment 99908 [details]
crash report log
Comment 2 Alexey Proskuryakov 2022-07-01 11:35:55 PDT
Mass closing plug-in bugs, as plug-in support has been removed from WebKit.

Please comment and/or reopen if this still affects WebKit in some way.