Bug 111322 - [Qt] REGRESSION(r141240) Crash in PluginPackage::fetchInfo
Summary: [Qt] REGRESSION(r141240) Crash in PluginPackage::fetchInfo
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Allan Sandfeld Jensen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-04 07:14 PST by Allan Sandfeld Jensen
Modified: 2013-03-08 06:06 PST (History)
2 users (show)

See Also:


Attachments
Patch (1.34 KB, patch)
2013-03-04 07:16 PST, Allan Sandfeld Jensen
hausmann: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Allan Sandfeld Jensen 2013-03-04 07:14:52 PST
Some pages causes a crash in QLibrary::load() called from PluginPackage::fetchInfo(). It seem to be caused by trying to load incompatible plugins that should have been skipped by the blacklist.
Comment 1 Allan Sandfeld Jensen 2013-03-04 07:16:39 PST
Created attachment 191236 [details]
Patch
Comment 2 Allan Sandfeld Jensen 2013-03-04 07:55:43 PST
Committed r144627: <http://trac.webkit.org/changeset/144627>
Comment 3 David Faure 2013-03-08 06:06:31 PST
Ah, good catch, thanks.
Sorry for the regression.