Closed
Bug 885443
Opened 11 years ago
Closed 11 years ago
Add JSAutoCompartment::JSAutoCompartment and js::AutoCompartment::AutoCompartment to the prefix skiplist
Categories
(Socorro :: Backend, task)
Socorro
Backend
Tracking
(Not tracked)
RESOLVED
FIXED
54
People
(Reporter: kairo, Unassigned)
References
Details
(Whiteboard: [qa-])
See bug 852436 comment #42 and following.
We want to add JSAutoCompartment::JSAutoCompartment to the prefix skiplist, as it's pretty generic.
We'll want to catch both "JSAutoCompartment::JSAutoCompartment(JSContext*, JSObject*)" and "JSAutoCompartment::JSAutoCompartment" frames there, do we need a .* rule there or just the name?
Comment 1•11 years ago
|
||
use a regular expression to cover both cases
Reporter | ||
Comment 2•11 years ago
|
||
OK, so let's add this one:
JSAutoCompartment::JSAutoCompartment.*
Updated•11 years ago
|
Comment 3•11 years ago
|
||
and also:
js::AutoCompartment::AutoCompartment.*
Summary: Add JSAutoCompartment::JSAutoCompartment to the prefix skiplist → Add JSAutoCompartment::JSAutoCompartment and js::AutoCompartment::AutoCompartment to the prefix skiplist
Comment 4•11 years ago
|
||
see PR 1338 (https://github.com/mozilla/socorro/pull/1338) for the change
Component: Infra → Backend
Target Milestone: --- → 54
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•