[Webkit-unassigned] [Bug 49877] [GTK] DumpRenderTree has two copies of JavaScriptCore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 21 20:51:29 PST 2010


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





--- Comment #12 from Martin Robinson <mrobinson at webkit.org>  2010-11-21 20:51:29 PST ---
(In reply to comment #11)
> :/ Do you mind pasting the output of this command on your system?
> > 
> > $ nm -o WebKitBuild/Debug/.libs/libwebkitgtk-1.0.so.0.3.1 | grep fastMalloc
> 
> $  nm -o WebKitBuild/Gtk/Debug/.libs/libwebkitgtk-1.0.so.0.3.1 | grep fastMalloc
> WebKitBuild/Gtk/Debug/.libs/libwebkitgtk-1.0.so.0.3.1:011c4636 t _ZN3WTF10fastMallocEj

I wonder if the issue is that the mangling is different for me:

martin at chazmcpoodle:~/WebKit-old$  nm -o WebKitBuild/Debug/.libs/libwebkitgtk-1.0.so.0.3.1 | grep fastMalloc
WebKitBuild/Debug/.libs/libwebkitgtk-1.0.so.0.3.1:00000000018fe90e T _ZN3WTF10fastMallocEm
...

Might be worth a shot to try adding the mangled names for the missing symbols to webkit/symbols.filter on your side. Can't imagine what else is wrong.

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