Changeset 178005 in webkit


Ignore:
Timestamp:
Jan 6, 2015 4:26:01 PM (9 years ago)
Author:
ap@apple.com
Message:

Debug ASan builds frequently crash in Register::jsValue under DFG::prepareOSREntry
https://bugs.webkit.org/show_bug.cgi?id=140095

Reviewed by Anders Carlsson.

  • asan/webkit-asan-ignore.txt: Blacklist a function that gets inlined in release

builds, but not in debug ones.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r178001 r178005  
     12015-01-06  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Debug ASan builds frequently crash in Register::jsValue under DFG::prepareOSREntry
     4        https://bugs.webkit.org/show_bug.cgi?id=140095
     5
     6        Reviewed by Anders Carlsson.
     7
     8        * asan/webkit-asan-ignore.txt: Blacklist a function that gets inlined in release
     9        builds, but not in debug ones.
     10
    1112015-01-06  Brent Fulgham  <bfulgham@apple.com>
    212
  • trunk/Tools/asan/webkit-asan-ignore.txt

    r164589 r178005  
    22fun:*gatherFromCurrentThread*ConservativeRoots*
    33fun:*DFG*prepareOSREntry*
     4# FIXME (rdar://problem/19379214): Register::jsValue() only needs to be blacklisted when
     5# called from prepareOSREntry(), but there is currently no way to express this in a blacklist.
     6fun:*JSC*Register*jsValue*
Note: See TracChangeset for help on using the changeset viewer.