[Webkit-unassigned] [Bug 183401] New: [GTK] fast/animation/request-animation-frame-during-modal.html failing occassionally
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Mar 7 01:05:02 PST 2018
https://bugs.webkit.org/show_bug.cgi?id=183401
Bug ID: 183401
Summary: [GTK]
fast/animation/request-animation-frame-during-modal.ht
ml failing occassionally
Product: WebKit
Version: Other
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Gtk
Assignee: webkit-unassigned at lists.webkit.org
Reporter: csaavedra at igalia.com
CC: bugs-noreply at webkitgtk.org
This seems to be hitting the assertion I added to the PlatformWebView::setWindowIsKey() implementation for GTK+:
Thread 1 (Thread 0x7f557d5d7ac0 (LWP 14221)):
#0 _g_log_abort () at /home/slave/webkitgtk/gtk-linux-64-release-tests/build/WebKitBuild/DependenciesGTK/Source/glib-2.54.2/glib/gmessages.c:554
#1 0x00007f5589158415 in g_logv () at /home/slave/webkitgtk/gtk-linux-64-release-tests/build/WebKitBuild/DependenciesGTK/Source/glib-2.54.2/glib/gmessages.c:1362
#2 0x00007f5589158562 in g_log () at /home/slave/webkitgtk/gtk-linux-64-release-tests/build/WebKitBuild/DependenciesGTK/Source/glib-2.54.2/glib/gmessages.c:1403
#3 0x00007f558d8303d1 in _ZN3WTR15PlatformWebView14setWindowIsKeyEb ()
#4 0x00007f558b2a887c in _ZN6WebKit12WebPageProxy17didReceiveMessageERN3IPC10ConnectionERNS1_7DecoderE () from /home/slave/webkitgtk/gtk-linux-64-release/build/WebKitBuild/Release/lib/libwebkit2gtk-4.0.so.37
#5 0x00007f558b001e59 in _ZN3IPC18MessageReceiverMap15dispatchMessageERNS_10ConnectionERNS_7DecoderE () from /home/slave/webkitgtk/gtk-linux-64-release/build/WebKitBuild/Release/lib/libwebkit2gtk-4.0.so.37
#6 0x00007f558b0fdd42 in _ZN6WebKit15WebProcessProxy17didReceiveMessageERN3IPC10ConnectionERNS1_7DecoderE () from /home/slave/webkitgtk/gtk-linux-64-release/build/WebKitBuild/Release/lib/libwebkit2gtk-4.0.so.37
#7 0x00007f558affda8b in _ZN3IPC10Connection15dispatchMessageESt10unique_ptrINS_7DecoderESt14default_deleteIS2_EE () from /home/slave/webkitgtk/gtk-linux-64-release/build/WebKitBuild/Release/lib/libwebkit2gtk-4.0.so.37
#8 0x00007f558affe86c in _ZN3IPC10Connection18dispatchOneMessageEv () from /home/slave/webkitgtk/gtk-linux-64-release/build/WebKitBuild/Release/lib/libwebkit2gtk-4.0.so.37
#9 0x00007f558d84aa6d in _ZN3WTF7RunLoop11performWorkEv ()
#10 0x00007f558d87fea9 in _ZZN3WTF7RunLoopC4EvENUlPvE_4_FUNES1_ ()
I suspect that the fact that there is a modal window changes the way this works. I'll check it when I have some time.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180307/f04817b1/attachment-0001.html>
More information about the webkit-unassigned
mailing list