Comment 6 for bug 1812387

Revision history for this message
Karl Stenerud (kstenerud) wrote : Re: tmux crash while installing tmux plugin manager

Hi Prasanna, thanks for the report!

I've been unable to replicate the issue in a test setup. I set things up as follows:

lxc launch ubuntu-daily:cosmic tester
lxc exec tester bash
apt update
apt dist-upgrade -y
apt install -y tmux-plugin-manager
tmux

Can you please check that nothing else is installed?

Also, please check upstream to see if anyone else has had crashes in evbuffer_add(). Even if you did have other things installed, it should never crash in such a function.