Closed
Bug 1796832
Opened 3 years ago
Closed 3 years ago
Assertion failure: !mMightHaveUnreportedJSException in IterableIterator.cpp
Categories
(Core :: DOM: Bindings (WebIDL), defect)
Core
DOM: Bindings (WebIDL)
Tracking
()
RESOLVED
FIXED
108 Branch
| Tracking | Status | |
|---|---|---|
| firefox108 | --- | fixed |
People
(Reporter: evilpies, Assigned: peterv)
References
Details
Attachments
(1 file)
See this log: https://treeherder.mozilla.org/logviewer?job_id=393971174&repo=try&lineNumber=35864
I think this could be fixed by adding WouldReportJSException before this line and probably also here.
Updated•3 years ago
|
Severity: -- → S4
| Assignee | ||
Comment 1•3 years ago
|
||
Hmm, I wonder if we should change the ergonomics of rejecting with an ErrorResult so that this happens automagically (similar to MaybeSetPendingException).
Assignee: nobody → peterv
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•3 years ago
|
||
| Assignee | ||
Comment 3•3 years ago
|
||
(In reply to Peter Van der Beken [:peterv] from comment #1)
Hmm, I wonder if we should change the ergonomics of rejecting with an
ErrorResultso that this happens automagically (similar toMaybeSetPendingException).
I ended up not doing this, a good API for that is complicated, and we only have 2 use-cases for it (for now).
Pushed by pvanderbeken@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/654e286d3a09
Assertion failure: !mMightHaveUnreportedJSException in IterableIterator.cpp. r=edgar
Comment 5•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox108:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 108 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•