Open Bug 1541108 Opened 5 years ago Updated 4 months ago

[skiplist] Add java.lang.SecurityException: at android.os.Parcel.readException(Parcel.java) to the skip list

Categories

(Socorro :: Signature, defect, P3)

defect

Tracking

(Not tracked)

People

(Reporter: lizzard, Unassigned)

References

(Depends on 1 open bug, Blocks 1 open bug)

Details

We'd like to add this signature to the skip list to see if that helps with diagnosing the various causes of these crashes, from bug 1532704.

This is a toughie. The signature generation is entirely Rust/C/C++. For Java stacks and signatures, we just take the exception line and where it happened. There's no skip list or anything like that:

https://github.com/mozilla-services/socorro/blob/d55bb39e5c15801acf87311e438f0bb9deff874f/socorro/signature/rules.py#L354

So this isn't doable without redoing how signature generation works for Java stack traces. I've asked around a few times over the years to see if there was interest in better signature generation for Java stack traces and never got any interest. Maybe there is now?

I wrote up bug #1541120 to cover gauging interest and implementing something if there is sufficient interest.

Sorry about that!

Making this a P3 for now.

Priority: -- → P3
You need to log in before you can comment on or make changes to this bug.