Changes between Initial Version and Version 2 of Ticket #1820
- Timestamp:
- Jan 17, 2020 1:07:04 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1820
- Property Milestone changed from Known-Issues-and-Ideas to release-2.9
-
Ticket #1820 – Description
initial v2 6 6 7 7 Note that Helgrind test will be done primarily on Linux since its Mac support, for now, is still quite limited. 8 Update (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 {{{ 10 UNKNOWN mach_msg unhandled MACH_SEND_TRAILER option 11 }}} 12 while Helgrind will assert: 13 {{{ 14 Helgrind: hg_main.c:4559 (void instrument_mem_access(IRSB *, IRExpr *, Int, Bool, Bool, Int, Int, Int, IRExpr *)): Assertion 'szB > 8 && szB <= 512' failed. 15 }}}