Comment 14 for bug 36036

Revision history for this message
Alexandre Sauvé (asauve) wrote : Re: dd segfaults => simple fix

with strace you can see that dd breaks when reading this
very file (missing though) :

        /usr/share/locale-langpack/<your locale>/LC_MESSAGES/coreutils.mo

The bug can be fixed while waiting for a correcting package by creating an empty file for your locale.
Example with locale fr :
         touch /usr/share/locale-langpack/fr/LC_MESSAGES/coreutils.mo