[Webkit-unassigned] [Bug 89358] Causes crashes in LLVMPipe

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 18 10:51:23 PDT 2012


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





--- Comment #6 from Dave Airlie <airlied at gmail.com>  2012-06-18 10:51:23 PST ---
LD_DEBUG=true gnome-control-center prints out a very long log (135MB here).

but in it you can see where it binds the mangled "operater new" _Znam to libwebkitgtk and the mangled "operator delete" _ZdlPv to libstdc++, as the symbols are lazily resolved. LD_BIND_NOW also works around it.

I've noticed the QT version avoids replacing  the global malloc so maybe the gtk version should do the same.

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