Comment 9 for bug 1315964

Revision history for this message
Vlad Orlov (monsta) wrote :

Guys, just try to rebuild the package from the source (add source package repositories first) and install it:

apt-get source cryptkeeper
sudo apt-get build-dep cryptkeeper

cd cryptkeeper-<version>
dpkg-buildpackage -b -us -uc -rfakeroot

sudo dpkg -i ../cryptkeeper_<version>.deb

Then check if segfaults still happen.