|
From: Rhys K. <rhy...@gm...> - 2020-01-15 12:47:58
|
On Wed, 15 Jan 2020 at 06:17, Paul Floyd <pj...@wa...> wrote: > Hi > > I’m having quick look at building Valgrind on macOS Catalina > > I’m using this repo > > https://github.com/LouisBrunner/valgrind-macos.git > > Plus I’ve merged in the changes up to head from sourceware. > > After a few mods to configure.ac and a few of the Darwin files it builds > and I get > > ==39161== Lackey, an example Valgrind tool > ==39161== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote. > ==39161== Using Valgrind-3.16.0.GIT and LibVEX; rerun with -h for > copyright info > ==39161== Command: pwd > ==39161== > ==39161== valgrind: Unrecognised instruction at address 0x1006037bd. > > In the past when I’ve seen this sort of thing there was also a vex printf > of the opcodes, but not in this case. > Try running with ./valgrind -v <$program> and provide what is output. > > Any suggestions what to try next? > > A+ > Paul > _______________________________________________ > Valgrind-developers mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-developers > |