NEW 133797
REGRESSION(169017): [GTK] Layout Test fast/dom/NavigatorContentUtils/register-protocol-handler.html crashes
https://bugs.webkit.org/show_bug.cgi?id=133797
Summary REGRESSION(169017): [GTK] Layout Test fast/dom/NavigatorContentUtils/register...
Carlos Alberto Lopez Perez
Reported 2014-06-12 07:53:05 PDT
The following layout test is crashing on GTK since r169017 <http://trac.webkit.org/changeset/169017> fast/dom/NavigatorContentUtils/register-protocol-handler.html The relevant part of the GDB backtrace is: Core was generated by `/home/clopez/webkit/webkit/WebKitBuild/Release/bin/WebKitWebProcess 12'. Program terminated with signal 11, Segmentation fault. #0 0x00007f4543f26f44 in WebCore::NavigatorContentUtils::registerProtocolHandler(WebCore::Navigator*, WTF::String const&, WTF::String const&, WTF::String const&, int&) () from /home/clopez/webkit/webkit/WebKitBuild/Release/lib/libwebkit2gtk-3.0.so.25 [....] Thread 1 (Thread 0x7f45361e9a00 (LWP 14338)): #0 0x00007f4543f26f44 in WebCore::NavigatorContentUtils::registerProtocolHandler(WebCore::Navigator*, WTF::String const&, WTF::String const&, WTF::String const&, int&) () $ #1 0x00007f4544ecf31b in WebCore::jsNavigatorPrototypeFunctionRegisterProtocolHandler(JSC::ExecState*) () from /home/clopez/webkit/webkit/WebKitBuild/Release/lib/libwebkit$ #2 0x00007f44f4c420b4 in ?? () #3 0x00007fff16ae6420 in ?? () #4 0x00007f45463924c8 in llint_entry () from /home/clopez/webkit/webkit/WebKitBuild/Release/lib/libjavascriptcoregtk-3.0.so.0
Attachments
Marcos Chavarría Teijeiro (irc: chavaone)
Comment 1 2015-04-14 03:53:56 PDT
This test is passing after r182732 <http://trac.webkit.org/changeset/182732>. Updating GTK+ Expectations on bug 143701.
Note You need to log in before you can comment on or make changes to this bug.