This seems like a build issue, are you sure you are using the same libevent so that you built tmux against?
On Fri, 22 Oct 2021 at 09:48, Wolfgang Aigner <[email protected]> wrote: > Hi Nicholas, > > here the output > > Thanks for your help :) > > gdb `which tmux` > GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-120.el7 > Copyright (C) 2013 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or later < > http://gnu.org/licenses/gpl.html> > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. Type "show copying" > and "show warranty" for details. > This GDB was configured as "x86_64-redhat-linux-gnu". > For bug reporting instructions, please see: > <http://www.gnu.org/software/gdb/bugs/>... > Reading symbols from /usr/local/bin/tmux...done. > (gdb) run > Starting program: /usr/local/bin/tmux > [Thread debugging using libthread_db enabled] > Using host libthread_db library "/lib64/libthread_db.so.1". > [Detaching after fork from child process 2077] > > Program received signal SIGSEGV, Segmentation fault. > 0x00000000006e3060 in ?? () > Missing separate debuginfos, use: debuginfo-install > glibc-2.17-324.el7_9.x86_64 libevent-2.0.21-4.el7.x86_64 > ncurses-libs-5.9-14.20130511.el7_4.x86_64 > (gdb) bt > #0 0x00000000006e3060 in ?? () > #1 0x000000000044adf7 in proc_event_cb (fd=<optimized out>, > events=<optimized out>, arg=0x6e3060) at proc.c:114 > #2 0x00007ffff7776a14 in event_base_loop () from /lib64/libevent-2.0.so.5 > #3 0x000000000044b02f in proc_loop (tp=0x6e2220, loopcb=loopcb@entry=0x0) > at proc.c:220 > #4 0x00000000004096d3 in client_main (base=0x6e1f60, argc=argc@entry=0, > argv=argv@entry=0x7fffffffe090, flags=<optimized out>, flags@entry=134283264, > feat=feat@entry=0) at client.c:397 > #5 0x0000000000404f5f in main (argc=0, argv=<optimized out>) at tmux.c:519 > (gdb) > > kr Wolly > > Am Fr., 22. Okt. 2021 um 10:46 Uhr schrieb Nicholas Marriott < > [email protected]>: > >> Do this and show me the output: >> >> gdb `which tmux` >> run >> bt >> >> >> >> On Fri, 22 Oct 2021 at 09:44, Wolfgang Aigner <[email protected]> >> wrote: >> >>> Hi >>> >>> sorry but no :( >>> >>> iWolly@jump ~: pkill -9 tmux >>> iWolly@jump ~: tmux >>> Segmentation fault (core dumped) >>> >>> Kr Wolfgang >>> >>> Am Fr., 22. Okt. 2021 um 10:41 Uhr schrieb Nicholas Marriott < >>> [email protected]>: >>> >>>> Does it work if you do "pkill -9 tmux" first? >>>> >>>> >>>> On Fri, 22 Oct 2021 at 09:40, Wolfgang Aigner <[email protected]> >>>> wrote: >>>> >>>>> Hi >>>>> >>>>> I have pulled the repo, then i have buled the tmux (./configure && >>>>> make, sudo make install) >>>>> >>>>> Now i get following error: >>>>> >>>>> ./tmux >>>>> Segmentation fault (core dumped) >>>>> >>>>> ./tmux -V >>>>> tmux next-3.4 >>>>> >>>>> cat /etc/redhat-release >>>>> Red Hat Enterprise Linux Server release 7.9 (Maipo) >>>>> >>>>> The last version has worked correctly but i have no backup :( >>>>> >>>>> Kr Wolfgang >>>>> >>>>> -- >>>>> 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 view this discussion on the web, visit >>>>> https://groups.google.com/d/msgid/tmux-users/CAC%3DXugMM0ffR%2Bwk33ZRQhY8ccXLHKcGfWFZ_jj20aqJ_iqXyHQ%40mail.gmail.com >>>>> <https://groups.google.com/d/msgid/tmux-users/CAC%3DXugMM0ffR%2Bwk33ZRQhY8ccXLHKcGfWFZ_jj20aqJ_iqXyHQ%40mail.gmail.com?utm_medium=email&utm_source=footer> >>>>> . >>>>> >>>> -- 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 view this discussion on the web, visit https://groups.google.com/d/msgid/tmux-users/CAEdLfcGv8gBktGbLm5sOvkMX0_FSWr%3DMaac3FZ4Mq0Ud-KAKVA%40mail.gmail.com.
