Closed
Bug 1473014
Opened 7 years ago
Closed 7 years ago
Crash in static void std::alloc::rust_oom
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1448868
| Tracking | Status | |
|---|---|---|
| firefox62 | --- | unaffected |
| firefox63 | --- | fix-optional |
| firefox64 | --- | fix-optional |
People
(Reporter: marcia, Unassigned)
Details
(Keywords: crash, regression)
Crash Data
This bug was filed from the Socorro interface and is
report bp-84b9b036-f933-4df2-b8cc-9b4170180703.
=============================================================
Seen while looking at nightly crash data. Crashes started using 20180701100415: https://bit.ly/2KIS1nc. 18 crashes/14 installations so far. All have crash reason EXCEPTION_ACCESS_VIOLATION_READ. Windows 10 and Win 7 are affected.
Possible regression range based on Build ID: https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=748e5da7e713fe3d5ce3dd275c7763a7b5e4a91e&tochange=3cfc350101967376909ad3c729f9779ae0ab7a94
Top 10 frames of crashing thread:
0 xul.dll static void std::alloc::rust_oom src/libstd/alloc.rs:137
1 xul.dll static struct style::media_queries::media_list::MediaList style::media_queries::media_list::MediaList::parse servo/components/style/media_queries/media_list.rs:59
2 xul.dll void geckoservo::glue::Servo_MediaList_SetText servo/ports/geckolib/glue.rs:3787
3 xul.dll mozilla::dom::MediaList::SetTextInternal layout/style/MediaList.cpp:115
4 xul.dll mozilla::dom::MediaList::MediaList layout/style/MediaList.cpp:83
5 xul.dll mozilla::dom::MediaList::Create layout/style/MediaList.cpp:95
6 xul.dll mozilla::dom::MediaQueryList::MediaQueryList layout/style/MediaQueryList.cpp:30
7 xul.dll nsIDocument::MatchMedia dom/base/nsDocument.cpp:6371
8 xul.dll nsGlobalWindowInner::MatchMedia dom/base/nsGlobalWindowInner.cpp:3548
9 xul.dll static bool mozilla::dom::Window_Binding::matchMedia dom/bindings/WindowBinding.cpp:3027
=============================================================
Comment 1•7 years ago
|
||
I guess this is another signature of bug 1448868?
Comment 2•7 years ago
|
||
Yeah, probably from the rust 1.28 update in automation.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
| Comment hidden (offtopic) |
| Comment hidden (offtopic) |
| Comment hidden (offtopic) |
Updated•7 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•