WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 197558
199217
can consistently hang webkit displaying page with embedded video [not playing]
https://bugs.webkit.org/show_bug.cgi?id=199217
Summary
can consistently hang webkit displaying page with embedded video [not playing]
Rich Coe
Reported
2019-06-25 18:40:44 PDT
Created
attachment 372891
[details]
thread info and thread traceback I'm using liferea which uses webkit to display web content. For several weeks I've noticed the stability of webkit has declined. It frequently locks up and I have to restart the webkit web process. I've started attaching gdb to it instead of killing it and I found the main thread blocked in gst_adaptive_demux_change_state() blocking on a mutex. The other thread is source:src and it is in timedWait() from libjavascriptcoregkt. There seems to be several different instances where it hangs in a deadlock between two threads. This url is example:
https://twitter.com/TIME/status/1142178303656288256/video/1
I've attached the traceback and thread info for loading the url. I can reproduce it easily.
Attachments
thread info and thread traceback
(61.99 KB, text/x-emacs-lisp)
2019-06-25 18:40 PDT
,
Rich Coe
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Rich Coe
Comment 1
2019-06-25 19:05:07 PDT
reproduced with both webkit 2.24.1 and upgraded 2.24.2 and libgstreamer 1.14.4 and 1.14.5
Philippe Normand
Comment 2
2019-06-27 04:14:38 PDT
*** This bug has been marked as a duplicate of
bug 197558
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug