Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 304201 - gnome-base/nautilus-2.28.4 crashes when searching using tracker
Summary: gnome-base/nautilus-2.28.4 crashes when searching using tracker
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL: https://bugzilla.gnome.org/show_bug.c...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-10 00:09 UTC by Mads N Noe
Modified: 2010-02-17 23:08 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge-info,3.70 KB, text/plain)
2010-02-10 00:09 UTC, Mads N Noe
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mads N Noe 2010-02-10 00:09:14 UTC
When searching using "Search for Files" nautilus crashes with the message:

(nautilus:26968): GLib-CRITICAL **: g_pattern_spec_equal: assertion `pspec1 != NULL' failed

The problem emerged when I recompiled nautilus with the "tracker" use flag. I use app-misc/tracker-0.7.17.
Comment 1 Mads N Noe 2010-02-10 00:09:39 UTC
Created attachment 219043 [details]
emerge --info
Comment 2 Marcello Magaldi 2010-02-10 07:12:12 UTC
With tracker use flag in nautilus this problem still happens ?
Comment 3 Gilles Dartiguelongue (RETIRED) gentoo-dev 2010-02-10 09:05:37 UTC
Please provide a backtrace of the problem, see [1], and the output of emerge -pv nautilus tracker.

[1] http://www.gentoo.org/proj/en/qa/backtraces.xml
Comment 4 Mads N Noe 2010-02-10 11:27:25 UTC
Hmm, this bug report should probably be considered a duplicate of #304099.

I get the same bt as Macello does in #304099,

[New Thread 0x7f448577c910 (LWP 22193)]
[Thread 0x7f448577c910 (LWP 22193) exited]
[Thread 0x7f4485f7d910 (LWP 22190) exited]
[Thread 0x7f448975b910 (LWP 22171) exited]

and by closer inspection, the same error message in .xsession-errors:

nautilus: symbol lookup error: /usr/lib64/nautilus/extensions-2.0/libnautilus-tracker-tags.so: undefined symbol: gtk_widget_set_can_default

Emerge output:

[ebuild   R   ] gnome-base/nautilus-2.28.4  USE="gnome tracker xmp -beagle -doc -test" 0 kB
[ebuild   R   ] app-misc/tracker-0.7.14  USE="exif gsf gtk hal iptc jpeg laptop mp3 nautilus pdf tiff vorbis xml xmp -applet -debug -deskbar -doc -eds -gstreamer -kmail -playlist -test -wv2 -xine" 0 kB

I have tried both tracker-0.7.14 and tracker-0.7.17.

I will try a newer version of gtk as mentioned in #304099.
Comment 5 Marcello Magaldi 2010-02-10 11:33:20 UTC
(In reply to comment #4)
> Hmm, this bug report should probably be considered a duplicate of #304099.
> 
> and by closer inspection, the same error message in .xsession-errors:
> 
> nautilus: symbol lookup error:
> /usr/lib64/nautilus/extensions-2.0/libnautilus-tracker-tags.so: undefined
> symbol: gtk_widget_set_can_default
> 

yes clearly since we both have the exactly same error I agree with you to mark this bug as duplicate of #304099
Comment 6 Mads N Noe 2010-02-10 12:07:54 UTC
(In reply to comment #5)
> yes clearly since we both have the exactly same error I agree with you to mark
> this bug as duplicate of #304099

http://bugs.gentoo.org/show_bug.cgi?id=304099#c18
Comment 7 Gilles Dartiguelongue (RETIRED) gentoo-dev 2010-02-17 23:04:18 UTC
reopening wrt to provided informations.
Comment 8 Gilles Dartiguelongue (RETIRED) gentoo-dev 2010-02-17 23:08:57 UTC
+  17 Feb 2010; Gilles Dartiguelongue <eva@gentoo.org> tracker-0.7.17.ebuild,
+  tracker-0.7.20.ebuild, tracker-9999.ebuild:
+  Needs gtk+-2.18 with USE=nautilus, bug #304201.
+
Fixed without a bump, thanks for reporting.