This is run under Ubuntu 16.04.6 LTS.
Steps to Reproduce
- From terminal, run ./StarTools-Linux64
- As soon as the load screen comes up, drag the top bar of StarTools and let go
- Program should exit with SIGABRT
Code: Select all
(gdb) bt
#0 0x00007ffff71e2428 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54
#1 0x00007ffff71e402a in __GI_abort () at abort.c:89
#2 0x00007ffff72247ea in __libc_message (do_abort=2,
fmt=fmt@entry=0x7ffff733ded8 "*** Error in `%s': %s: 0x%s ***\n") at ../sysdeps/posix/libc_fatal.c:175
#3 0x00007ffff722ddfb in malloc_printerr (ar_ptr=0x7ffff7571b20 <main_arena>, ptr=0x880910,
str=0x7ffff733ac75 "corrupted size vs. prev_size", action=3) at malloc.c:5006
#4 _int_free (av=0x7ffff7571b20 <main_arena>, p=<optimised out>, have_lock=0) at malloc.c:4014
#5 0x00007ffff723153c in __GI___libc_free (mem=<optimised out>) at malloc.c:2968
#6 0x000000000049624a in ?? ()
#7 0x00000000004a940f in ?? ()
#8 0x00000000004dc499 in ?? ()
#9 0x0000000000583972 in ?? ()
#10 0x00000000004026eb in ?? ()
Love to confirm this is a bug or is it something I'm doing? Thanks in advance.