Bug 136301 - REGRESSION(r172946): Plugin tests asserting on Yosemite debug bot
Summary: REGRESSION(r172946): Plugin tests asserting on Yosemite debug bot
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-27 12:44 PDT by Antti Koivisto
Modified: 2014-08-27 14:18 PDT (History)
1 user (show)

See Also:


Attachments
patch (2.81 KB, patch)
2014-08-27 12:47 PDT, Antti Koivisto
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antti Koivisto 2014-08-27 12:44:21 PDT
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   com.apple.JavaScriptCore      	0x00000001067b8cca WTFCrash + 42
1   com.apple.WebCore             	0x000000010b8653a9 WebCore::ResourceLoadScheduler::scheduleLoad(WebCore::ResourceLoader*) + 329
2   com.apple.WebCore             	0x000000010b8654ed WebCore::ResourceLoadScheduler::schedulePluginStreamLoad(WebCore::Frame*, WebCore::NetscapePlugInStreamLoaderClient*, WebCore::ResourceRequest const&) + 109
3   com.apple.WebKitLegacy        	0x00000001110a85f3 WebKit::HostedNetscapePluginStream::start() + 419
4   com.apple.WebKitLegacy        	0x00000001110c442d WebKit::NetscapePluginInstanceProxy::loadRequest(NSURLRequest*, char const*, bool, unsigned int&) + 1549
5   com.apple.WebKitLegacy        	0x00000001110c3df7 WebKit::NetscapePluginInstanceProxy::loadURL(char const*, char const*, char const*, unsigned int, LoadURLFlags, unsigned int&) + 2087
6   com.apple.WebKitLegacy        	0x00000001110b1837 WKPCLoadURL + 439
7   com.apple.WebKitLegacy        	0x00000001111c9527 _XPCLoadURL + 215
8   com.apple.WebKitLegacy        	0x00000001111cb40c WebKitPluginClient_server + 236
9   com.apple.WebKitLegacy        	0x00000001110b1398 WebKit::NetscapePluginHostProxy::processRequests() + 440
10  com.apple.WebKitLegacy        	0x00000001110c579d WebKit::NetscapePluginInstanceProxy::processRequestsAndWaitForReply(unsigned int) + 1101
11  com.apple.WebKitLegacy        	0x00000001110ad05a std::__1::unique_ptr<WebKit::NetscapePluginInstanceProxy::InstantiatePluginReply, std::__1::default_delete<WebKit::NetscapePluginInstanceProxy::InstantiatePluginReply> > WebKit::NetscapePluginInstanceProxy::waitForReply<WebKit::NetscapePluginInstanceProxy::InstantiatePluginReply>(unsigned int) + 122
12  com.apple.WebKitLegacy        	0x00000001110ac442 WebKit::NetscapePluginHostManager::instantiatePlugin(WTF::String const&, int, WTF::String const&, WebHostedNetscapePluginView*, NSString*, NSArray*, NSArray*, NSString*, NSURL*, bool, bool, bool, bool) + 2770
13  com.apple.WebKitLegacy        	0x0000000111187188 -[WebHostedNetscapePluginView createPlugin] + 920
Comment 1 Antti Koivisto 2014-08-27 12:47:42 PDT
Created attachment 237239 [details]
patch
Comment 2 Antti Koivisto 2014-08-27 14:18:07 PDT
https://trac.webkit.org/r173017  (with windows fix)