While doing some testing I found the following crash. It looks
related to the copy/output mode rewrite:

Core was generated by `./tmux -L test -f /home/romain/.tmux-test.conf'.
Program terminated with signal 11, Segmentation fault.
#0  0x000000000043da48 in window_copy_find_length (wp=0x2316440, py=4294967284)
    at window-copy.c:1368
1368            px = s->grid->linedata[py].cellsize;
(gdb) bt
#0  0x000000000043da48 in window_copy_find_length (wp=0x2316440, py=4294967284)
    at window-copy.c:1368
#1  0x000000000043d925 in window_copy_clear_selection (wp=0x2316440)
    at window-copy.c:1335
#2  0x000000000043b218 in window_copy_resize (wp=0x2316440, sx=279, sy=76)
    at window-copy.c:344
#3  0x00000000004417a1 in window_pane_resize (wp=0x2316440, sx=279, sy=76)
    at window.c:612
#4  0x0000000000420564 in layout_fix_panes (w=0x2316300, wsx=279, wsy=76)
    at layout.c:217
#5  0x00000000004209a6 in layout_resize (w=0x2316300, sx=279, sy=76)
    at layout.c:372
#6  0x0000000000423dd7 in recalculate_sizes () at resize.c:135
#7  0x0000000000429936 in server_client_msg_dispatch (c=0x22f4c90)
    at server-client.c:564
#8  0x00000000004289c5 in server_client_callback (fd=15, events=2,
    data=0x22f4c90) at server-client.c:187
#9  0x00007f5c7951d344 in event_base_loop () from /usr/lib/libevent-1.4.so.2
#10 0x000000000042bf32 in server_loop () at server.c:223
#11 0x000000000042bf18 in server_start (path=0x22eee20 "/tmp//tmux-1000/test")
    at server.c:214
#12 0x0000000000403bf3 in client_init (path=0x22eee20 "/tmp//tmux-1000/test",
    cmdflags=7, flags=1) at client.c:86
#13 0x0000000000433aa5 in main (argc=0, argv=0x7fff8c178290) at tmux.c:564

It can easily be reproduced by maximizing a terminal which contains
a tmux window showing `list-keys' output.

Thanks,
-- 
Romain Francoise <rfranco...@debian.org>
http://people.debian.org/~rfrancoise/


------------------------------------------------------------------------------
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to