DRSN31644872A:~$ gdb /usr/src/usr.bin/tmux/tmux tmux.core GNU gdb 6.3 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-unknown-openbsd6.0"... Core was generated by `tmux'. Program terminated with signal 10, Bus error. Loaded symbols for /usr/src/usr.bin/tmux/tmux Reading symbols from /usr/lib/libutil.so.12.1...done. Loaded symbols for /usr/lib/libutil.so.12.1 Reading symbols from /usr/lib/libcurses.so.14.0...done. Loaded symbols for /usr/lib/libcurses.so.14.0 Reading symbols from /usr/lib/libevent.so.4.1...done. Loaded symbols for /usr/lib/libevent.so.4.1 Reading symbols from /usr/lib/libc.so.88.0...done. Loaded symbols for /usr/lib/libc.so.88.0 Reading symbols from /usr/libexec/ld.so...done. Loaded symbols for /usr/libexec/ld.so #0 0x0000195920749031 in window_printable_flags (s=Variable "s" is not available. ) at window.c:702 702 if (wl->window->flags & WINDOW_ZOOMED) (gdb) continue The program is not being run. (gdb) backtrace #0 0x0000195920749031 in window_printable_flags (s=Variable "s" is not available. ) at window.c:702 #1 0x000019592071953e in format_defaults_winlink (ft=0x195b2c169cc0, s=0x195b4d6a1e00, wl=0x195b2c164600) at format.c:1111 #2 0x0000195920719b3e in format_defaults (ft=0x195b2c169cc0, c=Variable "c" is not available. ) at format.c:999 #3 0x0000195920707120 in cmd_display_message_exec (self=0x195b2c16a480, cmdq=0x195ba9da9600) at cmd-display-message.c:76 #4 0x0000195920714e92 in cmdq_continue (cmdq=0x195ba9da9600) at cmd-queue.c:234 #5 0x000019592071dc0e in hooks_wait (hooks=Variable "hooks" is not available. ) at hooks.c:224 #6 0x0000195920714ebb in cmdq_continue (cmdq=0x195ba9da9200) at cmd-queue.c:238 #7 0x00001959207068eb in cmd_command_prompt_callback (data=0x195b2c16a900, s=Variable "s" is not available. ) at cmd-command-prompt.c:157 #8 0x0000195920735f19 in status_prompt_key (c=0x195b2c16b800, key=13) at status.c:1106 #9 0x00001959207307a3 in server_client_handle_key (c=0x195b2c16b800, key=13) at server-client.c:623 #10 0x0000195920738f76 in tty_keys_next (tty=0x195b2c16b8e0) at tty-keys.c:653 #11 0x000019592073d8b0 in tty_read_callback (bufev=Variable "bufev" is not available. ) at tty.c:181 #12 0x0000195b30daa0f8 in event_base_loop (base=0x195c0dcff400, flags=Variable "flags" is not available. ) at /usr/src/lib/libevent/event.c:350 #13 0x000019592072961a in proc_loop (tp=0x195b74f2a9c0, loopcb=0x195920732140 <server_loop>) at proc.c:219 #14 0x000019592073254a in server_start (base=Variable "base" is not available. ) at server.c:184 #15 0x00001959207043f0 in client_connect (base=0x195c0dcff400, path=0x195b822140a0 "/tmp/tmux-1000/default", start_server=1) at client.c:158 #16 0x0000195920704524 in client_main (base=0x195c0dcff400, argc=0, argv=0x7f7ffffeedc0, flags=Variable "flags" is not available. ) at client.c:269 #17 0x00001959207389ef in main (argc=0, argv=0x7f7ffffeedb8) at tmux.c:332 (gdb)
2016-08-22 13:51 GMT+02:00 Thomas Adam <[email protected]>: > Hi, > > No, I can't reproduce this. If there is a crash, can you get a backtrace > from a corefile? > > -- Thomas Adam > > On Mon, 22 Aug 2016 at 10:35 Uwe Werler <[email protected]> wrote: > >> Hello list, >> >> can someone reproduce this? >> >> If I set "set -g renumber-windows on" and define "set-hook -g >> 'after-join-pane' 'display-message XXX'" the tmux server crashes. >> >> Tested unter OpenBSD -current from 19. Aug. >> >> Regards Uwe >> >> -- >> You received this message because you are subscribed to the Google Groups >> "tmux-users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > -- You received this message because you are subscribed to the Google Groups "tmux-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
