Closed
Bug 1801623
Opened 2 years ago
Closed 2 years ago
Ignore JS::loader::ScriptLoadRequest::GetWorkerLoadContext() when generating crash signatures
Categories
(Socorro :: Signature, task)
Socorro
Signature
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gsvelto, Assigned: gsvelto)
References
Details
Attachments
(1 file)
As per title
Comment 1•2 years ago
|
||
Does "ignore" here mean we should add it to the irrelevant list?
Assignee | ||
Comment 2•2 years ago
|
||
Yes, I filed this yesterday with the intention of making a PR but then forgot. I'll make it now.
Assignee: nobody → gsvelto
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•2 years ago
|
||
After some experimentation with the crashes under bug 1801619 I've decided to throw in mozilla::dom::ThreadSafeRequestHandle::GetContext
too. It's just a getter that gets in the way of getting good signatures (no pun intended).
Assignee | ||
Comment 4•2 years ago
|
||
Comment 5•2 years ago
|
||
Comment 6•2 years ago
|
||
I pushed this just now to production in bug #1803661.
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•