Closed
Bug 1311733
Opened 9 years ago
Closed 2 years ago
Enable deadlock detection in SM(tsan)
Categories
(Core :: JavaScript: GC, defect, P3)
Core
JavaScript: GC
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: sfink, Unassigned)
References
Details
(Keywords: triage-deferred)
tsan has an experimental TSAN_OPTIONS=detect_deadlocks=1 that will detect lock ordering problems, which would catch things like bug 1311702. We should try it out.
https://github.com/google/sanitizers/wiki/ThreadSanitizerDeadlockDetector
Updated•8 years ago
|
Keywords: triage-deferred
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
Comment 1•2 years ago
|
||
This still is marked as super-experimental...
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•