OS: 16.04
After automatic upgrade, apt-get update
cause the following error:
*** Error in `appstreamcli': double free or corruption (fasttop): 0x0000000001166b20 ***
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x777e5)[0x7fe27911e7e5]
/lib/x86_64-linux-gnu/libc.so.6(+0x8037a)[0x7fe27912737a]
...
7ffc8371a000-7ffc8371c000 r--p 00000000 00:00 0 [vvar]
7ffc8371c000-7ffc8371e000 r-xp 00000000 00:00 0 [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]
Aborted (core dumped)
I found that this is the appstream's bug, but how can I fix it?
sudo apt-get purge libappstream3
– Charles Green Aug 07 '17 at 13:36apt remove appstream
. – MichaelZ Aug 20 '17 at 16:33