Closed
Bug 1478571
Opened 6 years ago
Closed 6 years ago
Crash in mozilla::PerformanceCounter::GetExecutionDuration
Categories
(Toolkit :: Performance Monitoring, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1474286
People
(Reporter: past, Assigned: tarek)
References
Details
(Keywords: crash, Whiteboard: [perf-tools])
Crash Data
This bug was filed from the Socorro interface and is
report bp-4cf6f03e-3042-4010-a31a-127de0180726.
=============================================================
Top 10 frames of crashing thread:
0 XUL mozilla::PerformanceCounter::GetExecutionDuration clang/include/c++/v1/atomic:926
1 XUL mozilla::dom::DocGroup::ReportPerformanceInfo dom/base/DocGroup.cpp:119
2 XUL mozilla::CollectPerformanceInfo toolkit/components/perfmonitoring/PerformanceUtils.cpp:30
3 XUL mozilla::PerformanceMetricsCollector::RequestMetricsInternal toolkit/components/perfmonitoring/PerformanceMetricsCollector.cpp:189
4 XUL mozilla::PerformanceMetricsCollector::RequestMetrics toolkit/components/perfmonitoring/PerformanceMetricsCollector.cpp:147
5 XUL mozilla::dom::ChromeUtils::RequestPerformanceMetrics dom/base/ChromeUtils.cpp:675
6 XUL mozilla::dom::ChromeUtils_Binding::requestPerformanceMetrics dom/bindings/ChromeUtilsBinding.cpp:3316
7 XUL mozilla::dom::StaticMethodPromiseWrapper dom/bindings/BindingUtils.cpp:3350
8 XUL js::InternalCallOrConstruct js/src/vm/Interpreter.cpp:444
9 XUL Interpret js/src/vm/Interpreter.cpp:589
=============================================================
STR:
1. Open about:performance and observe the old look.
2. In the same tab visit about:config and flip the pref to get the new look.
3. Hit back.
4. Boom.
Reporter | ||
Updated•6 years ago
|
Whiteboard: [perf-tools]
Comment 1•6 years ago
|
||
(In reply to Panos Astithas (he/him) [:past] (please ni?) from comment #0)
Thanks for filing! I hit this crash this morning too in my default profile after updating nightly when I was eager to try the new about:performance with real tabs.
> STR:
> 1. Open about:performance and observe the old look.
> 2. In the same tab visit about:config and flip the pref to get the new look.
> 3. Hit back.
You unfortunately need to restart the browser for the counters to be actually enabled. Bug 1474286 should at least change the crash to an exception.
Depends on: 1474286
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → tarek
Assignee | ||
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•