Closed
Bug 703653
Opened 14 years ago
Closed 14 years ago
Crash in crash reporter when submitting crash report
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 702624
People
(Reporter: kats, Unassigned)
Details
(Keywords: crash, Whiteboard: [native-crash])
Seen in logs occasionally (e.g. https://tbpl.mozilla.org/php/getParsedLog.php?id=7467574&tree=Birch)
11-18 03:28:16.669 E/GeckoCrashReporter( 1895): exception while reading strings:
11-18 03:28:16.669 E/GeckoCrashReporter( 1895): java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 1
11-18 03:28:16.669 E/GeckoCrashReporter( 1895): at java.util.regex.Matcher.appendEvaluated(Matcher.java:184)
11-18 03:28:16.669 E/GeckoCrashReporter( 1895): at java.util.regex.Matcher.appendReplacement(Matcher.java:146)
11-18 03:28:16.669 E/GeckoCrashReporter( 1895): at java.util.regex.Matcher.replaceAll(Matcher.java:344)
11-18 03:28:16.669 E/GeckoCrashReporter( 1895): at java.lang.String.replaceAll(String.java:2004)
11-18 03:28:16.669 E/GeckoCrashReporter( 1895): at org.mozilla.fennec.CrashReporter.unescape(CrashReporter.java:331)
11-18 03:28:16.669 E/GeckoCrashReporter( 1895): at org.mozilla.fennec.CrashReporter.readStringsFromReader(CrashReporter.java:193)
11-18 03:28:16.669 E/GeckoCrashReporter( 1895): at org.mozilla.fennec.CrashReporter.readStringsFromFile(CrashReporter.java:180)
11-18 03:28:16.669 E/GeckoCrashReporter( 1895): at org.mozilla.fennec.CrashReporter.onCreate(CrashReporter.java:150)
11-18 03:28:16.669 E/GeckoCrashReporter( 1895): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
11-18 03:28:16.669 E/GeckoCrashReporter( 1895): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2627)
11-18 03:28:16.669 E/GeckoCrashReporter( 1895): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)
11-18 03:28:16.669 E/GeckoCrashReporter( 1895): at android.app.ActivityThread.access$2300(ActivityThread.java:125)
11-18 03:28:16.669 E/GeckoCrashReporter( 1895): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)
11-18 03:28:16.669 E/GeckoCrashReporter( 1895): at android.os.Handler.dispatchMessage(Handler.java:99)
11-18 03:28:16.669 E/GeckoCrashReporter( 1895): at android.os.Looper.loop(Looper.java:123)
11-18 03:28:16.669 E/GeckoCrashReporter( 1895): at android.app.ActivityThread.main(ActivityThread.java:4627)
11-18 03:28:16.669 E/GeckoCrashReporter( 1895): at java.lang.reflect.Method.invokeNative(Native Method)
11-18 03:28:16.669 E/GeckoCrashReporter( 1895): at java.lang.reflect.Method.invoke(Method.java:521)
11-18 03:28:16.669 E/GeckoCrashReporter( 1895): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
11-18 03:28:16.669 E/GeckoCrashReporter( 1895): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
11-18 03:28:16.669 E/GeckoCrashReporter( 1895): at dalvik.system.NativeStart.main(Native Method)
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Keywords: crash
Resolution: --- → DUPLICATE
Whiteboard: [native-crash]
| Assignee | ||
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
•