diff options
Diffstat (limited to 'vimwiki/mps-youtube.md')
| -rw-r--r-- | vimwiki/mps-youtube.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/vimwiki/mps-youtube.md b/vimwiki/mps-youtube.md new file mode 100644 index 0000000..212e053 --- /dev/null +++ b/vimwiki/mps-youtube.md @@ -0,0 +1,30 @@ + +##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. |
