Closed
Bug 726693
Opened 13 years ago
Closed 12 years ago
Some java crashes are not being mapped correctly to bugs in bugzilla even though the crash signature fields have the "signatures" listed
Categories
(Socorro :: Webapp, task)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: nhirata, Unassigned)
Details
1. go to https://crash-stats.mozilla.com/topcrasher/byversion/FennecAndroid/13.0a1/7
2. look for
a) android.database.StaleDataException: Access closed cursor at android.database.AbstractWindowedCursor.checkPosition(AbstractWindowedCursor.java)
[ https://crash-stats.mozilla.com/report/list?range_value=7&range_unit=days&date=2012-02-13&signature=android.database.StaleDataException%3A%20Access%20closed%20cursor%20at%20android.database.AbstractWindowedCursor.checkPosition%28AbstractWindowedCursor.java%29&version=FennecAndroid%3A13.0a1 ]
b) java.util.concurrent.RejectedExecutionException: at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java)java.util.concurrent.RejectedExecutionException: at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java) [https://crash-stats.mozilla.com/report/list?range_value=7&range_unit=days&date=2012-02-13&signature=java.util.concurrent.RejectedExecutionException%3A%20at%20java.util.concurrent.ThreadPoolExecutor%24AbortPolicy.rejectedExecution%28ThreadPoolExecutor.java%29&version=FennecAndroid%3A13.0a1 ]
c) android.view.InflateException: Binary XML file line #17: Error inflating class com.android.internal.view.menu.ExpandedMenuView: at android.view.LayoutInflater.createView(LayoutInflater.java) [https://crash-stats.mozilla.com/report/list?range_value=7&range_unit=days&date=2012-02-13&signature=android.view.InflateException%3A%20Binary%20XML%20file%20line%20%2317%3A%20Error%20inflating%20class%20com.android.internal.view.menu.ExpandedMenuView%3A%20at%20android.view.LayoutInflater.createView%28LayoutInflater.java%29&version=FennecAndroid%3A13.0a1]
Expected: they would be matched to bugs in bugzilla
Actual: they are not matched to bugs in bugzilla
android.database.StaleDataException (bug 721355)
java.util.concurrent.RejectedExecutionException (bug 726379)
android.view.InflateException (bug 726387)
Comment 1•12 years ago
|
||
I suspect this is related to the signature truncation. Can you still repro, Naoki?
Updated•12 years ago
|
Flags: needinfo?(nhirata.bugzilla)
| Reporter | ||
Comment 2•12 years ago
|
||
Doesn't seem to be occurring anymore. If I find one then I'll report again.
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: needinfo?(nhirata.bugzilla)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•