Changes between Initial Version and Version 2 of Ticket #1820


Ignore:
Timestamp:
Jan 17, 2020 1:07:04 AM (5 years ago)
Author:
ming
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1820

    • Property Milestone changed from Known-Issues-and-Ideas to release-2.9
  • Ticket #1820 – Description

    initial v2  
    66 
    77Note that Helgrind test will be done primarily on Linux since its Mac support, for now, is still quite limited. 
     8Update (Jan 2020): the latest version, valgrind 3.15 supports MacOS, but only an older version 10.13 (while the latest is now 10.15. However when tested on 10.13, the memcheck stalled: 
     9{{{ 
     10UNKNOWN mach_msg unhandled MACH_SEND_TRAILER option 
     11}}} 
     12while Helgrind will assert: 
     13{{{ 
     14Helgrind: hg_main.c:4559 (void instrument_mem_access(IRSB *, IRExpr *, Int, Bool, Bool, Int, Int, Int, IRExpr *)): Assertion 'szB > 8 && szB <= 512' failed. 
     15}}}