Title: [180227] trunk/Tools
Revision
180227
Author
dburk...@apple.com
Date
2015-02-17 10:06:25 -0800 (Tue, 17 Feb 2015)

Log Message

ASan does not like JSC::MachineThreads::tryCopyOtherThreadStack
https://bugs.webkit.org/show_bug.cgi?id=141672

Reviewed by David Kilzer.

* asan/webkit-asan-ignore.txt:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (180226 => 180227)


--- trunk/Tools/ChangeLog	2015-02-17 17:51:17 UTC (rev 180226)
+++ trunk/Tools/ChangeLog	2015-02-17 18:06:25 UTC (rev 180227)
@@ -1,3 +1,12 @@
+2015-02-17  Dana Burkart  <dburk...@apple.com>
+
+        ASan does not like JSC::MachineThreads::tryCopyOtherThreadStack
+        https://bugs.webkit.org/show_bug.cgi?id=141672
+
+        Reviewed by David Kilzer.
+
+        * asan/webkit-asan-ignore.txt:
+
 2015-02-17  Alex Christensen  <achristen...@webkit.org>
 
         Remove WebCore.exp.in and clean up.

Modified: trunk/Tools/asan/webkit-asan-ignore.txt (180226 => 180227)


--- trunk/Tools/asan/webkit-asan-ignore.txt	2015-02-17 17:51:17 UTC (rev 180226)
+++ trunk/Tools/asan/webkit-asan-ignore.txt	2015-02-17 18:06:25 UTC (rev 180227)
@@ -4,3 +4,4 @@
 # FIXME (rdar://problem/19379214): Register::jsValue() only needs to be blacklisted when
 # called from prepareOSREntry(), but there is currently no way to express this in a blacklist.
 fun:*JSC*Register*jsValue*
+fun:*JSC*MachineThreads*tryCopyOtherThreadStack*
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to