It seems that SIGWINCH crashes Mutella.
When I resize my terminal window I get this message:
Fatal error '_waitq_insert: Already in queue' at line 280 in
file /usr/src/lib/libc_r/uthread/uthread_priority_queue.c
(errno = 4)
Abort trap (core dumped)
It doesn't actually say anything about SIGWINCH, but
that's the only thing I can think of that might mess up
the threads when you change the window size. A bad
signal handler maybe?
Yours,
Noah