Bug 2239333
| Summary: | [abrt] tmux: tty_puts(): tmux killed by SIGSEGV | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ankur Sinha (FranciscoD) <sanjay.ankur> | ||||||||||||||||||||||||||
| Component: | tmux | Assignee: | Sven Lankes <sven> | ||||||||||||||||||||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||||
| Version: | 39 | CC: | dcantrell, rosset.filipe, sanjay.ankur, sven | ||||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/06a7ea4e6ad27f933a5f285e16448c6d4626ad8 | ||||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:518dc574af43caf6f60a474bc24a9d2497ba4064;VARIANT_ID=compneuro; | ||||||||||||||||||||||||||||
| Fixed In Version: | tmux-3.3a-5.20230918gitb202a2f.fc39 | Doc Type: | If docs needed, set a value | ||||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||||
| Last Closed: | 2024-02-12 10:54:39 UTC | Type: | --- | ||||||||||||||||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||||||||||||||||
| Documentation: | --- | CRM: | |||||||||||||||||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||||||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||||||||||||||
| Embargoed: | |||||||||||||||||||||||||||||
| Attachments: |
|
||||||||||||||||||||||||||||
|
Description
Ankur Sinha (FranciscoD)
2023-09-17 15:09:17 UTC
Created attachment 1989223 [details]
File: proc_pid_status
Created attachment 1989224 [details]
File: os_info
Created attachment 1989225 [details]
File: maps
Created attachment 1989226 [details]
File: environ
Created attachment 1989227 [details]
File: backtrace
Created attachment 1989228 [details]
File: mountinfo
Created attachment 1989229 [details]
File: cpuinfo
Created attachment 1989230 [details]
File: dso_list
Created attachment 1989231 [details]
File: limits
Created attachment 1989232 [details]
File: core_backtrace
Created attachment 1989233 [details]
File: open_fds
Created attachment 1989234 [details]
File: exploitable
Trying to copy some text in copy-mode reliably crashes tmux. reporter: libreport-2.17.11 crash_function: tty_puts kernel: 6.5.3-300.fc39.x86_64 rootdir: / cmdline: tmux -u -2 -f /usr/share/byobu/profiles/tmuxrc new -s default cgroup: 0::/user.slice/user-1000.slice/user/app.slice/app-org.gnome.Terminal.slice/vte-spawn-844d5801-7089-4afc-a085-692b4a6b13b5.scope uid: 1000 reason: tmux killed by SIGSEGV package: tmux-3.3a-4.fc39 comment: Trying to copy some text in copy-mode reliably crashes tmux. executable: /usr/bin/tmux type: CCpp runlevel: N 5 backtrace_rating: 4 journald_cursor: s=894c4971cb134061b8a2a29f3d9be7da;i=20ae71;b=73a9649ec587428d85a9bb1a0249116e;m=ec7e875d4;t=6059e982c972a;x=af6e6078bd171ab3 Steps to reproduce: - start new tmux session - hit ctrl b, [ to enter copy mode - hit spacebar to select text - hit enter to copy text - see tmux crash $ rpm -qa \*tmux\* \*ncurses\* ncurses-base-6.4-7.20230520.fc39.noarch ncurses-libs-6.4-7.20230520.fc39.x86_64 ncurses-6.4-7.20230520.fc39.x86_64 ncurses-c++-libs-6.4-7.20230520.fc39.x86_64 ncurses-devel-6.4-7.20230520.fc39.x86_64 tmux-3.3a-4.fc39.x86_64 Upstream said: "Your ncurses is too new or your tmux is too old, you need to downgrade ncurses or upgrade tmux." I've opened a PR here to update to current master, and can confirm that it fixes this issue: https://src.fedoraproject.org/rpms/tmux/pull-request/7 |