Version-Release number of selected component: tracker-1.2.2-2.fc21 Additional info: reporter: libreport-2.2.3 backtrace_rating: 4 cmdline: /usr/libexec/tracker-store crash_function: g_strfreev executable: /usr/libexec/tracker-store kernel: 3.17.0-0.rc7.git2.1.vanilla.mainline.knurd.1.fc21.x86_64 runlevel: N 5 type: CCpp uid: 1000 Truncated backtrace: Thread no. 1 (4 frames) #7 g_strfreev at gstrfuncs.c:2428 #8 tracker_fts_shutdown_db at tracker-fts.c:268 #9 tracker_db_interface_sqlite_finalize at tracker-db-interface-sqlite.c:1338 #11 __nptl_deallocate_tsd at pthread_create.c:158
Created attachment 943945 [details] File: backtrace
Created attachment 943946 [details] File: cgroup
Created attachment 943947 [details] File: core_backtrace
Created attachment 943948 [details] File: dso_list
Created attachment 943949 [details] File: environ
Created attachment 943950 [details] File: limits
Created attachment 943951 [details] File: maps
Created attachment 943952 [details] File: open_fds
Created attachment 943953 [details] File: proc_pid_status
Created attachment 943954 [details] File: var_log_messages
Another user experienced a similar problem: First time with this install, I entered Xfce session on the GDM screen. Crash notification when the XFCE desktop appeared. reporter: libreport-2.3.0 backtrace_rating: 4 cmdline: /usr/libexec/tracker-store crash_function: g_strfreev executable: /usr/libexec/tracker-store kernel: 3.17.2-300.fc21.x86_64 package: tracker-1.2.4-1.fc21 reason: tracker-store killed by SIGABRT runlevel: N 5 type: CCpp uid: 1000
Another user experienced a similar problem: I ignore it reporter: libreport-2.3.0 backtrace_rating: 4 cmdline: /usr/libexec/tracker-store crash_function: g_strfreev executable: /usr/libexec/tracker-store kernel: 3.17.4-301.fc21.i686+PAE package: tracker-1.2.4-3.fc21 reason: tracker-store killed by SIGABRT runlevel: N 5 type: CCpp uid: 1000
Another user experienced a similar problem: Starting session reporter: libreport-2.3.0 backtrace_rating: 4 cmdline: /usr/libexec/tracker-store crash_function: g_strfreev executable: /usr/libexec/tracker-store kernel: 3.17.6-300.fc21.x86_64 package: tracker-1.2.4-3.fc21 reason: tracker-store killed by SIGABRT runlevel: N 5 type: CCpp uid: 1001
Another user experienced a similar problem: I just noticed the orange icon in my tray this morning. Whatever happened occurred without fanfare or interruption in my work. reporter: libreport-2.3.0 backtrace_rating: 4 cmdline: /usr/libexec/tracker-store crash_function: g_strfreev executable: /usr/libexec/tracker-store kernel: 3.17.6-300.fc21.x86_64 package: tracker-1.2.4-3.fc21 reason: tracker-store killed by SIGSEGV runlevel: N 5 type: CCpp uid: 1000
Fixed in tracker-1.2.5 which is now in Fedora 21. commit a105aacd5531d0d5e7d2af7c12c156c3375135af Author: Carlos Garnacho <carlosg> Date: Sun Nov 30 12:34:31 2014 +0100 tracker-fts: Make the property list per-thread data This is global memory, and shared across threads, which doesn't play well when (un)initializing it, as multiple simultaneous accesses can occur.