[meta] crashes in EnterBaseline / EnterJit
Categories
(Core :: JavaScript Engine, defect, P5)
Tracking
()
Tracking | Status | |
---|---|---|
firefox47 | --- | wontfix |
firefox48 | --- | wontfix |
firefox49 | --- | wontfix |
firefox-esr45 | --- | wontfix |
firefox50 | --- | wontfix |
firefox51 | --- | wontfix |
firefox52 | --- | wontfix |
firefox-esr52 | --- | wontfix |
firefox53 | --- | wontfix |
firefox54 | --- | wontfix |
firefox55 | --- | wontfix |
firefox56 | --- | wontfix |
firefox57 | --- | wontfix |
firefox58 | --- | wontfix |
firefox61 | --- | affected |
firefox62 | --- | affected |
firefox63 | --- | affected |
firefox95 | --- | affected |
firefox96 | --- | affected |
firefox97 | --- | affected |
People
(Reporter: kairo, Unassigned)
References
(Depends on 3 open bugs, Blocks 1 open bug)
Details
(5 keywords, Whiteboard: [file separate bugs for specific reproducible cases][unactionable], ShutDownKill)
Crash Data
Reporter | ||
Comment 2•12 years ago
|
||
Updated•12 years ago
|
Reporter | ||
Comment 3•12 years ago
|
||
Updated•12 years ago
|
Updated•12 years ago
|
Comment 4•11 years ago
|
||
Reporter | ||
Comment 5•11 years ago
|
||
Updated•11 years ago
|
Reporter | ||
Comment 6•11 years ago
|
||
Updated•11 years ago
|
Comment 7•11 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Comment 12•9 years ago
|
||
Reporter | ||
Comment 13•9 years ago
|
||
Updated•9 years ago
|
Updated•9 years ago
|
Comment 17•8 years ago
|
||
Comment 18•8 years ago
|
||
Comment 20•8 years ago
|
||
Comment 21•8 years ago
|
||
Comment 22•8 years ago
|
||
Comment 24•8 years ago
|
||
Comment 25•8 years ago
|
||
Updated•8 years ago
|
Updated•7 years ago
|
Updated•7 years ago
|
Updated•7 years ago
|
Updated•7 years ago
|
Updated•7 years ago
|
Updated•7 years ago
|
Comment 27•7 years ago
|
||
Updated•7 years ago
|
Updated•7 years ago
|
Updated•7 years ago
|
Updated•7 years ago
|
Comment 28•7 years ago
|
||
Comment 29•7 years ago
|
||
Updated•7 years ago
|
Updated•7 years ago
|
Updated•6 years ago
|
Updated•5 years ago
|
Updated•3 years ago
|
Comment 33•3 years ago
|
||
¡Hola y'all!
Found this crash over at https://support.mozilla.org/es/questions/1360629#answer-1465751
Updated flags per https://crash-stats.mozilla.org/signature/?product=Firefox&signature=js%3A%3Ajit%3A%3AMaybeEnterJit
Hope this is helpful.
¡Gracias!
Comment 34•3 years ago
|
||
Thanks for the report!
I took a quick look at the minidump. Based on the disassembly at the point of the crash, it looks like we tried loading the JSClass from a JS object to check a flag, and one of the pointers in the object->shape->class chain was bogus. (The flag in question is the NON_NATIVE flag, but I don't think that helps.) This shouldn't happen; the object's data must have been corrupted somehow before we hit this code. Unfortunately, there isn't enough data in the dump to look back in time and figure out how that happened. (The only thing I've managed to work out is that it looks like the object pointer was correctly tagged.)
If we see a number of similar crashes, that might help us narrow things down, but for now I don't think there's anything we can do here. This is a very high-level crash signature that will catch many crashes in jit-compiled code, even if those crashes aren't related to each other. (I just looked at a random sample of the half-dozen most recent dumps with this signature, and none of them matched this pattern, or each other.)
Comment 35•3 years ago
|
||
The severity field for this bug is set to S4. However, the bug has the topcrash
keyword.
:sdetar, could you consider increasing the severity of this top-crash bug? If the crash isn't "top" anymore, could you drop the topcrash
keyword?
For more information, please visit auto_nag documentation.
Updated•2 years ago
|
Updated•2 years ago
|
Comment 36•2 years ago
|
||
The bug is linked to a topcrash signature, which matches the following criteria:
- Top 20 desktop browser crashes on release (startup)
- Top 20 desktop browser crashes on beta (startup)
- Top 10 content process crashes on beta
- Top 10 content process crashes on release
- Top 5 desktop browser crashes on Linux on release (startup)
- Top 10 AArch64 and ARM crashes on release (startup)
For more information, please visit auto_nag documentation.
Comment 37•2 years ago
|
||
Any idea why EnterJit
is more frequent since Friday?
Updated•2 years ago
|
Comment 39•1 year ago
|
||
Any idea why EnterJit
is more frequent since Friday?
Updated•1 year ago
|
Comment 40•1 year ago
|
||
I get it instantly when trying to open a simple spreadsheet in Excel Online (it does have hyperlinks though). It does it even with Tampermonkey disabled so it's not 1848391.
Description
•