Thanks for the report, I can reproduce this with 1.4 and with current CVS: | Program terminated with signal 11, Segmentation fault. | #0 0x000000000041f1c0 in layout_resize_adjust (lc=0x0, type=LAYOUT_LEFTRIGHT, | change=81) at layout.c:290 | 290 lc->sx += change; | (gdb) bt | #0 0x000000000041f1c0 in layout_resize_adjust (lc=0x0, type=LAYOUT_LEFTRIGHT, | change=81) at layout.c:290 | #1 0x000000000041f359 in layout_destroy_cell (lc=0x15d94c0, lcroot=0x15d8a80) | at layout.c:349 | #2 0x000000000041fe7c in layout_close_pane (wp=0x15d8b20) at layout.c:676 | #3 0x0000000000409610 in cmd_kill_pane_exec (self=0x15d9100, | ctx=0x7fff87fcaa00) at cmd-kill-pane.c:69 | #4 0x0000000000413081 in cmd_exec (cmd=0x15d9100, ctx=0x7fff87fcaa00) | at cmd.c:278 | #5 0x000000000040a75f in cmd_list_exec (cmdlist=0x15d9040, ctx=0x7fff87fcaa00) | at cmd-list.c:89 | #6 0x00000000004080b7 in cmd_confirm_before_callback (data=0x15c63c0, | s=0x15c9850 "y") at cmd-confirm-before.c:130 | #7 0x00000000004331ad in status_prompt_key (c=0x15b5e50, key=121) | at status.c:1115 | #8 0x0000000000427a51 in server_client_handle_key (key=121, | mouse=0x7fff87fcac00, data=0x15b5e50) at server-client.c:308 | #9 0x000000000043516d in tty_keys_next (tty=0x15c5f50) at tty-keys.c:562 | #10 0x0000000000436427 in tty_read_callback (bufev=0x15cd700, data=0x15c5f50) | at tty.c:153 | #11 0x00007f214f29c344 in event_base_loop () from /usr/lib/libevent-1.4.so.2 | #12 0x000000000042b414 in server_loop () at server.c:209 | #13 0x000000000042b3fa in server_start () at server.c:200 | #14 0x000000000040492c in client_connect (path=0x677600 "/tmp/tmux-1000/test", | start_server=1) at client.c:79 | #15 0x0000000000404aee in client_main (argc=0, argv=0x7fff87fcb820, flags=1) | at client.c:150 | #16 0x0000000000434816 in main (argc=0, argv=0x7fff87fcb820) at tmux.c:395
I'll forward this upstream. -- Romain Francoise <[email protected]> http://people.debian.org/~rfrancoise/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

