[Valgrind-users] Current git fails to compile on macOS

2018-04-13 Thread IMoL
git-1f08787cf (of 11 April) fails to build on macOS: m_syswrap/syswrap-generic.c:1797:26: error: variable has incomplete type 'struct vki_semid64_ds' struct vki_semid64_ds buf; ^ m_syswrap/syswrap-generic.c:1797:11: note: forward declaration of 'struct vki_semid64_ds'

[Valgrind-users] ==10087== Unsupported clone() flags: 0x104011

2018-04-13 Thread Rachel Chen (rychen)
Hello, I encountered the Unsupported clone() error as following: ==10087== ==10087== Unsupported clone() flags: 0x104011 ==10087== ==10087== The only supported clone() uses are: ==10087== - via a threads library (LinuxThreads or NPTL) ==10087== - via the implementation of fork or vfork ==10087=