Open Bug 1385200 Opened 7 years ago Updated 2 years ago

Whole Firefox crash in win10 x86

Categories

(Core :: JavaScript Engine, defect, P3)

defect

Tracking

()

People

(Reporter: kangyan91, Unassigned)

References

(Blocks 1 open bug)

Details

(Keywords: crash, testcase)

Attachments

(1 file)

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36

Steps to reproduce:

I download firefox54.0.2  win32 version and run testcase.html




Actual results:

 my firefox broswer get crashed and exit and has no crash report. I use winDbg to debug the execute file, my be it is a UAF .
I haven't been able to reproduce a crash. I just get a slow script warning and a never-ending throbber.
Group: firefox-core-security → javascript-core-security
Component: Untriaged → JavaScript Engine
Product: Firefox → Core
I ran on an ASan x64 build.
The browser hangs for a moment then on the JS console: "too much recursion"
Possible OOM?
This doesn't sound like a security issue.
Group: javascript-core-security
Running the example while debugger is open completely destabilizes the browser. The test also inflates memory usage, so the crashes is likely OOM-related (especially if 32-bit). What is surprising to me is the log spam causes the instability.

Running the following in the devtools console locks up full browser for a long while. |for (var i = 0; i < 1000000; ++i) { console.log("SPAM"); console.log("HAM") }|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P2
Severity: normal → critical
Keywords: crash, testcase
Severity: critical → S4
Priority: P2 → P3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: