[Webkit-unassigned] [Bug 85159] [GTK] ASSERTION FAILED: shouldLoadAsEmptyDocument(r.url()) || !defersLoading() in MainResourceLoader.cpp:382

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 30 12:11:05 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=85159





--- Comment #3 from Sudarsana Nagineni <naginenis at gmail.com>  2012-04-30 12:11:05 PST ---
(In reply to comment #2)
> It would be useful to have the stack trace from DumpRenderTree as well.

Here is the stack trace from DRT. Patch in the bug #85134 is needed to reproduce the crash with DRT.

Core was generated by `WebKitBuild/Debug/Programs/DumpRenderTree LayoutTests/loader/load-defer-resume-'.
Program terminated with signal 11, Segmentation fault.
#0  0x00007fa907a0f3bb in WebCore::MainResourceLoader::didReceiveResponse (this=0x2335ef0, r=...) at ../../Source/WebCore/loader/MainResourceLoader.cpp:382
382         ASSERT(shouldLoadAsEmptyDocument(r.url()) || !defersLoading());
(gdb) bt
#0  0x00007fa907a0f3bb in WebCore::MainResourceLoader::didReceiveResponse (this=0x2335ef0, r=...) at ../../Source/WebCore/loader/MainResourceLoader.cpp:382
#1  0x00007fa907a1c5d7 in WebCore::ResourceLoader::didReceiveResponse (this=0x2335ef0, response=...) at ../../Source/WebCore/loader/ResourceLoader.cpp:423
#2  0x00007fa907bbf6f5 in WebCore::sendRequestCallback (source=0x7fa8b4015120, res=0x22f5ee0, data=0x23729d0) at ../../Source/WebCore/platform/network/soup/ResourceHandleSoup.cpp:376
#3  0x00007fa9054c4743 in g_simple_async_result_complete (simple=0x22f5ee0) at gsimpleasyncresult.c:767
#4  0x00007fa9054c4b08 in complete_in_idle_cb_for_thread (_data=<optimized out>) at gsimpleasyncresult.c:835
#5  0x00007fa9053829ca in g_main_dispatch (context=<optimized out>) at gmain.c:2515
#6  g_main_context_dispatch (context=0x1c2b450) at gmain.c:3052
#7  0x00007fa905385168 in g_main_context_iterate (context=0x1c2b450, block=1, dispatch=<optimized out>, self=<optimized out>) at gmain.c:3123
#8  0x00007fa9053853f5 in g_main_loop_run (loop=0x1c6bfa0) at gmain.c:3317
#9  0x00007fa905b47a5d in gtk_main () at gtkmain.c:1161
#10 0x000000000045940d in runTest (testPathOrURL=...) at ../../Tools/DumpRenderTree/gtk/DumpRenderTree.cpp:696
#11 0x000000000045bb26 in main (argc=2, argv=0x7fffb11da7c8) at ../../Tools/DumpRenderTree/gtk/DumpRenderTree.cpp:1382
(gdb)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list