public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Tmux crashes on copy
@ 2024-01-17 12:30 David Stephenson
  2024-01-18  7:37 ` Yasuhiro Kimura
  0 siblings, 1 reply; 10+ messages in thread
From: David Stephenson @ 2024-01-17 12:30 UTC (permalink / raw)
  To: cygwin


[-- Attachment #1.1: Type: text/plain, Size: 285 bytes --]

When using the copy function in tmux it crashes on Enter.

Steps:

ctrl-[ (enter copy mode)
Navigate to text
space (start copy)
Navigate to end of text
Enter (to select highlighted text) at this point tmux crashes

cygcheck.out (email redacted) and tmux.exe.stackdump attached

Thanks

[-- Attachment #2: cygcheck.out --]
[-- Type: application/octet-stream, Size: 87942 bytes --]

[-- Attachment #3: tmux.exe.stackdump --]
[-- Type: application/octet-stream, Size: 2929 bytes --]

Exception: STATUS_ACCESS_VIOLATION at rip=00010046962C
rax=0000000000000000 rbx=0000000000000011 rcx=00007FFEB890C600
rdx=0000000000000000 rsi=00000007FFFFC360 rdi=0000000100469650
r8 =0000000000000003 r9 =00007FFEB89BE0A8 r10=0000000800000000
r11=00000003FF53108D r12=0000000A000784B8 r13=000000000000000C
r14=0000000A00029150 r15=0000000A000CFE20
rbp=0000000A000778E0 rsp=00000007FFFFC2B0
program=C:\cygwin64\bin\tmux.exe, pid 4706, thread main
cs=0033 ds=002B es=002B fs=0053 gs=002B ss=002B
Stack trace:
Frame         Function      Args
000A000778E0  00010046962C (00000000000D, 00000000000C, 000A00029150, 00000000000C) tmux.exe+0x6962C
000A000778E0  00010046955C (000100474C69, 000000000000, 000100492C7B, 000A00108B20) tmux.exe+0x6955C
000A000778E0  0001004525FE (000100474DA0, 000A001A2B20, 000000000000, 000A0006E3C0) tmux.exe+0x525FE
000A000778E0  0001004733F1 (000000000001, 000A001A3540, 0007FFFFC5A0, 000A001A2B20) tmux.exe+0x733F1
000A000778E0  000100474F91 (0001004C7560, 0000454E4F4E, 000A0005E050, 000A0005C7B0) tmux.exe+0x74F91
7FFEB89BF1B0  00010047731E (7FFEB8883AB7, 00007FFE0358, 7FFF12900453, 0000041B3950) tmux.exe+0x7731E
7FFEB89BF1B0  00010047755F (5D0CAA74764981ED, 0001004940E8, 0001004940F4, 000A0005D0E0) tmux.exe+0x7755F
000000000000  000100417A41 (000A0008F540, 000100000001, 000A001A2B20, 000000000000) tmux.exe+0x17A41
000A00078380  00010041401D (000A00018860, 7FFEB89BF1B0, 000018010000, 000A00018CD0) tmux.exe+0x1401D
7FFEB89BF1B0  00010045A1C5 (000A00000001, 000000000002, 000000000002, 000A00018860) tmux.exe+0x5A1C5
7FFEB89BF1B0  00010044B292 (1DA485C14E63BB0, 1DA485C152117A1, 000000000024, 000000000000) tmux.exe+0x4B292
7FFEB89BF1B0  00010045A972 (7FFEB891F3F6, 00000000006F, 000000000030, 000A00019310) tmux.exe+0x5A972
0007FFFFCA30  000100404EEB (7FFE00000000, 000A000184F0, 0001004B0FCC, 000800000001) tmux.exe+0x4EEB
000008010000  00010048B55C (000000000000, 000000000000, 000000000000, 000000000000) tmux.exe+0x8B55C
0007FFFFCD30  7FFEB86E80A3 (000000000000, 000000000000, 000000000000, 000000000000) cygwin1.dll+0x80A3
0007FFFFFFF0  7FFEB86E5C86 (000000000000, 000000000000, 000000000000, 000000000000) cygwin1.dll+0x5C86
0007FFFFFFF0  7FFEB86E5D34 (000000000000, 000000000000, 000000000000, 000000000000) cygwin1.dll+0x5D34
End of stack trace
Loaded modules:
000100400000 tmux.exe
7FFF128F0000 ntdll.dll
7FFF11020000 KERNEL32.DLL
7FFF0FDC0000 KERNELBASE.dll
7FFEB86E0000 cygwin1.dll
0003FFA60000 cygevent-2-0-5.dll
0003FF500000 cygncursesw-10.dll
7FFF11A30000 advapi32.dll
7FFF10D10000 msvcrt.dll
7FFF12680000 sechost.dll
7FFF10610000 bcrypt.dll
7FFF11B60000 RPCRT4.dll
7FFF0F4B0000 CRYPTBASE.DLL
7FFF0FC30000 bcryptPrimitives.dll
7FFF10C90000 ws2_32.dll
7FFF0F180000 mswsock.dll
7FFF0E710000 iphlpapi.dll
7FFF0E740000 DNSAPI.dll
7FFF12670000 NSI.dll
7FFF05490000 dhcpcsvc6.DLL
7FFF05470000 dhcpcsvc.DLL
7FFF0CE10000 WINNSI.DLL

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-01-31 20:45 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-17 12:30 Tmux crashes on copy David Stephenson
2024-01-18  7:37 ` Yasuhiro Kimura
2024-01-18  8:24   ` Takashi Yano
2024-01-21 20:09     ` Brian Inglis
2024-01-21 21:12       ` ASSI
2024-01-21 22:13         ` Brian Inglis
2024-01-31 13:39           ` Jon Turney
2024-01-31 15:56             ` marco atzeri
2024-01-31 17:36             ` ASSI
2024-01-31 20:45               ` ncurses version (was: Tmux crashes on copy) Brian Inglis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).