##Core Dump - invalid pointer error## If you run mps-youtube and you enter an option from a menu or a query and this causes a core dump with the following error message: `*** Error in '$BASEDIR/anaconda3/bin/python': free(): invalid pointer: 0x00007f8fe7372bf8 ***` `====== Backtrace ======` `/lib64/libc.so.6(+0x721af)[0x7f8fef3891af]` `/lib64/libc.so.6(+0x7706)[0x7f8fef38e706]` `/lib64/libc.so.6(+0x78453)[0x7f8fef38f453]` `$BASEDIR/anaconda3/bin/../lib/libpython3.6m.so.1.0(PyOS_Readline+0xex)[0x7f8ff024956c]` `...` `...` `...` `====== Memory map ======` `...` `...` `...` `6361 abort (core dumped) mpsyt user gotbletu` use the linux package manager to install the appropriate readline package. e.g. `sudo zypper install libreadline6` or `yum install readline readline-devel` Make sure also that there is no pip or conda installed readline as this may have caused the problem due to conflict.