On Fri, Oct 28, 2016 at 11:41:30AM +0200, Hauke Fath wrote: > Built with -O2 (the default), the freshly built xemacs will hang > indefinitely at This is likely another case of the broken "malloc + memset == calloc" optimisation. Try compiling the file with -fno-builtin. Joerg