Closed Bug 1367027 Opened 8 years ago Closed 7 years ago

Signature for java crashes are too accurate

Categories

(Socorro :: General, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: calixte, Assigned: willkg)

References

Details

All the crashes returned by the query [1] are the same but since the signature contains the length of the ArrayList then they're all differents. So we should remove this kind of info (eg length, index) and probably add the first function, before ones in java.*, which is in org.mozilla.*. It could be something like [@ java.lang.ArrayIndexOutOfBoundsException at java.util.ArrayList.get(ArrayList.java) | org.mozilla.gecko.home.activitystream.StreamRecyclerAdapter.onItemClicked(StreamRecyclerAdapter.java)] [1] https://crash-stats.mozilla.com/search/?release_channel=nightly&signature=%40%22java.lang.ArrayIndexOutOfBoundsException%3A%20length%3D%22%5B0-9%5D%2B%22%3B%20index%3D-%22%5B0-9%5D%2B%22%20at%20java.util.ArrayList.get%28ArrayList.java%29%22&product=FennecAndroid&version=55.0a1&date=%3E%3D2016-11-23T11%3A23%3A40.000Z&date=%3C2017-05-23T11%3A23%3A40.000Z&_sort=-date&_facets=version&_facets=build_id&_columns=date&_columns=signature&_columns=product&_columns=version&_columns=build_id&_columns=platform#crash-reports
(In reply to Calixte Denizet (:calixte) from comment #0) > So we should remove this kind of info (eg length, index) and probably add > the first function, before ones in java.* and probably ones in android.* and dalvik.* as well? On example crash report for that would be https://crash-stats.mozilla.com/report/index/917a221d-82b6-4264-8880-83e840171227#tab-details.
I haven't looked into this bug, but I just landed a change that drops the exception message from the signature. The query url in the description doesn't bring anything up, so I can't tell if it helped here or not. Any idea if it helped? Is there more I should do here?
Flags: needinfo?(cdenizet)
Awesome! I reprocessed the crash reports in that query and now it shows "no results". So I think we're good here. Marking as FIXED.
Assignee: nobody → willkg
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Depends on: 1499625
You need to log in before you can comment on or make changes to this bug.