RESOLVED DUPLICATE of bug 209682210161
Web Inspector: Inspecting a video while it is playing occasionally triggers a crash
https://bugs.webkit.org/show_bug.cgi?id=210161
Summary Web Inspector: Inspecting a video while it is playing occasionally triggers a...
Saagar Jha
Reported 2020-04-07 15:15:27 PDT
Created attachment 395746 [details] An example of WebContent crashing The WebContent process seems to crash occasionally if I "inspect element" a playing video. From the crash log it seems like there's a null pointer dereference near the top of WebCore::buildObjectForKeyframes, but I didn't look into it too much. I know this didn't use to crash before, so I'm guessing it has something to do with all the new code in this area.
Attachments
An example of WebContent crashing (195.90 KB, text/plain)
2020-04-07 15:15 PDT, Saagar Jha
no flags
Radar WebKit Bug Importer
Comment 1 2020-04-07 16:50:17 PDT
Devin Rousso
Comment 2 2020-04-07 17:05:00 PDT
I believe this was fixed in r259205 (bug 209682). *** This bug has been marked as a duplicate of bug 209682 ***
Saagar Jha
Comment 3 2020-04-07 17:06:51 PDT
Sounds like it. I'll let you know if I see this in the next Safari Technology Preview release.
Note You need to log in before you can comment on or make changes to this bug.