Re: malloc assert

2021-01-31 Thread Wayne Davison via rsync
On Wed, Jan 27, 2021 at 2:19 AM Hans Andersson wrote: > I occasionally get the following error when running rsync [malloc.c > assertion] > Since rsync doesn't supply any malloc code, that's probably a question for your C-library provider. You might first try out 3.2.3, which fixed a couple mem

malloc assert

2021-01-27 Thread Hans Andersson via rsync
Hi all I occasionally get the following error when running rsync [18:04:49][make -C img ] rsync: malloc.c:2385: sysmalloc: Assertion `(old_top == initial_top (av) && old_size == 0) || ((unsigned long) (old_size) >= MINSIZE && prev_inuse (old_top) && ((unsigned long) old_end & (pagesize - 1))