After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 664605 - crash in file-chooser while browsing ntfs partitions
crash in file-chooser while browsing ntfs partitions
Status: RESOLVED DUPLICATE of bug 664137
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
3.3.x
Other Linux
: High critical
: ---
Assigned To: gtk-bugs
Federico Mena Quintero
: 664501 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2011-11-23 01:54 UTC by doctorkohaku
Modified: 2011-11-29 20:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gdb stack trace (6.78 KB, text/plain)
2011-11-23 20:16 UTC, doctorkohaku
Details

Description doctorkohaku 2011-11-23 01:54:30 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.
Comment 1 André Klapper 2011-11-23 13:35:11 UTC
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!
Comment 2 doctorkohaku 2011-11-23 20:16:01 UTC
Created attachment 202023 [details]
gdb stack trace
Comment 3 André Klapper 2011-11-23 22:23:22 UTC
Beautiful trace with all symbols, thanks!
Comment 4 Federico Mena Quintero 2011-11-25 15:51:28 UTC
*** Bug 664501 has been marked as a duplicate of this bug. ***
Comment 5 zebul666 2011-11-25 19:25:58 UTC
Bug 664501 was happening on a xfs partition. duplicate ? why not ?
Comment 6 zebul666 2011-11-25 19:30:04 UTC
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
Comment 7 Federico Mena Quintero 2011-11-29 20:51:34 UTC
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 ***