chris...@astron.com (Christos Zoulas) wrote: > > I used this as the Makefile, and I can't reproduce it (current/amd64) > > $ cat Makefile > LDFLAGS=-lcurses > CFLAGS=-g -fsanitize=address > > all: main > > clean: > rm -f main
This works indeed. And now also my Makefile and also the whole application. That makes it even worse since it is not always reproducible and may depend on whatever. It's good that I now can use ASAN again, and if it fails again, I test your Makefile ;) Thank you! --Carsten