Bug 65699 - [GTK] fast/loader/reload-zero-byte-plugin.html crashes
Summary: [GTK] fast/loader/reload-zero-byte-plugin.html crashes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-04 10:18 PDT by Philippe Normand
Modified: 2012-05-10 06:32 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Normand 2011-08-04 10:18:37 PDT
Consistent crash on the 3 bots:

#0  0x00002ad3010a588d in WebKit::FrameLoaderClient::finishedLoading (this=0x23f85440, documentLoader=0x23fc49e0) at ../../Source/WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp:997
997	        m_pluginView->didFinishLoading();


Thread 1 (Thread 15819):
#0  0x00002ad3010a588d in WebKit::FrameLoaderClient::finishedLoading (this=0x23f85440, documentLoader=0x23fc49e0) at ../../Source/WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp:997
#1  0x00002ad30174ba96 in WebCore::FrameLoader::finishedLoadingDocument (this=0x23f48978, loader=0x23fc49e0) at ../../Source/WebCore/loader/FrameLoader.cpp:2074
#2  0x00002ad301733b61 in WebCore::DocumentLoader::finishedLoading (this=0x23fc49e0) at ../../Source/WebCore/loader/DocumentLoader.cpp:288
#3  0x00002ad30174b8d5 in WebCore::FrameLoader::finishedLoading (this=0x23f48978) at ../../Source/WebCore/loader/FrameLoader.cpp:2048
#4  0x00002ad3017804fc in WebCore::MainResourceLoader::didFinishLoading (this=0x23fc53c0, finishTime=0) at ../../Source/WebCore/loader/MainResourceLoader.cpp:485
#5  0x00002ad30178d23b in WebCore::ResourceLoader::didFinishLoading (this=0x23fc53c0, finishTime=0) at ../../Source/WebCore/loader/ResourceLoader.cpp:474
#6  0x00002ad301922fbc in WebCore::readCallback (source=0x1be1b240, asyncResult=0x1e7e6640, data=0x0) at ../../Source/WebCore/platform/network/soup/ResourceHandleSoup.cpp:792
#7  0x00002ad305512b59 in async_ready_callback_wrapper (source_object=0x1be1b240, res=0x1e7e6640, user_data=0x0) at /tmp/buildd/glib2.0-2.28.6/./gio/ginputstream.c:470
#8  0x00002ad305522ae9 in complete_in_idle_cb (data=<value optimized out>) at /tmp/buildd/glib2.0-2.28.6/./gio/gsimpleasyncresult.c:757
#9  0x00002ad3060904a3 in g_main_dispatch (context=0xf6e660) at /tmp/buildd/glib2.0-2.28.6/./glib/gmain.c:2440
#10 g_main_context_dispatch (context=0xf6e660) at /tmp/buildd/glib2.0-2.28.6/./glib/gmain.c:3013
#11 0x00002ad306090c80 in g_main_context_iterate (context=0xf6e660, block=1, dispatch=1, self=<value optimized out>) at /tmp/buildd/glib2.0-2.28.6/./glib/gmain.c:3091
#12 0x00002ad3060912f2 in g_main_loop_run (loop=0x23f17b90) at /tmp/buildd/glib2.0-2.28.6/./glib/gmain.c:3299
#13 0x00002ad303fcc2b7 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#14 0x000000000042e9a8 in runTest (testPathOrURL=...) at ../../Tools/DumpRenderTree/gtk/DumpRenderTree.cpp:708
#15 0x000000000042e045 in runTestingServerLoop () at ../../Tools/DumpRenderTree/gtk/DumpRenderTree.cpp:500
#16 0x00000000004302d1 in main (argc=2, argv=0x7fff1fce3178) at ../../Tools/DumpRenderTree/gtk/DumpRenderTree.cpp:1187
Comment 1 Zan Dobersek 2012-05-10 06:32:58 PDT
This test was consistently passing on all the builders so its expectations were removed in r116553[1].

Closing the bug.

1: http://trac.webkit.org/changeset/116553