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 664501 - totem is crashing when I double click on a file in the file dialog
totem is crashing when I double click on a file in the file dialog
Status: RESOLVED DUPLICATE of bug 664605
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
unspecified
Other Linux
: High critical
: ---
Assigned To: gtk-bugs
Federico Mena Quintero
Depends on:
Blocks:
 
 
Reported: 2011-11-21 20:52 UTC by zebul666
Modified: 2011-11-25 15:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
multiple trace files (2.22 KB, application/x-gzip)
2011-11-22 22:33 UTC, zebul666
Details

Description zebul666 2011-11-21 20:52:22 UTC
totem is crashing when I double click on a file in the file dialog (from File -> Open menu) to open it instead of clicking in the open button the dialog

it even happens when I double click on a directory.

I can't reproduce it all the time.

It seems not to happen when I run totem froma terminal.
Comment 1 Philip Withnall 2011-11-21 22:06:17 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 zebul666 2011-11-22 22:33:42 UTC
Created attachment 201954 [details]
multiple trace files

it happens in g_object_unref  in libgobject or g_type_check_instance_is_a
Comment 3 Philip Withnall 2011-11-25 09:16:55 UTC
This looks like a bug in GTK+'s file chooser dialogue, but I can't really be sure without a better stacktrace.

Could you ensure you've got debug symbols for GTK+ and Totem installed, and then get another stacktrace using `bt full` from gdb please?

Also, please post stacktraces inline in comments in future. Adding them as attachments means they can't be seen in search results. Thanks.
Comment 4 zebul666 2011-11-25 10:07:00 UTC
I can't reproduce this bug with the gtk file chooser of gedit.
so it is certainly tighted one way or the other to totem.
Comment 5 zebul666 2011-11-25 10:36:56 UTC
I have recompiled gtk and totem and gvfs and glib2 with debugging symbols

file command is reporting that totem is not stripped.
gdb says no debugging symbol found

so what ?
Comment 6 Federico Mena Quintero 2011-11-25 15:51:28 UTC
This looks like a duplicate of bug #664605; the crash is also in GtkPathBar.  I'll mark it as duplicate.

*** This bug has been marked as a duplicate of bug 664605 ***