RESOLVED WONTFIX 152595
Assertion failure in NetscapePlugin::registerRedirect
https://bugs.webkit.org/show_bug.cgi?id=152595
Summary Assertion failure in NetscapePlugin::registerRedirect
June Geol Kim
Reported 2015-12-30 00:20:27 PST
When loading http://www.ft.com, void NetscapePlugin::registerRedirect(NetscapePluginStream* stream, const URL& requestURL, int redirectResponseStatus, void* notificationData) { #if ENABLE(NETWORK_PROCESS) // NPP_URLRedirectNotify may synchronously request this stream back out, so set it first m_redirects.set(notificationData, std::make_pair(stream, requestURL.string())); At this time, notificationData is always nullptr. Below code throws KeyTraits::emptyValue void HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::checkKey(const T& key) { if (!HashFunctions::safeToCompareToEmptyOrDeleted) return; ASSERT(!HashTranslator::equal(KeyTraits::emptyValue(), key));
Attachments
Alexey Proskuryakov
Comment 1 2016-01-08 16:14:29 PST
Could you please post a full stack trace for the crash? Also, which WebKit port are you using?
Alexey Proskuryakov
Comment 2 2022-07-01 11:35:14 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.
Note You need to log in before you can comment on or make changes to this bug.