Bug 89807 - [Qt][GTK]REGRESSION(r121058): It made plugin tests assert
Summary: [Qt][GTK]REGRESSION(r121058): It made plugin tests assert
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P1 Critical
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks: 79668 89123
  Show dependency treegraph
 
Reported: 2012-06-23 01:53 PDT by Csaba Osztrogonác
Modified: 2012-06-29 06:27 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Mark Hahnenberg 2012-06-24 08:19:18 PDT
The reason this happens is because whatever is calling into JSC doesn't take a JSLock before doing so. This is expected behavior and it indicates a bug in the code that is calling into JSC.
Comment 2 Csaba Osztrogonác 2012-06-29 06:27:00 PDT
fixed patch relanded - http://trac.webkit.org/changeset/121381