Closed
Bug 1133348
Opened 10 years ago
Closed 9 years ago
[Youtube HTML5 video] crash in nsCOMPtr_base::~nsCOMPtr_base() | nsComputedDOMStyle::~nsComputedDOMStyle()
Categories
(Core :: DOM: CSS Object Model, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: alice0775, Unassigned)
Details
(Keywords: crash, reproducible, Whiteboard: [platform-rel-Youtube])
Crash Data
This bug was filed from the Socorro interface and is
report bp-5be5a987-0851-4c78-bf05-9c1d82150215.
=============================================================
The crash is reproducible 100% probability.
The crash sig is seldom. but another sig is Bug 1133190.
Steps
1. Start browser with newly created profile and Disable HWA and restart non-e10s.
2. Open https://www.youtube.com/watch?v=R6KJjPqlPz4&index=3&list=PL75_HhpYGJQ1Fzv9a46FlHfiy-fJusKBZ
3. Click seek bar with regardless of buffered range
4. And rapidly repeat step3 (should not pause the video and should not mute while testing)
| Reporter | ||
Updated•10 years ago
|
Summary: crash in nsCOMPtr_base::~nsCOMPtr_base() | nsComputedDOMStyle::~nsComputedDOMStyle() → [Youtube HTML5 video] crash in nsCOMPtr_base::~nsCOMPtr_base() | nsComputedDOMStyle::~nsComputedDOMStyle()
Comment 1•10 years ago
|
||
CSSOM as a first guess based on the stack.
Component: General → DOM: CSS Object Model
Comment 2•10 years ago
|
||
The only nsCOMPtrs in there are mContent and mPseudo... I don't see why either dtor would crash, offhand, unless it's pointing to garbage?
I also can't reproduce locally in a debug build (on Mac), unfortunately. :(
Updated•10 years ago
|
Flags: needinfo?(continuation)
Comment 3•10 years ago
|
||
I couldn't reproduce on an OSX debug build either.
Flags: needinfo?(continuation)
Updated•10 years ago
|
Crash Signature: [@ nsCOMPtr_base::~nsCOMPtr_base() | nsComputedDOMStyle::~nsComputedDOMStyle()] → [@ nsCOMPtr_base::~nsCOMPtr_base() | nsComputedDOMStyle::~nsComputedDOMStyle()]
[@ nsCOMPtr_base::~nsCOMPtr_base | nsComputedDOMStyle::~nsComputedDOMStyle]
Updated•9 years ago
|
platform-rel: --- → ?
Updated•9 years ago
|
Whiteboard: [platform-rel-Youtube]
| Reporter | ||
Comment 4•9 years ago
|
||
The video is no longer available.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•