Comment 7 for bug 401841

Revision history for this message
Muelli (ubuntu-bugs-auftrags-killer) wrote :

Weird. I can't make it crash with the following command:

muelli@xbox:/tmp$ G_DEBUG=fatal_criticals G_SLICE=always-malloc G_DEBUG=gc-friendly valgrind -v --tool=memcheck --leak-check=full --num-callers=40 --log-file=valgrind.log nautilus

(nautilus:8037): GLib-GIO-WARNING **: Could not initialize inotify

(nautilus:8037): GLib-GIO-WARNING **: Could not initialize inotify

** (nautilus:8037): WARNING **: Unable to add monitor: Not supported

(nautilus:8037): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
fatal_criticals
>>> Here I try to connect to my bluetooth enabled device

(nautilus:8037): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed

(nautilus:8037): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
>>> Here I retried by pressing Ctrl+R
^CKilled
>>> It didn't crash, so I aborted it manually

muelli@xbox:/tmp$ G_DEBUG=fatal_criticals G_SLICE=always-malloc G_DEBUG=gc-friendly nautilus
** (nautilus:8163): WARNING **: Unable to add monitor: Not supported

>>> I connect to the phone
(nautilus:8163): GLib-GIO-CRITICAL **: g_file_info_get_name: assertion `G_IS_FILE_INFO (info)' failed

** (nautilus:8163): WARNING **: Got GFileInfo with NULL name in obex://[00:1E:3A:7F:17:F8]/, ignoring. This shouldn't happen unless the gvfs backend is broken.

(nautilus:8163): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
Segmentation fault (core dumped)
muelli@xbox:/tmp$
>>> BOOM

Seems to be an error in more_files_callback...?