Closed
Bug 482372
Opened 16 years ago
Closed 15 years ago
FF3.0.7 crashes with DEP when running Flash and Java Applet in a specific order.
Categories
(Core Graveyard :: Java: OJI, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: pweller, Unassigned)
Details
(Keywords: crash, stackwanted, Whiteboard: [closeme 2010-01-25])
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7
FF3.0.7 crashes with a DEP when loading a Java Applet while another FF window currently has a Flash player running. The steps to reproduce are listed below. The Flash and Java apps can be bare minimum (hello world type). HTML, actionscript, swf, java and .class can all be sent to consistently reproduce.
The DEP occurs when the JRE exits. Running ONLY Flash app does not cause the problem. Running only Java App does not cause the crash. Cash only happens when Java is run after Flash is running. Both flash plugin and jre are latest. FF3 is also latest.
Reproducible: Always
Steps to Reproduce:
1. Open a web page with hrefs to a embedded flash page, and a separate java app page
2. Launch the flash app in a separate window via a popup (window.open).
3. Launch the java applet in a separate window via a popup (window.open).
4. Close the java applet window
5. Close the flash window shortly afterward
6. DEP occurs about a minute later (when JRE closes)
Actual Results:
DEP occurs, taking out all FF3 windows
Expected Results:
FF3 should continue to function normally on any open windows.
I can email the main html page with the links and javascript to launch the two popups. I can provide the flash swf, fla, as, and server-side (FMS) action script. I can provide the .java and .class. Contact me via the account email address with direction on where to send.
| Reporter | ||
Updated•16 years ago
|
Summary: FF3.0.7 crashes with DEP when running Flash and Java Applet is specific order. → FF3.0.7 crashes with DEP when running Flash and Java Applet in a specific order.
Component: General → Java: OJI
Keywords: crash
Product: Firefox → Core
QA Contact: general → java.oji
Version: unspecified → 1.9.0 Branch
Comment 1•16 years ago
|
||
can you reproduce with FF 3.5 or higher, with current versions of flash, etc?
if you can reproduce, a stack trace is needed
https://developer.mozilla.org/En/How_to_get_a_stacktrace_for_a_bug_report
Keywords: stackwanted
Whiteboard: [closeme 2010-01-25]
Comment 2•15 years ago
|
||
Information that would help the bug be processed should be attached to the bug. Closing as incomplete. Should information be added this can be reopened.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•