GNOME Bugzilla – Bug 664605
crash in file-chooser while browsing ntfs partitions
Last modified: 2011-11-29 20:51:34 UTC
When browsing an NTFS partition in gtk-file-chooser, there seems to be a ~1/4 chance that the program will segfault. This seems especially likely when browsing folders within my Windows user directory, although it occurs with other folders as well. The crash occurs even if there's no .exe files in the directory, therefore it doesn't seem to be a duplicate of #600197. Steps to reproduce: 1. Browse to an NTFS partition in file-chooser. 2. Opening a folder has roughly 1/4 of segfaulting file-chooser. jhbuild 6a6af8464be090c23ecee6d6a62c188117da36e1 (3.3.5) 2011-11-23 00:21:40 on Arch Linux x64. Doesn't occur with gtk+ 3.2.2 on Arch Linux x64.
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!
Created attachment 202023 [details] gdb stack trace
Beautiful trace with all symbols, thanks!
*** Bug 664501 has been marked as a duplicate of this bug. ***
Bug 664501 was happening on a xfs partition. duplicate ? why not ?
oh and I am using gtk+3-3.2.2-2, glib2 2.30.2-1, gvfs 1.10.1, totem-3.2.1-1 on archlinux 32 bits so hardly a duplicate
Benjamin Otte found the cause for this bug; it was a double g_object_unref(). Marking as duplicate. *** This bug has been marked as a duplicate of bug 664137 ***