GNOME Bugzilla – Bug 736315
Modifying multiple tags causes segfault
Last modified: 2014-09-09 10:42:29 UTC
Using easytag compiled and installed from current master branch, if I enter a tag field and click the icon to "Tag selected files with this title", easytag immediately crashes. I do not need to select one or more files to make this happen. If I load a directory, easytag automatically has one file selected. Making no other changes whatsoever, if I click on the "Tag selected files with this title" icon in any field, easytag immediately crashes. If I run easytag from a terminal, the only interesting output is "Segfault" This is using easytag built from the current master branch.
Thanks for the bug report. I just fixed this on master: https://git.gnome.org/browse/easytag/commit/?id=7de273759ec21f574fea53104f7e658c4bcbc6b9 For crashes, it is useful to have a stack trace (with debug packages installed) to make debugging easier. There is some guidance for that on the GNOME wiki: https://wiki.gnome.org/Community/GettingInTouch/Bugzilla/GettingTraces/Details