Uh oh!
There was an error while loading. Please reload this page.
fix for crashes during auto switch of videos in YouTube - #393
Merged
Conversation
Balajims88
commented
Oct 27, 2017
Author
Core was generated by `/usr/bin/WPEWebProcess 56 -1'. |
Balajims88
commented
Oct 27, 2017
Author
Changes made as part of ca5d5c9 commit exposes this crash. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We got following crashes..
because of improper cleanup in "CoordinatedGraphicsLayer"
Thread 1 (LWP 13574):
#0 0x76dd2fec in ~MediaPlayerPrivateGStreamerBase ()
at /mnt/home/bselva200/10-10-17-arrisxg1v3/build-arrisxg1v3/tmp/work/mips32el-rdk-linux/wpe-webkit/0.2+gitAUTOINC+b22045fe49-r0/git/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp:331
#1 0x76dcddfc in ~MediaPlayerPrivateGStreamer ()
at /mnt/home/bselva200/10-10-17-arrisxg1v3/build-arrisxg1v3/tmp/work/mips32el-rdk-linux/wpe-webkit/0.2+gitAUTOINC+b22045fe49-r0/git/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:217
#2 0x76deb0a0 in ~MediaPlayerPrivateGStreamerMSE ()
at /mnt/home/bselva200/10-10-17-arrisxg1v3/build-arrisxg1v3/tmp/work/mips32el-rdk-linux/wpe-webkit/0.2+gitAUTOINC+b22045fe49-r0/git/Source/WebCore/platform/graphics/gstreamer/mse/MediaPlayerPrivateGStreamerMSE.cpp:138
#3 0x76cbfa84 in operator() () at /mnt/home/bselva200/10-10-17-arrisxg1v3/build-arrisxg1v3/tmp/sysroots/arrisxg1v3/usr/include/c++/bits/unique_ptr.h:76
#4 ~unique_ptr () at /mnt/home/bselva200/10-10-17-arrisxg1v3/build-arrisxg1v3/tmp/sysroots/arrisxg1v3/usr/include/c++/bits/unique_ptr.h:236
#5 ~MediaPlayer () at /mnt/home/bselva200/10-10-17-arrisxg1v3/build-arrisxg1v3/tmp/work/mips32el-rdk-linux/wpe-webkit/0.2+gitAUTOINC+b22045fe49-r0/git/Source/WebCore/platform/graphics/MediaPlayer.cpp:373
#6 0x76cbfb40 in ~MediaPlayer () at /mnt/home/bselva200/10-10-17-arrisxg1v3/build-arrisxg1v3/tmp/work/mips32el-rdk-linux/wpe-webkit/0.2+gitAUTOINC+b22045fe49-r0/git/Source/WebCore/platform/graphics/MediaPlayer.cpp:376
#7 0x765840b4 in operator() () at /mnt/home/bselva200/10-10-17-arrisxg1v3/build-arrisxg1v3/tmp/sysroots/arrisxg1v3/usr/include/c++/bits/unique_ptr.h:76
#8 reset () at /mnt/home/bselva200/10-10-17-arrisxg1v3/build-arrisxg1v3/tmp/sysroots/arrisxg1v3/usr/include/c++/bits/unique_ptr.h:344
#9 operator= () at /mnt/home/bselva200/10-10-17-arrisxg1v3/build-arrisxg1v3/tmp/sysroots/arrisxg1v3/usr/include/c++/bits/unique_ptr.h:251
#10 createMediaPlayer () at /mnt/home/bselva200/10-10-17-arrisxg1v3/build-arrisxg1v3/tmp/work/mips32el-rdk-linux/wpe-webkit/0.2+gitAUTOINC+b22045fe49-r0/git/Source/WebCore/html/HTMLMediaElement.cpp:6140
#11 0x76584af0 in prepareForLoad () at /mnt/home/bselva200/10-10-17-arrisxg1v3/build-arrisxg1v3/tmp/work/mips32el-rdk-linux/wpe-webkit/0.2+gitAUTOINC+b22045fe49-r0/git/Source/WebCore/html/HTMLMediaElement.cpp:1190
#12 0x76589930 in load () at /mnt/home/bselva200/10-10-17-arrisxg1v3/build-arrisxg1v3/tmp/work/mips32el-rdk-linux/wpe-webkit/0.2+gitAUTOINC+b22045fe49-r0/git/Source/WebCore/html/HTMLMediaElement.cpp:1147
#13 0x771336d0 in jsHTMLMediaElementPrototypeFunctionLoadCaller () at DerivedSources/WebCore/JSHTMLMediaElement.cpp:1595
#14 callOperation<WebCore::jsHTMLMediaElementPrototypeFunctionLoadCaller, (WebCore::CastedThisErrorBehavior)0> ()
at /mnt/home/bselva200/10-10-17-arrisxg1v3/build-arrisxg1v3/tmp/work/mips32el-rdk-linux/wpe-webkit/0.2+gitAUTOINC+b22045fe49-r0/git/Source/WebCore/bindings/js/JSDOMBinding.h:362
#15 jsHTMLMediaElementPrototypeFunctionLoad () at DerivedSources/WebCore/JSHTMLMediaElement.cpp:1587
warning: GDB can't find the start of the function at 0x555f8d5f.
#16 0x555f8d60 in ?? ()
(gdb)