Closed
Bug 1369334
Opened 8 years ago
Closed 7 years ago
Crash in mozilla::dom::PaymentRequestBinding::_constructor
Categories
(Core :: DOM: Web Payments, defect)
Tracking
()
RESOLVED
INVALID
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox53 | --- | unaffected |
firefox54 | --- | unaffected |
firefox55 | --- | disabled |
People
(Reporter: calixte, Assigned: edenchuang)
References
(Blocks 1 open bug)
Details
(Keywords: crash, regression, Whiteboard: [clouseau])
Crash Data
This bug was filed from the Socorro interface and is
report bp-cce86fc7-6bc0-43bc-b20e-2f71b0170601.
=============================================================
There are 3 crashes in nightly 55 with buildid 20170531030204. In analyzing the backtrace, the regression may have been introduced by patch [1] to fix bug 1345361.
[1] https://hg.mozilla.org/mozilla-central/rev/d2370b6a03e8
Flags: needinfo?(echuang)
Assignee | ||
Comment 1•8 years ago
|
||
Currently we have already known that PaymentRequest API could crash under following situations.
1. Using PaymentRequest API when disable e10s. Here we have a bug 1365964 for non-e10s support.
2. When using PaymentRequest API with super large or some special input data. We also have bugs and web-platform-tests for these issues.
PaymentRequest API is a default off feature, that means to enable PaymentRequest API user must set preference.
And we do not finish whole API implementation, this could also make some problem when using PaymentRequest API.
So, I will take this bug, and to monitor it after all implementation and fixes of above bugs are landed.
Assignee: nobody → echuang
Flags: needinfo?(echuang)
Comment 2•8 years ago
|
||
This is disabled and we plan to remain the status on 55, so changing the firefox55-status to disabled.
Updated•8 years ago
|
Updated•8 years ago
|
Blocks: paymentrequest-wpt
Updated•8 years ago
|
No longer blocks: paymentrequest-wpt
Assignee | ||
Comment 3•8 years ago
|
||
Since bug 1365964 is set as WONT_FIX, keeping this bug for tracking other crash issues after 57.
Comment 4•7 years ago
|
||
Closing, as per bug 1365964. If new issues come up, we can deal with them in new bugs.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•