Closed
Bug 1230336
Opened 9 years ago
Closed 4 years ago
Hang trying to quit and open a new browser window at the same time
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox45 | --- | affected |
People
(Reporter: jruderman, Unassigned)
Details
(Keywords: hang, testcase, Whiteboard: [fuzzblocker:hangs])
Attachments
(2 files)
1. Set up a new profile with:
A. https://github.com/MozillaSecurity/funfuzz/blob/master/dom/automation/constant-prefs.js as prefs.js
B. Add:
user_pref("nglayout.debug.disable_xul_cache", true);
C. https://github.com/MozillaSecurity/funfuzz/tree/master/dom/extension/ installed in the profile
(either wget + drag https://www.squarefree.com/extensions/domFuzzLite3.xpi, or do the text file thing)
2. Save a local copy of the testcase
3. firefox h.html
Result: Firefox hangs (beachballing but not hogging CPU) about 50% of the time.
Reporter | ||
Comment 1•9 years ago
|
||
nsEventQueue.cpp @ nsEventQueue::GetEvent
55 mEventsAvailable.Wait();
Reporter | ||
Comment 2•9 years ago
|
||
This will prevent me from finding some other hang bugs.
Whiteboard: [fuzzblocker:hangs]
Comment 3•4 years ago
|
||
Following the reporter's steps I am able to confirm that the issues doesn't happen anymore on MacOs 10.15 on any of the current versions of Firefox Nightly 87.0a1 (2021-02-15), beta 86.0 and release 85.0.2. The example test case doesn't hang Firefox anymore.
Closing this issue as Resolved > Worksforme.
Feel free to re-open or file a new bug if this issue reoccurs again.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•