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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 18 10:45:25 PDT 2012


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


Dave Airlie <airlied at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |airlied at gmail.com




--- Comment #5 from Dave Airlie <airlied at gmail.com>  2012-06-18 10:45:25 PST ---
the C++ string stuff is calling operator delete, however it calls the delete from libstdc++, but operator new is pointing to the one from webkitgtk3.

I do wonder if its a bug in the linker but I have to find someone who knows how the linker should work first.

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