Re: [Valgrind-users] Thread confusion on OS-X

2016-06-17 Thread Alex Bligh
> On 17 Jun 2016, at 18:37, John Reiser wrote: > > Try "make clean" first, particularly if this is not the first 'make'. > The file generated by 'make' which records the header dependencies > says that mach_vmUser.c #includes mach_vm.defs. Look for those filenames > (find /usr/include -iname ma

Re: [Valgrind-users] Thread confusion on OS-X

2016-06-17 Thread Alex Bligh
> On 17 Jun 2016, at 14:42, Alex Bligh wrote: > > I am trying to run valgrind 3.11.0 on OS-X 10.11.5 to track down a bug in > Qemu 2.6.0. > > I fully suspect this is: > https://bugs.kde.org/show_bug.cgi?id=354883 > > My question is simply whether I should expect valgrind to work on 10.11 with

Re: [Valgrind-users] Thread confusion on OS-X

2016-06-17 Thread John Reiser
> The next problem being (OS-X 10.11.5, cvs trunk as of today): > > $ make > /Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive > Making all in include > make[2]: Nothing to be done for `all'. > Making all in VEX > /Applications/Xcode.app/Contents/Developer/usr/bin/make all-am

Re: [Valgrind-users] Thread confusion on OS-X

2016-06-17 Thread Alex Bligh
> On 17 Jun 2016, at 14:42, Alex Bligh wrote: > > My question is simply whether I should expect valgrind to work on 10.11 with > threads if I compile trunk from source, or whether I need to look at some > other way of hunting my issue down. The next problem being (OS-X 10.11.5, cvs trunk as o