Closed
Bug 663773
Opened 14 years ago
Closed 14 years ago
Invoking NPN_Evaluate to execute Javascript alert function causes a deadlock
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 648935
People
(Reporter: ignas, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1
Build Identifier: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1
Deadlock happens when NPAPI plugin tries to evaluate Javascript code that eventually calls alert() function. The issue is only reproducible on Firefox 4. Same plugin work fine in Firefox 3. Related to plugin container?
Reproducible: Always
Steps to Reproduce:
1. Create plugin that invokes NPN_Evaluate("alert('test')").
2. Observe the deadlock.
Actual Results:
Firefox deadlocks and process must be killed.
Expected Results:
Dialog box should be displayed and Firefox should continue running.
Problem has been observed on several different machines.
Comment 1•14 years ago
|
||
I think this is a dup of bug 648935. Can you check recent nightly/aurora builds?
You are correct, it seems to work fine. Thanks!
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•