Crash in [@ java.nio.charset.MalformedInputException: at java.nio.charset.CoderResult.throwException(CoderResult.java)]
Categories
(Fenix :: General, defect)
Tracking
(firefox122+ fixed, firefox123 fixed, firefox124 fixed)
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•9 months 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•9 months ago
•
|
||
👋
Brought the ticket to application services engineering channel, hopefully someone from the team could start the investigation soon.
Reporter | ||
Updated•9 months ago
|
Comment 3•9 months ago
|
||
Comment 4•9 months 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•9 months ago
|
Comment 5•9 months 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-firefox123
towontfix
.
For more information, please visit BugBot documentation.
Reporter | ||
Updated•9 months ago
|
Assignee | ||
Comment 6•9 months 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•9 months 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•9 months 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•9 months ago
|
||
Comment 10•9 months ago
|
||
Reporter | ||
Comment 11•9 months ago
|
||
Reporter | ||
Updated•9 months ago
|
Reporter | ||
Updated•9 months ago
|
Reporter | ||
Updated•9 months ago
|
Comment 12•9 months 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•9 months ago
|
Reporter | ||
Comment 13•9 months ago
|
||
Comment 14•9 months 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
•