Crash in [@ java.nio.charset.MalformedInputException: at java.nio.charset.CoderResult.throwException(CoderResult.java)]
Categories
(Firefox for Android :: General, defect)
Tracking
()
People
(Reporter: dmeehan, Assigned: amejia)
Details
(Keywords: crash, regression, regressionwindow-wanted)
Crash Data
Attachments
(3 files)
|
59 bytes,
text/x-github-pull-request
|
Details | Review | |
|
59 bytes,
text/x-github-pull-request
|
pascalc
:
approval-mozilla-beta+
|
Details | Review |
|
59 bytes,
text/x-github-pull-request
|
dmeehan
:
approval-mozilla-release+
|
Details | Review |
| Reporter | ||
Comment 1•1 year ago
|
||
:amejia could this be triaged to get it in front of someone for investigation?
The volume is currently low, but it's new in 122.0.
| Assignee | ||
Comment 2•1 year ago
•
|
||
👋
Brought the ticket to application services engineering channel, hopefully someone from the team could start the investigation soon.
| Reporter | ||
Updated•1 year ago
|
Comment 3•1 year ago
|
||
Comment 4•1 year ago
|
||
Authored by https://github.com/Amejia481
https://github.com/mozilla-mobile/firefox-android/commit/d10752fb45acbce2ac9291ab6cbee5e2262e6c06
[main] Bug 1875891 - Adding MalformedInputException to catch list of handlePlacesExceptions.
Updated•1 year ago
|
Comment 5•1 year ago
|
||
The patch landed in nightly and beta is affected.
:amejia, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox123towontfix.
For more information, please visit BugBot documentation.
| Reporter | ||
Updated•1 year ago
|
| Assignee | ||
Comment 6•1 year ago
•
|
||
Comment on attachment 9376234 [details] [review]
[mozilla-mobile/firefox-android] Bug 1875891 - Adding MalformedInputException to catch list of handlePlacesExceptions. (#5278)
Beta/Release Uplift Approval Request
- User impact if declined: We will still see crashes
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: No
- If yes, steps to reproduce: n/a
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): We are only capturing an uncaught exception.
- String changes made/needed:
- Is Android affected?: Yes
| Assignee | ||
Comment 7•1 year ago
|
||
Comment on attachment 9376234 [details] [review]
[mozilla-mobile/firefox-android] Bug 1875891 - Adding MalformedInputException to catch list of handlePlacesExceptions. (#5278)
Beta/Release Uplift Approval Request
- User impact if declined: We will still see crashes.
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: No
- If yes, steps to reproduce: n/a
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): We are only capturing an uncaught exception.
- String changes made/needed:
- Is Android affected?: Yes
Comment 8•1 year ago
|
||
Arturo, could you please make PR's that are for the target branches with mergify? Thanks
https://github.com/mozilla-mobile/firefox-android/blob/main/docs/shared/uplift_guide.md#betarelease-uplift-steps
Comment 9•1 year ago
|
||
Comment 10•1 year ago
|
||
| Reporter | ||
Comment 11•1 year ago
|
||
| Reporter | ||
Updated•1 year ago
|
| Reporter | ||
Updated•1 year ago
|
| Reporter | ||
Updated•1 year ago
|
Comment 12•1 year ago
|
||
Authored by https://github.com/mergify[bot]
https://github.com/mozilla-mobile/firefox-android/commit/a715549e4ba13c153b3217f30afb93bf00ccc882
[releases_v123] Bug 1875891 - Adding MalformedInputException to catch list of handlePlacesExceptions. (backport #5278) (#5338)
Updated•1 year ago
|
| Reporter | ||
Comment 13•1 year ago
|
||
Comment 14•1 year ago
|
||
Authored by https://github.com/Amejia481
https://github.com/mozilla-mobile/firefox-android/commit/94e8fe9ea152ec9a1ad7d38d694cc687511ac741
[releases_v122] Bug 1875891 - Adding MalformedInputException to catch list of handlePlacesExceptions.
Description
•