Closed
Bug 1262812
Opened 7 years ago
Closed 6 years ago
Clicking on a link in about:crashes doesn't do anything (JS error)
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(fennec-, firefox55 verified)
VERIFIED
FIXED
Firefox 55
People
(Reporter: sebastian, Assigned: ted)
Details
Attachments
(1 file)
Clicking on a link in about:crashes doesn't do anything in Nightly.
JavaScript error in log:
> GeckoConsole E [JavaScript Error: "not well-formed" {file: "https://crash-reports.mozilla.com/submit?id=%7Baa3c5121-dab2-40e2-81ca-7ea25febc110%7D&version=48.0a1&buildid=20160406030221" line: 1 column: 8 source: "CrashID=bp-9a6cc7f4-a7a1-401c-a79a-875c92160407"}]
> E [JavaScript Error: "TypeError: strings is null" {file: "resource://gre/modules/CrashSubmit.jsm" line: 196}]
Reporter | ||
Updated•7 years ago
|
tracking-fennec: --- → ?
Updated•7 years ago
|
Flags: needinfo?(ted)
Updated•7 years ago
|
tracking-fennec: ? → -
Assignee | ||
Comment 1•7 years ago
|
||
We're looking for crashreporter.ini in the GRE directory: https://dxr.mozilla.org/mozilla-central/rev/68c0b7d6f16ce5bb023e08050102b5f2fe4aacd8/toolkit/crashreporter/CrashSubmit.jsm#43 On Android this obviously doesn't exist, we'd need to pull it out of the APK instead. We can probably load it via a resource URL.
Flags: needinfo?(ted)
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → ted
Assignee | ||
Comment 2•6 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=2bfc3d83ed813421cb0c66589920442310f2cac4
Comment hidden (mozreview-request) |
Comment 4•6 years ago
|
||
mozreview-review |
Comment on attachment 8870862 [details] bug 1262812 - use fallback strings in CrashSubmit.jsm so submitting crashes from about:crashes works on Android. https://reviewboard.mozilla.org/r/142430/#review146468 Tentative r+, assuming we're okay with about:crashes being en-US _only_ on Android. If we're not okay with that, we should probably put these fallback strings inside their own .properties file or something.
Attachment #8870862 -
Flags: review?(mconley) → review+
Assignee | ||
Comment 5•6 years ago
|
||
(In reply to Mike Conley (:mconley) from comment #4) > Tentative r+, assuming we're okay with about:crashes being en-US _only_ on > Android. If we're not okay with that, we should probably put these fallback > strings inside their own .properties file or something. These strings aren't displayed in about:crashes, they're only written into the contents of the .txt files in the `Crash Reports/submitted` directory. There's no in-product UI to open those, we just read the filename and produce links to crash-stats.mo. On Android there's literally no way to access them without rooting your device, AFAIK.
Assignee | ||
Comment 6•6 years ago
|
||
After much fumbling around I was able to verify that this patch does allow me to tap an unsubmitted crash in about:crashes in Fennec and successfully submit it: https://crash-stats.mozilla.com/report/index/51d1f736-39bf-4307-b82a-2cd730170526
Pushed by tmielczarek@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/08caf9eba4e0 use fallback strings in CrashSubmit.jsm so submitting crashes from about:crashes works on Android. r=mconley
![]() |
||
Comment 8•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/08caf9eba4e0
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 55
Comment 9•6 years ago
|
||
Device: Nexus 5 (Android 6.0.1) Verified as fixed in 55.0b3. When clicking on a link the user is redirected to the mozilla crash reports site. Marking as verified.
Status: RESOLVED → VERIFIED
Updated•3 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
•