Closed
Bug 858960
Opened 12 years ago
Closed 12 years ago
java.lang.NullPointerException: at java.util.regex.Matcher.reset(Matcher.java)
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox21 unaffected, firefox22+ fixed, firefox23 fixed)
RESOLVED
FIXED
Firefox 23
Tracking | Status | |
---|---|---|
firefox21 | --- | unaffected |
firefox22 | + | fixed |
firefox23 | --- | fixed |
People
(Reporter: scoobidiver, Assigned: jchen)
References
(Blocks 1 open bug)
Details
(Keywords: crash, regression)
Crash Data
Attachments
(1 file)
(deleted),
patch
|
blassey
:
review+
bajaj
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
It first showed up in 22.0a1/20130327.
Here is a crash report: bp-c52c326f-cad6-42ce-80b3-3c1222130406.
java.lang.NullPointerException
at java.util.regex.Matcher.reset(Matcher.java:181)
at java.util.regex.Matcher.<init>(Matcher.java:94)
at java.util.regex.Pattern.matcher(Pattern.java:290)
at org.mozilla.gecko.ANRReporter.isGeckoTraces(ANRReporter.java:225)
at org.mozilla.gecko.ANRReporter.onReceive(ANRReporter.java:579)
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:102)
at java.lang.Thread.run(Thread.java:856)
More reports at:
https://crash-stats.mozilla.com/report/list?signature=java.lang.NullPointerException%3A+at+java.util.regex.Matcher.reset%28Matcher.java%29
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #734757 -
Flags: review?(blassey.bugs)
Updated•12 years ago
|
Attachment #734757 -
Flags: review?(blassey.bugs) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Assignee: nobody → nchen
Status: NEW → ASSIGNED
Comment 3•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 23
Reporter | ||
Updated•12 years ago
|
Assignee | ||
Comment 4•12 years ago
|
||
Comment on attachment 734757 [details] [diff] [review]
Check for end of stream when identifying traces file (v1)
[Approval Request Comment]
Bug caused by (feature/regressing bug #): N/A
User impact if declined: Crash when the App Not Responding dialog appears in Fennec
Testing completed (on m-c, etc.): Locally, m-c
Risk to taking this patch (and alternatives if risky): Very small; patch only fixes the crash case
String or IDL/UUID changes made by this patch: None
Attachment #734757 -
Flags: approval-mozilla-aurora?
Comment 5•12 years ago
|
||
(In reply to Jim Chen [:jchen :nchen] from comment #4)
> Bug caused by (feature/regressing bug #): N/A
Hard to believe this is n/a - 21 was unaffected.
> User impact if declined: Crash when the App Not Responding dialog appears in
> Fennec
Have we confirmed that the crash volume fell off on Nightly? I don't see STR here that could have been verified.
tracking-firefox22:
--- → ?
Assignee | ||
Comment 7•12 years ago
|
||
(In reply to Alex Keybl [:akeybl] from comment #5)
> (In reply to Jim Chen [:jchen :nchen] from comment #4)
> > Bug caused by (feature/regressing bug #): N/A
>
> Hard to believe this is n/a - 21 was unaffected.
Sorry, the crash was caused by the ANR feature introduced in 22 (tracking bug 833990)
> > User impact if declined: Crash when the App Not Responding dialog appears in
> > Fennec
>
> Have we confirmed that the crash volume fell off on Nightly? I don't see STR
> here that could have been verified.
Yes, the crash volume has gone to zero. There were 12 crash reports before the fix landed, and none since then.
Thanks!
Blocks: 833990
Flags: needinfo?(nchen)
Comment 8•12 years ago
|
||
Comment on attachment 734757 [details] [diff] [review]
Check for end of stream when identifying traces file (v1)
low risk, Fx 22 regression.Approving for uplift.
Attachment #734757 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Updated•12 years ago
|
Comment 9•12 years ago
|
||
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
•