Closed
Bug 1340960
Opened 8 years ago
Closed 8 years ago
Crash in java.lang.IllegalArgumentException: printJobName cannot be empty at android.print.PrintManager.print(PrintManager.java)
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox52 unaffected, firefox53 unaffected, firefox54 fixed)
RESOLVED
FIXED
Firefox 54
Tracking | Status | |
---|---|---|
firefox52 | --- | unaffected |
firefox53 | --- | unaffected |
firefox54 | --- | fixed |
People
(Reporter: n.nethercote, Assigned: jchen)
References
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
1.25 KB,
patch
|
sebastian
:
review+
|
Details | Diff | Splinter Review |
This bug was filed from the Socorro interface and is
report bp-7153d1b5-0152-4e64-a659-6bfa62170219.
=============================================================
New crash, first appeared in Nightly 20170206110132, though it's infrequent enough that the root cause may have landed a few days before that.
jchen, any ideas?
Flags: needinfo?(nchen)
Comment 1•8 years ago
|
||
Nighlty reproducibly crashes when I go to menu -> Page -> Print. The crash signature appears to vary though.
https://crash-stats.mozilla.com/report/index/842164ae-6e1c-4100-9698-b993a2170221
https://crash-stats.mozilla.com/report/index/0371308a-435b-47df-b0bb-955b62170221
https://crash-stats.mozilla.com/report/index/0371308a-435b-47df-b0bb-955b62170221
https://crash-stats.mozilla.com/report/index/33ce0dd2-47cd-432b-b157-b25482170221
Assignee | ||
Comment 2•8 years ago
|
||
Looks like bug 1333590
Assignee | ||
Comment 3•8 years ago
|
||
generatePDF returns a Promise. We shouldn't feed the Promise to the
callback, but rather invoke the callbacks when the Promise is
resolved/rejected.
Attachment #8840093 -
Flags: review?(s.kaspari)
Updated•8 years ago
|
Attachment #8840093 -
Flags: review?(s.kaspari) → review+
Pushed by nchen@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/4e3d73a1b3b4
Correctly invoke print callbacks; r=sebastian
Comment 5•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox54:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 54
Updated•8 years ago
|
status-firefox52:
--- → unaffected
status-firefox53:
--- → unaffected
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
•