Closed
Bug 1294712
Opened 8 years ago
Closed 3 years ago
Content process crashes when trying to load a large profile from SPS profiler
Categories
(Core :: Gecko Profiler, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1761578
People
(Reporter: kael, Unassigned)
References
Details
(Keywords: crash)
If I turn on Main Thread I/O and GPU profiling, trying to analyze after profiling a page for a few moments crashes the content process with bug 1271102 as the stack. It's was consistently reproducible until I restarted my session, but it's not reproducing right now. I'll see if I can get it to happen again.
Here are the content process crashes:
https://crash-stats.mozilla.com/report/index/276dfd94-80a0-4d78-9aa5-d07a42160812
https://crash-stats.mozilla.com/report/index/330c7780-aea8-439c-aa5d-1eed92160812
Comment 1•8 years ago
|
||
Looks like your profiler data is too large. The crash is in mozilla::dom::ContentChild::RecvGatherProfile() and mozilla::dom::PContentChild::SendProfile(nsCString const&)
Although we might lift the limits in bug 1271102 we should still try to avoid these kind of large allocation.
Keywords: crash
Summary: Content process crashes when trying to load a large profile → Content process crashes when trying to load a large profile from SPS profiler
Marking this old bug as duplicate of bug 1761578, as the newer one has more recent information.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•