Closed
Bug 1499618
Opened 6 years ago
Closed 6 years ago
Crash in java.lang.IllegalArgumentException: at android.database.AbstractCursor.getColumnIndexOrThrow(AbstractCursor.java)
Categories
(Firefox for Android Graveyard :: General, defect, P1)
Tracking
(firefox-esr60 unaffected, firefox62 unaffected, firefox63 unaffected, firefox64 disabled, firefox65 fixed)
RESOLVED
FIXED
Firefox 65
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox62 | --- | unaffected |
firefox63 | --- | unaffected |
firefox64 | --- | disabled |
firefox65 | --- | fixed |
People
(Reporter: calixte, Assigned: andrei.a.lazar)
References
(Blocks 1 open bug)
Details
(Keywords: crash, regression, topcrash, Whiteboard: --do_not_change--[priority:high])
Crash Data
Attachments
(1 file)
This bug was filed from the Socorro interface and is
report bp-3bf6035f-60da-4df1-863f-72d990181017.
=============================================================
Java stack trace:
java.lang.IllegalArgumentException
at android.database.AbstractCursor.getColumnIndexOrThrow(AbstractCursor.java:333)
at android.database.CursorWrapper.getColumnIndexOrThrow(CursorWrapper.java:87)
at org.mozilla.gecko.util.ContentUriUtils.getDataColumn(ContentUriUtils.java:135)
at org.mozilla.gecko.util.ContentUriUtils.getPath(ContentUriUtils.java:101)
at org.mozilla.gecko.util.FileUtils.getFilePathFromUri(FileUtils.java:291)
at org.mozilla.gecko.IntentHelper.openNoHandler(IntentHelper.java:504)
at org.mozilla.gecko.IntentHelper.handleMessage(IntentHelper.java:416)
at org.mozilla.gecko.EventDispatcher$3.run(EventDispatcher.java:356)
at android.os.Handler.handleCallback(Handler.java:751)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:6351)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:896)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:786)
There are 8 crashes (from 4 installations) in nightly 64 with buildid 20181016100107. In analyzing the backtrace, the regression may have been introduced by patch [1] to fix bug 1406903.
[1] https://hg.mozilla.org/mozilla-central/rev?node=05d8e65ff651
Flags: needinfo?(andrei.a.lazar)
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → andrei.a.lazar
Flags: needinfo?(andrei.a.lazar)
Comment 1•6 years ago
|
||
Devices:
- Samsung Galaxy S7 (8);
- Nexus 6P (8.1.0);
- OnePlus 5T (8.1.0);
- Nokia 6 (7.1.1);
- Google Pixel (9);
- Huawei P9 Lite (6);
- Huawei MediaPad M2 (5.1.1).
Hello,
Tested in the following scenarios:
- Update Nightly using the Play Store and launch;
- Uninstall and reinstall Nightly from the Play Store;
- Uninstall and install Nightly from the archive;
- Steps from Bug 1406903 Comment 0.
In none of these scenarios did Nightly crash on any of the devices I've tested this with. Will continue investigating and come back if anything of relevance pops up.
Hardware: Unspecified → ARM
Assignee | ||
Comment 2•6 years ago
|
||
Added fallback for the cases where trying to obtain a file absolute path from external storage was throwing an exception.
Comment 3•6 years ago
|
||
This is the #3 top crash in Fennec 64b3.
status-firefox65:
--- → affected
Keywords: topcrash
Comment 4•6 years ago
|
||
Maybe we should just backout bug 1406903 from Beta to give this feature one more version to stabilise?
Comment 5•6 years ago
|
||
(In reply to Jan Henning [:JanH] from comment #4)
> Maybe we should just backout bug 1406903 from Beta to give this feature one
> more version to stabilise?
Given the fact that we now have two regressions, this bug and Bug 1502721 it might not be a bad idea. Julien - thoughts?
Flags: needinfo?(jcristau)
Comment 7•6 years ago
|
||
Updated•6 years ago
|
Keywords: checkin-needed
Comment 9•6 years ago
|
||
Seeing that Andrei is away, until next week, I'll fix them and push this myself.
Flags: needinfo?(jh+bugzilla)
Comment 10•6 years ago
|
||
Pushed by mozilla@buttercookie.de:
https://hg.mozilla.org/integration/mozilla-inbound/rev/e1e05cf314a3
Crash in java.lang.IllegalArgumentException: at android.database.AbstractCursor.getColumnIndexOrThrow(AbstractCursor.java) r=JanH
Updated•6 years ago
|
Flags: needinfo?(jh+bugzilla)
Comment 11•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 65
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•