On Tue, 14 Jun 2016, Stuart Henderson wrote: > amd64, snap from May 30th with self built kernel, seen when > fetching a file with sftp:
Already fixed by Ingo that very day: progressmeter.c ---------------------------- revision 1.44 date: 2016/05/30 18:34:41; author: schwarze; state: Exp; lines: +24 -27; commitid: lwTGkdPO31DnTUq5; Backout rev. 1.43 for now. The function update_progress_meter() calls refresh_progress_meter() which calls snmprintf() which calls malloc(); but update_progress_meter() acts as the SIGALRM signal handler. "malloc(): error: recursive call" reported by sobrado@. ----------------------------
