On Wed, May 04, 2016 at 06:24:42PM +1000, Geoff Wing wrote: > with May builds of i386 (cross-compiled from amd64), when I run > squid (pkgsrc build), I get a seg fault, with a backtrace showing > over 20k calls to calloc() in libgnumalloc.
Sounds like another instance of GCC being stupid. It has idiom recognition like clang, but doesn't detect if the *current* function is what is used to implement part of the idiom... Joerg
