Closed
Bug 1717480
Opened 3 years ago
Closed 3 years ago
Crash in [@ js::frontend::Parser<T>::skipLazyInnerFunction]
Categories
(Core :: JavaScript Engine, task)
Tracking
()
RESOLVED
DUPLICATE
of bug 1707979
People
(Reporter: tim.c.quinn, Unassigned)
Details
Crash Data
Crash report: https://crash-stats.mozilla.org/report/index/3de84b66-fecd-498b-ba71-4e5130210610
Reason: SIGSEGV /SEGV_MAPERR
Top 10 frames of crashing thread:
0 libxul.so js::frontend::Parser<js::frontend::FullParseHandler, mozilla::Utf8Unit>::skipLazyInnerFunction /build/firefox-26DV6q/firefox-89.0+build2/js/src/frontend/Parser.cpp:2773
1 libxul.so js::frontend::GeneralParser<js::frontend::FullParseHandler, mozilla::Utf8Unit>::functionDefinition /build/firefox-26DV6q/firefox-89.0+build2/js/src/frontend/Parser.cpp:2926
2 libxul.so js::frontend::GeneralParser<js::frontend::FullParseHandler, mozilla::Utf8Unit>::assignExpr /build/firefox-26DV6q/firefox-89.0+build2/js/src/frontend/Parser.cpp:9426
3 libxul.so js::frontend::GeneralParser<js::frontend::FullParseHandler, mozilla::Utf8Unit>::argumentList /build/firefox-26DV6q/firefox-89.0+build2/js/src/frontend/Parser.cpp:9923
4 libxul.so js::frontend::GeneralParser<js::frontend::FullParseHandler, mozilla::Utf8Unit>::memberCall /build/firefox-26DV6q/firefox-89.0+build2/js/src/frontend/Parser.cpp:10335
5 libxul.so js::frontend::GeneralParser<js::frontend::FullParseHandler, mozilla::Utf8Unit>::memberExpr /build/firefox-26DV6q/firefox-89.0+build2/js/src/frontend/Parser.cpp:10132
6 libxul.so js::frontend::GeneralParser<js::frontend::FullParseHandler, mozilla::Utf8Unit>::optionalExpr /build/firefox-26DV6q/firefox-89.0+build2/js/src/frontend/Parser.cpp:9618
7 libxul.so js::frontend::GeneralParser<js::frontend::FullParseHandler, mozilla::Utf8Unit>::unaryExpr /build/firefox-26DV6q/firefox-89.0+build2/js/src/frontend/Parser.cpp:9842
8 libxul.so js::frontend::GeneralParser<js::frontend::FullParseHandler, mozilla::Utf8Unit>::orExpr /build/firefox-26DV6q/firefox-89.0+build2/js/src/frontend/Parser.cpp:9083
9 libxul.so js::frontend::GeneralParser<js::frontend::FullParseHandler, mozilla::Utf8Unit>::condExpr /build/firefox-26DV6q/firefox-89.0+build2/js/src/frontend/Parser.cpp:9195
Reporter | ||
Comment 1•3 years ago
|
||
I have been seeing this quite a bit with a website I'm developing for a corporate intranet. The only way to resolve this is to clear the cached web content
.
Beyond that, I have no idea what the root cause is. I have disabled some add-ons that I don't need and will monitor.
Comment 2•3 years ago
|
||
Thanks for the report. I'm going to duplicate this to Bug 1707979. We think it may be resolved on newer builds (that build 20210527174632 doesn't have the patch)
Status: UNCONFIRMED → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•