RESOLVED INVALID20948
[GTK] [Ubuntu] DumpRenderTree hangs on this html
https://bugs.webkit.org/show_bug.cgi?id=20948
Summary [GTK] [Ubuntu] DumpRenderTree hangs on this html
Nate
Reported 2008-09-19 14:34:17 PDT
DumpRenderTree on this html hangs on my ubuntu hardy box which is running 36053. <html><head></head><body><form name='form1' action='' method='post'><input type='hidden' name='str' value='err'></form><script language='JavaScript'>document.form1.submit()</script></body></html> Trying to compile the nightly build to test I ran build-webkit and I got: -desktop:~/WebKit-r36640$ ./WebKitTools/Scripts/build-webkit Unsupported platform, can't determine built library locations. at /home/hagna/WebKit-r36640/WebKitTools/Scripts/webkitdirs.pm line 380. When I tried like this: ./autogen.sh ; ./configure ; make I got: In file included from ./WebCore/plugins/PluginView.h:38, from WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.h:35, from WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp:23: ./WebCore/platform/Widget.h:186: error: ‘WebCore::IntRect WebCore::Widget::convertToContainingWindow(const WebCore::IntRect&) const’ cannot be overloaded ./WebCore/platform/Widget.h:172: error: with ‘WebCore::IntRect WebCore::Widget::convertToContainingWindow(const WebCore::IntRect&) const’ ./WebCore/platform/Widget.h:187: error: ‘WebCore::IntPoint WebCore::Widget::convertToContainingWindow(const WebCore::IntPoint&) const’ cannot be overloaded ./WebCore/platform/Widget.h:173: error: with ‘WebCore::IntPoint WebCore::Widget::convertToContainingWindow(const WebCore::IntPoint&) const’ ./WebCore/platform/Widget.h:188: error: ‘WebCore::IntPoint WebCore::Widget::convertFromContainingWindow(const WebCore::IntPoint&) const’ cannot be overloaded ./WebCore/platform/Widget.h:174: error: with ‘WebCore::IntPoint WebCore::Widget::convertFromContainingWindow(const WebCore::IntPoint&) const’ make[1]: *** [WebKit/gtk/WebCoreSupport/libwebkit_1_0_la-FrameLoaderClientGtk.lo] Error 1 make[1]: Leaving directory `/home/hagna/WebKit-r36640' make: *** [all] Error 2
Attachments
David Kilzer (:ddkilzer)
Comment 1 2009-03-14 09:20:48 PDT
Nate, have you tried building webkit again recently?
Jan Alonzo
Comment 2 2009-04-04 23:54:01 PDT
Nate, To use build-webkit with gtk port you need to pass --gtk like the ff: $ ./WebKitTools/Scripts/build-webkit --gtk Can you please try building again? Also, your title says "DRT hangs on this html" - which html? do you have a link? thanks
Martin Robinson
Comment 3 2010-07-29 14:04:24 PDT
Nate, you haven't responded in just under 2 years. Did you ever get things working? I'm going to close this issue for now, but feel free to file a new one and CC me if you have further problems.
Note You need to log in before you can comment on or make changes to this bug.