Closed
Bug 1332177
Opened 8 years ago
Closed 8 years ago
Crash in java.lang.NullPointerException: Attempt to invoke direct method ''void org.mozilla.gecko.media.Codec$InputProcessor.start()'' on a null object reference at android.os.Parcel.readException(Parcel.java)
Categories
(Firefox for Android Graveyard :: Audio/Video, defect)
Tracking
(firefox51 unaffected, firefox52 unaffected, firefox53 fixed)
RESOLVED
FIXED
Firefox 53
Tracking | Status | |
---|---|---|
firefox51 | --- | unaffected |
firefox52 | --- | unaffected |
firefox53 | --- | fixed |
People
(Reporter: jchen, Assigned: jhlin)
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
This bug was filed from the Socorro interface and is
report bp-949f8a57-f74b-418e-83f2-6e5d62170118.
=============================================================
Low-volume crash that started with the 01-14 Nightly. John, do you think it's a fallout from bug 1324530?
Flags: needinfo?(jolin)
Assignee | ||
Comment 1•8 years ago
|
||
(In reply to Jim Chen [:jchen] [:darchons] from comment #0)
> This bug was filed from the Socorro interface and is
> report bp-949f8a57-f74b-418e-83f2-6e5d62170118.
> =============================================================
>
> Low-volume crash that started with the 01-14 Nightly. John, do you think
> it's a fallout from bug 1324530?
Looks like Codec.configure() failed and left mInputProcessor uninitialized. Will add a return code check in CodecProxy to fix it.
Flags: needinfo?(jolin)
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → jolin
Comment hidden (mozreview-request) |
Reporter | ||
Comment 3•8 years ago
|
||
mozreview-review |
Comment on attachment 8828233 [details]
Bug 1332177 - handle ICodec.configure() failure.
https://reviewboard.mozilla.org/r/105698/#review106838
Attachment #8828233 -
Flags: review?(nchen) → review+
Pushed by jolin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/69843027051d
handle ICodec.configure() failure. r=jchen
Comment 5•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 53
Updated•8 years ago
|
status-firefox51:
--- → unaffected
status-firefox52:
--- → unaffected
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
•