diff options
| author | Vito Graffagnino <vito@graffagnino.xyz> | 2020-09-08 18:10:49 +0100 |
|---|---|---|
| committer | Vito Graffagnino <vito@graffagnino.xyz> | 2020-09-08 18:10:49 +0100 |
| commit | 3b0142cedcde39e4c2097ecd916a870a3ced5ec6 (patch) | |
| tree | 2116c49a845dfc0945778f2aa3e2118d72be428b /vimwiki/mps-youtube.md | |
| parent | 8cc927e930d5b6aafe3e9862a61e81705479a1b4 (diff) | |
Added the relevent parts of the .config directory. Alss add ssh config
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. |
