[Webkit-unassigned] [Bug 84141] [Qt] Instrument the WebKit source

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 17 05:14:04 PDT 2012


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





--- Comment #7 from Csaba Osztrogonac <ossy at webkit.org>  2012-10-17 05:14:56 PST ---
Created an attachment (id=169163)
 --> (https://bugs.webkit.org/attachment.cgi?id=169163&action=review)
rebased patch to ToT

But I still get the following linking error:
---------------------------------------------
.obj/release-shared/DumpRenderTreeQt.o: In function `WebCore::DumpRenderTree::DumpRenderTree()':
DumpRenderTreeQt.cpp:(.text._ZN7WebCore14DumpRenderTreeC2Ev+0x101): undefined reference to `Instrumenter::init()'
.obj/release-shared/DumpRenderTreeQt.o: In function `WebCore::DumpRenderTree::~DumpRenderTree()':
DumpRenderTreeQt.cpp:(.text._ZN7WebCore14DumpRenderTreeD2Ev+0x37): undefined reference to `Instrumenter::destroy()'
.obj/release-shared/DumpRenderTreeQt.o: In function `WebCore::DumpRenderTree::processLine(QString const&)':
DumpRenderTreeQt.cpp:(.text._ZN7WebCore14DumpRenderTree11processLineERK7QString+0x1bb): undefined reference to `Instrumenter::start(std::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
.obj/release-shared/DumpRenderTreeQt.o: In function `WebCore::DumpRenderTree::dump()':
DumpRenderTreeQt.cpp:(.text._ZN7WebCore14DumpRenderTree4dumpEv+0x3e1): undefined reference to `Instrumenter::end()'
collect2: ld returned 1 exit status
make[3]: *** [../../../bin/DumpRenderTree] Error 1


Instrumenter::init() and Instrumenter::destroy() are in the libwebkit1.a,
but they aren't in the libQtWebKitWidgets.so for some reason ...

-- 
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