Hi
I don't remember what I've changed, but now at exit my app crashes. gdb backtrace as below. What to do? I can't read that.
Many thanks
(gdb) bt
#0 0x00007ffff5d2d418 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54
#1 0x00007ffff5d2f01a in __GI_abort () at abort.c:89
#2 0x00007ffff5d6f72a in __libc_message (do_abort=do_abort@entry=2,
fmt=fmt@entry=0x7ffff5e886b0 "*** Error in `%s': %s: 0x%s ***\n") at ../sysdeps/posix/libc_fatal.c:175
#3 0x00007ffff5d77f4a in malloc_printerr (ar_ptr=<optimized out>, ptr=<optimized out>,
str=0x7ffff5e8548f "free(): invalid pointer", action=3) at malloc.c:5007
#4 _int_free (av=<optimized out>, p=<optimized out>, have_lock=0) at malloc.c:3868
#5 0x00007ffff5d7babc in __GI___libc_free (mem=<optimized out>) at malloc.c:2969
#6 0x00007fffc58cc698 in __gnu_cxx::new_allocator<int>::deallocate(int*, unsigned long) ()
from /media/michael/DATA/X-Plane_10/Resources/plugins/XPLM_64.so
#7 0x00007fffc58cbcbc in std::_Vector_base<int, std::allocator<int> >::_M_deallocate(int*, unsigned long) ()
from /media/michael/DATA/X-Plane_10/Resources/plugins/XPLM_64.so
#8 0x00007fffc58ca8f5 in std::_Vector_base<int, std::allocator<int> >::~_Vector_base() ()
from /media/michael/DATA/X-Plane_10/Resources/plugins/XPLM_64.so
#9 0x00007fffc58ca3d0 in std::vector<int, std::allocator<int> >::~vector() ()
from /media/michael/DATA/X-Plane_10/Resources/plugins/XPLM_64.so
#10 0x00007ffff5d3235a in __cxa_finalize (d=0x7fffb702d880) at cxa_finalize.c:56
#11 0x00007fffb6e03443 in __do_global_dtors_aux ()
from /media/michael/DATA/X-Plane_10/Aircraft/General Aviation/P4/plugins/p4/64/lin.xpl
#12 0x00007fffffff8950 in ?? ()
#13 0x00007ffff7ded257 in _dl_close_worker (map=<optimized out>, force=<optimized out>) at dl-close.c:286
Backtrace stopped: frame did not save the PC
(gdb)