I get this: #0 0x00007f2d89efc7bb in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 #1 0x00007f2d89ee7535 in __GI_abort () at abort.c:79 #2 0x00007f2d89f3e508 in __libc_message (action=<optimized out>, fmt=fmt@entry=0x7f2d8a04907b "*** %s ***: %s terminated\n") at ../sysdeps/posix/libc_fatal.c:181 #3 0x00007f2d89fcf80d in __GI___fortify_fail_abort (need_backtrace=need_backtrace@entry=true, msg=msg@entry=0x7f2d8a048ff8 "buffer overflow detected") at fortify_fail.c:28 #4 0x00007f2d89fcf841 in __GI___fortify_fail (msg=msg@entry=0x7f2d8a048ff8 "buffer overflow detected") at fortify_fail.c:44 #5 0x00007f2d89fcd940 in __GI___chk_fail () at chk_fail.c:28 #6 0x00007f2d89fccfd9 in _IO_str_chk_overflow (fp=<optimized out>, c=<optimized out>) at vsprintf_chk.c:31 #7 0x00007f2d89f42851 in __GI__IO_default_xsputn (n=<optimized out>, data=<optimized out>, f=<optimized out>) at libioP.h:839 #8 0x00007f2d89f42851 in __GI__IO_default_xsputn (f=0x7ffd88993730, data=<optimized out>, n=32) at genops.c:370 #9 0x00007f2d89f15112 in _IO_vfprintf_internal (s=s@entry=0x7ffd88993730, format=format@entry=0x7f2d866afc46 <error: Cannot access memory at address 0x7f2d866afc46>, ap=ap@entry=0x7ffd88993870) --Type <RET> for more, q to quit, c to continue without paging--c at ../libio/libioP.h:839 #10 0x00007f2d89fcd07f in ___vsprintf_chk (s=0x7ffd889939e0 "Juego de fichas para movimientos posteriores en simulaciones de lanzamientos (para el jugador 0) usará ruido pseudo-aleatorio.\216pb\265z\340U", flags=1, slen=128, format=0x7f2d866afc46 <error: Cannot access memory at address 0x7f2d866afc46>, args=args@entry=0x7ffd88993870) at vsprintf_chk.c:83 #11 0x00007f2d89fccfaa in ___sprintf_chk (s=<optimized out>, flags=<optimized out>, slen=<optimized out>, format=<optimized out>) at sprintf_chk.c:31 #12 0x000055e07a24d3bb in CommandSetEvalDeterministic () #13 0x000055e07a20336a in HandleCommand () #14 0x000055e07a20336a in HandleCommand () #15 0x000055e07a24fef7 in CommandSetRolloutLatePlayer () #16 0x000055e07a20336a in HandleCommand () #17 0x000055e07a20336a in HandleCommand () #18 0x000055e07a25143f in CommandSetEvalParamRollout () #19 0x000055e07a20336a in HandleCommand () #20 0x000055e07a20336a in HandleCommand () #21 0x000055e07a2034a9 in HandleCommand () #22 0x000055e07a2034a9 in HandleCommand () #23 0x000055e07a203560 in () #24 0x000055e07a203654 in CommandLoadCommands () #25 0x000055e07a1d7c4f in main ()
El jue., 18 jul. 2019 a las 18:45, Russ Allbery (<r...@debian.org>) escribió: > Control: tags -1 unreproducible moreinfo > > mlainz <mla...@gmail.com> writes: > > > Package: gnubg > > Version: 1.06.002-1 > > Severity: grave > > Justification: renders package unusable > > > gnubg crashes on launch on debian buster with the following message: > > *** buffer overflow detected ***: gnubg terminated > > > I got the same result on two different machines, over Wayland and X11. > > I can't reproduce this. > > Can you enable core dumps (ulimit -c unlimited) and then run gdb on the > corresponding core dump (gdb /usr/games/gnubg core) and then run backtrace > and show the backtrace for this? > > -- > Russ Allbery (r...@debian.org) <http://www.eyrie.org/~eagle/> >