Closed
Bug 975436
Opened 12 years ago
Closed 12 years ago
crash in java.lang.ClassCastException: java.io.IOException cannot be cast to java.lang.Process at java.lang.ProcessBuilder.start(Native Method)
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 30
People
(Reporter: aaronmt, Assigned: jchen)
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
|
1013 bytes,
patch
|
blassey
:
review+
|
Details | Diff | Splinter Review |
This bug was filed from the Socorro interface and is
report bp-e77b1a21-4b4f-46b6-abe4-841582140220.
=============================================================
java.lang.ClassCastException: java.io.IOException cannot be cast to java.lang.Process
at java.lang.ProcessBuilder.start(Native Method)
at org.mozilla.gecko.ANRReporter.getTracesFile(ANRReporter.java:142)
at org.mozilla.gecko.ANRReporter.onReceive(ANRReporter.java:559)
at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:728)
at android.os.Handler.handleCallback(Handler.java:605)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:137)
at org.mozilla.gecko.ANRReporter$1.run(ANRReporter.java:98)
at java.lang.Thread.run(Thread.java:856)
Flags: needinfo?(nchen)
| Assignee | ||
Comment 1•12 years ago
|
||
Not sure why this is happening, but this patch will catch it.
Attachment #8383791 -
Flags: review?(blassey.bugs)
| Assignee | ||
Updated•12 years ago
|
Flags: needinfo?(nchen)
Comment 2•12 years ago
|
||
Comment on attachment 8383791 [details] [diff] [review]
Catch ClassCastException in ANRReporter (v1)
Review of attachment 8383791 [details] [diff] [review]:
-----------------------------------------------------------------
*shakes head*
Attachment #8383791 -
Flags: review?(blassey.bugs) → review+
| Assignee | ||
Updated•12 years ago
|
Comment 3•12 years ago
|
||
Keywords: checkin-needed
Whiteboard: [fixed-in-fx-team]
Comment 4•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 30
Updated•5 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
•