On 2026/03/06 08:51, Bunkmate wrote: > On Fri, Mar 06, 2026 at 08:40:14AM +0100, Caspar Schutijser wrote: > > On Thu, Mar 05, 2026 at 09:49:30PM +0000, Bunkmate wrote: > > > On Thu, Mar 05, 2026 at 08:54:32PM +0000, Nicholas Marriott wrote: > > > > Whoops, it was my suggestion to use recallocarray, but actually reflow > > > > can reduce cellsize so it is no longer the same as the original nmemb. > > > > > > Is this the same crash I reported on Feb 26, 2026? > > > > > > re: tmux crash resizing xterm window (includes backtrace) > > > > I'd suggest trying Nicholas' diff to see if it helps. > > > > Caspar > > I feel like my bug reporting is being ignored. >
FWIW the backtrace in your report was a bit mangled, --- #4 0x00000ef1c95772ae in _libc_recallocarray (ptr=0xef19aeedb40, oldnmemb€, \ newnmemb=Unhandled dwarf expression opcode 0xa3 ) at \ /usr/src/lib/libc/stdlib/malloc.c:2042 #5 0x00000eeedc3ee112 in xrecallocarray \ (ptr=Unhandled dwarf expression opcode 0xa3 ) at /usr/src/usr.bin/tmux/xmalloc.c:81 #6 0x00000eeedc37f9cf in grid_set_cell (gd=0xef0e6060340, px€, py=Unhandled dwarf \ expression opcode 0xa3 ) at /usr/src/usr.bin/tmux/grid.c:512 --- etc. There is some information in there but it's at least awkward to read. As is often mentioned, the version of gdb in base is too old to be of much use on archs that use clang. pkg_add gdb and use egdb instead.
