Bug 1149434
| Summary: | Crash in tracker-store at tracker_fts_shutdown_db | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Derek Morton <derek.morton25> | ||||||||||||||||||||||
| Component: | tracker | Assignee: | Igor Gnatenko <ignatenko> | ||||||||||||||||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||
| Version: | 21 | CC: | 2xj82, andy_c, bjoswald, bperkins, brpocock, bucky, bugs.michael, Claude.Frantz, dakingun, davidjeremias82, davidzgumberg, debarshir, gadgetzkid, guillaumepoiriermorency, ignatenko, jsmith.fedora, kklimonda, Larry, leucir, miroj56, mjs, oded, ramjimh | ||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/5e473690264915f0bf3339c3a4a4b8b8a2bd386d | ||||||||||||||||||||||||
| Whiteboard: | abrt_hash:6358e85ba64cdb337858c61ab6ec8b54b864bc73 | ||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||
| Last Closed: | 2015-01-05 13:08:58 UTC | Type: | --- | ||||||||||||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||||||||||||
| Documentation: | --- | CRM: | |||||||||||||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||||||||||
| Embargoed: | |||||||||||||||||||||||||
| Attachments: |
|
||||||||||||||||||||||||
|
Description
Derek Morton
2014-10-05 03:15:07 UTC
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.
|