The only change to the linux binary build was an update of zlib to 1.2.8
Presumably, some library on your system is crashing with that version of zlib. Use strace -f or gdb to find out where the crash is happening. Or just delete /opt/calibre/lib/libz.so.1 to have calibre use your system zlib instead.
|