Activity log for bug #1812387

Date Who What changed Old value New value Message
2019-01-18 13:46:21 Prasanna Loganathar bug added bug
2019-01-18 13:54:24 Apport retracing service bug added subscriber Crash bug triagers for Ubuntu packages
2019-01-18 13:54:26 Apport retracing service attachment added Stacktrace.txt https://bugs.launchpad.net/bugs/1812387/+attachment/5230274/+files/Stacktrace.txt
2019-01-18 13:54:27 Apport retracing service attachment added StacktraceSource.txt https://bugs.launchpad.net/bugs/1812387/+attachment/5230275/+files/StacktraceSource.txt
2019-01-18 13:54:28 Apport retracing service attachment added ThreadStacktrace.txt https://bugs.launchpad.net/bugs/1812387/+attachment/5230276/+files/ThreadStacktrace.txt
2019-01-18 13:54:30 Apport retracing service attachment removed CoreDump.gz https://bugs.launchpad.net/bugs/1812387/+attachment/5230267/+files/CoreDump.gz
2019-01-18 13:54:31 Apport retracing service tmux (Ubuntu): importance Undecided Medium
2019-01-18 13:54:33 Apport retracing service tags amd64 apport-crash cosmic need-amd64-retrace amd64 apport-crash cosmic
2019-01-23 11:56:40 Karl Stenerud tmux (Ubuntu): status New Incomplete
2019-01-23 11:56:44 Karl Stenerud bug added subscriber Karl Stenerud
2019-01-24 17:56:54 Prasanna Loganathar information type Private Public
2019-01-24 17:57:52 Prasanna Loganathar summary tmux crash while installing tmux plugin manager tmux crashes on tpm init
2019-01-25 09:24:33 Christian Ehrhardt  bug added subscriber Christian Ehrhardt 
2019-01-25 20:58:51 Prasanna Loganathar attachment added Dockerfile https://bugs.launchpad.net/ubuntu/+source/tmux/+bug/1812387/+attachment/5232555/+files/Dockerfile
2019-01-25 20:59:21 Prasanna Loganathar attachment added tmux.conf https://bugs.launchpad.net/ubuntu/+source/tmux/+bug/1812387/+attachment/5232556/+files/tmux.conf
2019-01-28 15:30:56 Robie Basak tags amd64 apport-crash cosmic amd64 apport-crash cosmic server-triage-discuss
2019-02-06 12:00:55 Karl Stenerud tags amd64 apport-crash cosmic server-triage-discuss amd64 apport-crash cosmic
2019-02-13 10:14:03 Karl Stenerud tmux (Ubuntu): status Incomplete Confirmed
2019-02-13 10:21:17 Karl Stenerud description Crash on a fresh install and first start after adding tmux plugin manager. ProblemType: Crash DistroRelease: Ubuntu 18.10 Package: tmux 2.7-1 ProcVersionSignature: Ubuntu 4.18.0-13.14-generic 4.18.17 Uname: Linux 4.18.0-13-generic x86_64 ApportVersion: 2.20.10-0ubuntu13.1 Architecture: amd64 CurrentDesktop: GNOME Date: Fri Jan 18 19:09:19 2019 ExecutablePath: /usr/bin/tmux ExecutableTimestamp: 1523656091 InstallationDate: Installed on 2019-01-01 (17 days ago) InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 (20181017.3) ProcCmdline: tmux ProcCwd: /home/pvl Signal: 11 SourcePackage: tmux UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip docker libvirt lpadmin plugdev sambashare sudo modified.conffile..etc.apport.crashdb.conf: [modified] mtime.conffile..etc.apport.crashdb.conf: 2019-01-15T04:51:59.517661 [Impact] Initializing the tpm plugin for tmux causes it to crash. [Test Case] Getting the core dump is sometimes tricky. This procedure generates it every time: $ lxc launch ubuntu-daily:cosmic tester && lxc exec tester bash # apt update && apt dist-upgrade -y && apt install -y tmux tmux-plugin-manager && ulimit -c unlimited && cat << 'EOF' >"$HOME/.tmux.conf" # set prefix: Alt + e set -g prefix M-e # Let's bind this too, so that repeated # presses work, esp. when nesting. bind -n M-e send-prefix # start window numbering at 1 set -g base-index 1 # start pane numbering at 1 set -g pane-base-index 1 # use mouse set -g mouse on setw -g mode-keys vi # Use Alt-arrow keys WITHOUT PREFIX KEY to switch panes bind -n M-Left select-pane -L bind -n M-Right select-pane -R bind -n M-Up select-pane -U bind -n M-Down select-pane -D set -g @scroll-down-exit-copy-mode off set -g @scroll-without-changing-pane on set -g @emulate-scroll-for-no-mouse-alternate-buffer on # plugins set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-continuum' set -g @plugin 'tmux-plugins/tmux-copycat' set -g @plugin 'tmux-plugins/tmux-pain-control' set -g @plugin 'tmux-plugins/tmux-prefix-highlight' set -g @plugin 'tmux-plugins/tmux-open' set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'nhdaly/tmux-better-mouse-mode' set -g @plugin 'tmux-plugins/tmux-logging' run -b "/usr/share/tmux-plugin-manager/tpm" EOF # tmux * Press alt-e, then shift-i * exit immediately: # exit # tmux * Press alt-e, then shift-i Result: root@tester:~# [lost server] root@tester:~# [Original Description] Crash on a fresh install and first start after adding tmux plugin manager. ProblemType: Crash DistroRelease: Ubuntu 18.10 Package: tmux 2.7-1 ProcVersionSignature: Ubuntu 4.18.0-13.14-generic 4.18.17 Uname: Linux 4.18.0-13-generic x86_64 ApportVersion: 2.20.10-0ubuntu13.1 Architecture: amd64 CurrentDesktop: GNOME Date: Fri Jan 18 19:09:19 2019 ExecutablePath: /usr/bin/tmux ExecutableTimestamp: 1523656091 InstallationDate: Installed on 2019-01-01 (17 days ago) InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 (20181017.3) ProcCmdline: tmux ProcCwd: /home/pvl Signal: 11 SourcePackage: tmux UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip docker libvirt lpadmin plugdev sambashare sudo modified.conffile..etc.apport.crashdb.conf: [modified] mtime.conffile..etc.apport.crashdb.conf: 2019-01-15T04:51:59.517661
2019-02-14 10:19:49 Robie Basak tags amd64 apport-crash cosmic amd64 apport-crash cosmic server-triage-discuss
2019-02-21 10:52:24 Karl Stenerud tags amd64 apport-crash cosmic server-triage-discuss amd64 apport-crash cosmic
2019-02-21 10:56:14 Karl Stenerud affects tmux (Ubuntu) tmux-plugin-manager (Ubuntu)