[Webkit-unassigned] [Bug 39060] JIT asserts inside valgrind

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 23 18:16:27 PDT 2010


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





--- Comment #2 from Balazs Kelemen <kb at inf.u-szeged.hu>  2010-06-23 18:16:27 PST ---
I have found a solution: use "--smc-check=all".
This is needed because the JIT::linkCall function (and some other JIT staff) modifying the jitted code, so valgrind must check self modification.
Alternatively we could use valgrind's client request mechanism. That would be cheaper, but I am dubious about how the apple folks would feel about to introduce valgrind into the codebase (we should have at least a build option, and a define for valgrind).

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