Closed Bug 1915353 Opened 5 months ago Closed 5 months ago

Rules view crashes because of exception in OutputParser

Categories

(DevTools :: Inspector: Rules, defect, P2)

defect

Tracking

(firefox-esr115 unaffected, firefox-esr128 unaffected, firefox129 unaffected, firefox130 unaffected, firefox131 fixed)

RESOLVED FIXED
131 Branch
Tracking Status
firefox-esr115 --- unaffected
firefox-esr128 --- unaffected
firefox129 --- unaffected
firefox130 --- unaffected
firefox131 --- fixed

People

(Reporter: nchevobbe, Assigned: nchevobbe)

References

(Regression)

Details

(Keywords: regression)

Attachments

(1 file)

Steps to reproduce

  1. Navigate to data:text/html,<meta charset=utf8><style>:root{--a: (min-width:680px); }</style>
  2. Open the inspector

Actual results

Rules view is blank. There's an error in stdout:

new TypeError("can't access property Symbol.iterator, parts is undefined", "resource://devtools/client/shared/output-parser.js", 936)

which seems to come from https://searchfox.org/mozilla-central/rev/45d6f8bf028e049f812aa26dced565d50068af5d/devtools/client/shared/output-parser.js#936

this.#getCurrentStackParts().push(...parts);
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Severity: -- → S3
Priority: -- → P2

Set release status flags based on info from the regressing bug 1857006

Pushed by nchevobbe@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/94f40a4fa3c0 [devtools] Fix error in OutputParser when parsing ParenthesisBlock. r=devtools-reviewers,jdescottes.
Status: ASSIGNED → RESOLVED
Closed: 5 months ago
Resolution: --- → FIXED
Target Milestone: --- → 131 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: