There's a closed pull request on the mblaze repository seq: fix infinite loop when selecting thread of orphaned message https://github.com/leahneukirchen/mblaze/pull/180 Description: To replicate the infinite loop: ``` printf ' a\n' | mseq -S mseq .= ``` Thanks