Closed
Bug 1561267
Opened 6 years ago
Closed 5 years ago
Crash in StreamFilterChild::RecvStartRequest after resuming from breakpoint in filter.onstart event.
Categories
(WebExtensions :: Request Handling, defect, P3)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: robwu, Assigned: robwu)
Details
Crash Data
Attachments
(1 file, 1 obsolete file)
|
667 bytes,
application/zip
|
Details |
STR:
- Load the attached extension at
about:debugging. - Click on "Inspect" to open the debugger for the add-on.
- Visit https://example.com/
- Switch to the developer tools from step 2, and confirm that the breakpoint is triggered.
- Resume execution (by clicking on the button with the "Play" icon).
Expected:
- Nothing special happens.
Actual:
- The extension process crashes, and the debugger is detached.
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
Example of crash report: bp-ef75b75b-ad64-49c4-81f8-f2cfa0190626
Crash Signature: mozilla::extensions::StreamFilter::CheckAlive
| Assignee | ||
Updated•6 years ago
|
Crash Signature: mozilla::extensions::StreamFilter::CheckAlive → [@ mozilla::extensions::StreamFilter::CheckAlive ]
Comment 3•6 years ago
|
||
The priority flag is not set for this bug.
:jimm, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(jmathies)
Comment 4•6 years ago
|
||
One crash on linux over the last month.
Flags: needinfo?(jmathies)
Priority: -- → P3
Comment 5•6 years ago
|
||
Closing because no crashes reported for 12 weeks.
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
Comment 6•6 years ago
|
||
Re-opening because issue still exists (STR in comment 0).
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
| Assignee | ||
Updated•6 years ago
|
Status: REOPENED → ASSIGNED
Comment 7•6 years ago
|
||
Closing because no crashes reported for 12 weeks.
Status: ASSIGNED → RESOLVED
Closed: 6 years ago → 6 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
Updated•6 years ago
|
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Comment 8•5 years ago
|
||
Closing because no crashes reported for 12 weeks.
Status: REOPENED → RESOLVED
Closed: 6 years ago → 5 years ago
Resolution: --- → WORKSFORME
Updated•5 years ago
|
Attachment #9073802 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•