> From: Robert <http://dummy.us.eu.org/robert> > Date: Tue, 27 Dec 2016 08:20:42 -0800 > > Have you checked whether JOVE uses memcpy()? I think I remember I had > some weird problems when I use memcpy() to move overlapping memory > regions. > > I changed it to use memmove() instead, I think. In fact, I just looked at jove-4.16.0.70/mac.c and it uses memcpy() all over the place. Bet that's your problem.