Download raw body.
tog: pthread_cond_destroy: Invalid argument
On 2020-11-11, Sebastien Marie <semarie@online.fr> wrote: > when ^L is hitted, stop_log_thread() is called, and it is calling > pthread_cond_destroy(&s->thread_args.need_commits). > > I quickly look at the code, and it seems pthread_cond_destroy() could > be called multiple time without corresponding pthread_cond_init(). stop_log_thread() is called again from close_log_view(), which in turn is called when the old view is replaced with the new view. Backspace, ^L, 'B' all suffer from this problem in the log view. -- Christian "naddy" Weisgerber naddy@mips.inka.de
tog: pthread_cond_destroy: Invalid argument