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 647552 - Crash when accessing Prefences of any file or folder
Crash when accessing Prefences of any file or folder
Status: RESOLVED NOTGNOME
Product: nautilus
Classification: Core
Component: Preferences
3.0.x
Other Linux
: High major
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-04-12 12:06 UTC by host
Modified: 2011-04-13 20:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description host 2011-04-12 12:06:37 UTC
Nautilus crashes when accessing Prefences of any file or folder. 
Tested on two diffrent machines, both openSuse 11.4, with diffrent package-repositories.
Comment 1 Akhil Laddha 2011-04-12 12:47:25 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 host 2011-04-12 13:06:04 UTC
Well I'm sorry but it doesn't work. Nautilus' just hanging when i hit prefences.. until I kill it.

This is all I can deliver:

(nautilus:13597): Eel-WARNING **: "unique eel_ref_str" hash table still has 5 elements at quit time (keys above)

--- Hash table keys for warning below:
--> file:///home

(nautilus:13597): Eel-WARNING **: "nautilus-directory.c: directories" hash table still has 1 element at quit time (keys above)
ingo@linux-myoq:~> nautilus
Initializing nautilus-gdu extension
Initializing nautilus-open-terminal extension

(nautilus:13604): GLib-GObject-WARNING **: specified class size for type `TrackerTagsView' is smaller than the parent type's `GtkVBox' class size

(nautilus:13604): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed
Killed


Nautilus' operating normally until 'Killed'
I'm gonna leave it hangin for a while, maybe it gives me a detailed error in advance.
Comment 3 Cosimo Cecchi 2011-04-12 15:00:31 UTC
(In reply to comment #2)

> (nautilus:13604): GLib-GObject-WARNING **: specified class size for type
> `TrackerTagsView' is smaller than the parent type's `GtkVBox' class size
> 
> (nautilus:13604): GLib-CRITICAL **: g_once_init_leave: assertion
> `initialization_value != 0' failed
> Killed

It looks to me that the Tracker extension you're using here is compiled against another GTK+ API than Nautilus, and this causes the hang.
Unless you manually installed Tracker or are using unofficial packages, this is a packaging bug of your distribution.
Comment 4 host 2011-04-12 16:06:32 UTC
I'll keep an eye on it
Comment 5 host 2011-04-13 20:14:45 UTC
I got it, after an uninstall of 'nautilus-extension-tracker-tags' everything is working fine. 

Checked on both machines, maybe this info can help somehow.