Closed
Bug 1636074
Opened 5 years ago
Closed 4 years ago
Crash in [@ IPCError-browser | ShutDownKill | std::sync::condvar::Condvar::wait<T>]
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: sg, Unassigned)
References
Details
(Keywords: crash)
Crash Data
This bug is for crash report bp-2f080c95-9280-46d4-8a53-50e0f0200507.
Top 10 frames of crashing thread:
0 ntdll.dll NtWaitForAlertByThreadId
1 ntdll.dll RtlSleepConditionVariableSRW
2 kernelbase.dll SleepConditionVariableSRW
3 xul.dll std::sync::condvar::Condvar::wait<bool> ../f3e1a954d2ead4e2fc197c7da7d71e6c61bad196/src/libstd/sync/condvar.rs:204
4 xul.dll rayon_core::latch::LockLatch::wait_and_reset third_party/rust/rayon-core/src/latch.rs:93
5 xul.dll rayon_core::registry::Registry::in_worker_cold<closure-0, third_party/rust/rayon-core/src/registry.rs:494
6 xul.dll geckoservo::glue::traverse_subtree servo/ports/geckolib/glue.rs:260
7 xul.dll geckoservo::glue::Servo_TraverseSubtree servo/ports/geckolib/glue.rs:320
8 xul.dll mozilla::ServoStyleSet::StyleDocument layout/style/ServoStyleSet.cpp:731
9 xul.dll mozilla::RestyleManager::DoProcessPendingRestyles layout/base/RestyleManager.cpp:3002
The Socorro signature is rather generic, but many occurrences are actually when called from rayon_core::latch::LockLatch::wait_and_reset.
Comment 1•5 years ago
|
||
Hi Simon,
why is this filed in this component? What external software is suspected to be responsible here?
Flags: needinfo?(sgiesecke)
| Reporter | ||
Comment 2•5 years ago
|
||
Sorry if I got the component wrong. I guess I based it on the third_party code paths, but since that's used from servo, I guess it makes sense to move it.
Component: Other → CSS Parsing and Computation
Flags: needinfo?(sgiesecke)
Product: External Software Affecting Firefox → Core
Updated•5 years ago
|
Severity: -- → S2
Comment 3•5 years ago
|
||
S1 or S2 bugs needs an assignee - could you find someone for this bug?
Flags: needinfo?(svoisen)
Comment 4•5 years ago
|
||
It's a pretty low-volume shutdown crash. I'm calling it S3.
Severity: S2 → S3
Flags: needinfo?(svoisen)
Comment 5•4 years ago
|
||
Closing because no crashes reported for 12 weeks.
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
•