Comment 1 for bug 642556

Revision history for this message
STGSAGWAN (sakura-launchpad-bugreport) wrote :

This crash has been found to be caused by the unmatched order of the message parameters in the file '/usr/share/locale/ja/LC_MESSAGES/easytag.mo' and the source code cddb.c:3290.
 (My thanks to forum member 'einundzwanzighundertsechs' at forums.ubuntulinux.jp)

/usr/share/locale/ja/LC_MESSAGES/easytag.mo:
msgid "Found %d matching album(s) for DiscID '%s'"
msgstr "DiscID '%s' に一致するアルバムが %d 個見つかりました"

cddb.c:
msg = g_strdup_printf(_("Found %d matching album(s) for DiscID '%s'"), g_list_length(CddbAlbumList),cddb_discid);

The aforementioned gdb backtrace "#5 0x0806f170 in ?? ()" was actually #5 0x0806f1d0 in Cddb_Search_Album_From_Selected_Files () at cddb.c:3290