Closed Bug 992347 Opened 11 years ago Closed 11 years ago

add mozilla::ipc::FatalError and mozilla::dom::PBrowserChild::FatalError on the skip list

Categories

(Socorro :: Backend, task)

x86
macOS
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: blassey, Unassigned)

Details

Attachments

(1 file)

I wonder if it should be *::FatalError? Bill? Blake?
Needed for e10s, pretty urgent.
which skip list? prefix or ignore?
(In reply to K Lars Lohn [:lars] [:klohn] from comment #2) > which skip list? prefix or ignore? I think ignore. What's the prefix skip list?
prefix list items get added to the beginning of a signature separated with "|". For example: if the ignore list contains XXXX and prefix contains YYYY, and the stack looks like: XXXX YYYY XXXX ZZZZ AAAA then then signature will be "YYYY | ZZZZ"
Ahh. In that case prefix sounds like the right option.
final word on use of wildcards or literal match?
I've taken the liberty of changing it to a regular expression of the form: mozilla.*FatalError That should catch both cases as well as similar ones.
(In reply to K Lars Lohn [:lars] [:klohn] from comment #7) > Created attachment 8402015 [details] [review] > PR for prefix skip list addition > > I've taken the liberty of changing it to a regular expression of the form: > > mozilla.*FatalError > > That should catch both cases as well as similar ones. perfect, thanks
Commit pushed to master at https://github.com/mozilla/socorro https://github.com/mozilla/socorro/commit/014385e347833a58855bcafb02f9fc802d99642a Merge pull request #1979 from twobraids/fatalerror Fixes Bug 992347 : adds 'mozilla.*FatalError' to prefix list
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → 81
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: