Bug 17262
Summary: | ASSERTION FAILED: plugin | ||
---|---|---|---|
Product: | WebKit | Reporter: | Matt Lilek <dev+webkit> |
Component: | Plug-ins | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | ahmad.saleem792, andersca, ap, rniwa |
Priority: | P3 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.5 | ||
URL: | http://www.1.fm/ |
Matt Lilek
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
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!