GNOME Bugzilla – Bug 707664
EasyTag crashes (segfault) when scanning NTFS mount
Last modified: 2013-09-07 14:59:30 UTC
When I try to access /mnt/more/Movies, which is an NTFS partition, mounted with ntfs-3g it crashes (segfault). This is the output... EasyTAG version 2.1.8: Abnormal exit (PID: 8688). Received signal SIGSEGV (11) Segmentation fault (core dumped)
Thanks for taking the time to report this bug. Without a stack trace from the crash it's very hard to determine what caused it. Can you get us a stack trace? Please see http://live.gnome.org/GettingTraces for more information on how to do so. Thanks in advance!
Here's the stacktrace... i am up to no good # gdb easytag GNU gdb (GDB) 7.6.1 Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-unknown-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /usr/bin/easytag...(no debugging symbols found)...done. (gdb) run Starting program: /usr/bin/easytag warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7ffff7ffa000 warning: Could not load shared library symbols for linux-vdso.so.1. Do you need "set solib-search-path" or "set sysroot"? [Thread debugging using libthread_db enabled] Using host libthread_db library "/usr/lib/libthread_db.so.1". [New Thread 0x7fffe9c14700 (LWP 7356)] [New Thread 0x7fffe3fff700 (LWP 7361)] [New Thread 0x7fffe37fe700 (LWP 7362)] [Thread 0x7fffe37fe700 (LWP 7362) exited] [Thread 0x7fffe3fff700 (LWP 7361) exited] Program received signal SIGSEGV, Segmentation fault. 0x00007ffff563c6df in taglib_tag_title () from /usr/lib/libtag_c.so.0 (gdb) thread apply all bt
+ Trace 232458
Thread 1 (Thread 0x7ffff7fa38c0 (LWP 7352))
It looks like you are missing some debug symbol packages, but I think this is a duplicate of a bug about poor TagLib error handling. The bug is fixed in git master: https://git.gnome.org/browse/easytag/commit/?id=f4c3b3fbacdaf6a4c32b2c39efa88c6fea6926b1 and will be in a future 2.1.9 release. *** This bug has been marked as a duplicate of bug 695453 ***