RESOLVED WONTFIX 17262
ASSERTION FAILED: plugin
https://bugs.webkit.org/show_bug.cgi?id=17262
Summary ASSERTION FAILED: plugin
Matt Lilek
Reported 2008-02-09 14:00:25 PST
If you use the Flip4Mac Netscape plugin instead of the .webplugin version (2.2.0.49), you hit the following ASSERT when closing a 1fm stream: ASSERTION FAILED: plugin (/Users/matt/Code/WebKit/WebKit/mac/Plugins/WebBaseNetscapePluginView.mm:1945 void -[WebBaseNetscapePluginView willCallPlugInFunction](WebBaseNetscapePluginView*, objc_selector*)) Thread 0 Crashed: 0 com.apple.WebKit 0x0018b3ce -[WebBaseNetscapePluginView willCallPlugInFunction] + 70 (WebBaseNetscapePluginView.mm:1945) 1 com.apple.WebKit 0x001844a8 -[WebBaseNetscapePluginStream _deliverData] + 180 (WebBaseNetscapePluginStream.mm:483) 2 com.apple.Foundation 0x90ad0a6e __NSFireDelayedPerform + 382 3 com.apple.CoreFoundation 0x90428b7e CFRunLoopRunSpecific + 4494 4 com.apple.CoreFoundation 0x90428d38 CFRunLoopRunInMode + 88 5 com.apple.HIToolbox 0x916158a4 RunCurrentEventLoopInMode + 283 6 com.apple.HIToolbox 0x916156bd ReceiveNextEventCommon + 374 7 com.apple.HIToolbox 0x91615531 BlockUntilNextEventMatchingListInMode + 106 8 com.apple.AppKit 0x9287ed5b _DPSNextEvent + 657 9 com.apple.AppKit 0x9287e6a0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128 10 com.apple.Safari 0x00009d4e 0x1000 + 36174 11 com.apple.AppKit 0x928776d1 -[NSApplication run] + 795 12 com.apple.AppKit 0x928449ba NSApplicationMain + 574 13 com.apple.Safari 0x00002876 0x1000 + 6262
Attachments
Ahmad Saleem
Comment 1 2022-06-30 04:11:37 PDT
Safari has removed NPAPI and Webkit Plugin support and this assertion happened in "WebBaseNetscapePluginview.mm", which is also removed as part of following commit: https://github.com/WebKit/WebKit/commit/043ef2367e62a2cc7e9facb1bdc42b0867b8dd6d Can this be marked as "RESOLVED WONTFIX"? Thanks!
Note You need to log in before you can comment on or make changes to this bug.