Open
Bug 1700860
Opened 4 years ago
Updated 4 years ago
Permanent tab crash because of settings in the debugger.
Categories
(DevTools :: Debugger, defect, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: karlcow, Unassigned)
References
(Blocks 1 open bug, )
Details
Attachments
(1 file)
6.33 KB,
text/plain
|
Details |
What were you doing?
- Go to https://www.ifanr.com/video/1309423
- Open the debugger
- set log point on
a, a.ownerDocument, a.ownerDocument.defaultView
- Add a condition
a.ownerDocument.defaultView === null
What happened?
Tab crash at the first reload. And now I'm stuck in a permanent crash state for this specific url.
What should have happened?
Not crashing :)
Anything else we should know?
- Probably related to https://crash-stats.mozilla.org/report/index/8ab1cfd6-9954-4f63-8c5f-d8ca20210325
- Also how do I uncrash given I can't access the debugger UI anymore because of the crashing.
- At least I could capture the browser console log
Reporter | ||
Updated•4 years ago
|
Attachment #9211426 -
Attachment mime type: application/octet-stream → text/plain
Comment 1•4 years ago
|
||
Karl, on which file and line are you adding the logpoint ?
The logs seems to indicate an issue with workers, but I don't see any workers in the page source
Reporter | ||
Comment 2•4 years ago
|
||
On this line in https://player.bilibili.com/main/libs/jquery-1.7.2.min.js
(d = a.ownerDocument.defaultView) && (e = d.getComputedStyle(a, null)) && (c = e.getPropertyValue(b), c === '' && !f.contains(a.ownerDocument.documentElement, a) && (c = f.style(a, b))),
I was in the process of diagnosing Bug 1617859
Updated•4 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•