[Webkit-unassigned] [Bug 179914] [GTK] Duplicated symbols in libjavascriptcoregtk and libwebkit2gtk can cause crashes in production builds

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 13 05:09:08 PST 2017


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

--- Comment #54 from Carlos Garcia Campos <cgarcia at igalia.com> ---
I've written a small script to get the list of symbols in bss that are unique global in libjsc and ar also present in libwk, current result is:

guard variable for bmalloc::PerProcess<bmalloc::Scavenger>::s_mutex
guard variable for bmalloc::PerProcess<bmalloc::Scavenger>::s_object
guard variable for bmalloc::PerProcess<bmalloc::IsoTLSDeallocatorEntry<bmalloc::IsoConfig<40u> > >::s_mutex
guard variable for bmalloc::PerProcess<bmalloc::IsoTLSDeallocatorEntry<bmalloc::IsoConfig<40u> > >::s_object
guard variable for bmalloc::PerProcess<bmalloc::PerHeapKind<bmalloc::Heap> >::s_mutex
bmalloc::vmPageSize()::cached
bmalloc::PerProcess<bmalloc::Scavenger>::s_memory
bmalloc::PerProcess<bmalloc::Scavenger>::s_object
bmalloc::PerProcess<bmalloc::Scavenger>::s_mutex
bmalloc::PerProcess<bmalloc::IsoTLSDeallocatorEntry<bmalloc::IsoConfig<40u> > >::s_memory
bmalloc::PerProcess<bmalloc::IsoTLSDeallocatorEntry<bmalloc::IsoConfig<40u> > >::s_object
bmalloc::PerProcess<bmalloc::IsoTLSDeallocatorEntry<bmalloc::IsoConfig<40u> > >::s_mutex

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171213/74182f15/attachment.html>


More information about the webkit-unassigned mailing list