Bug 958605
| Summary: | [abrt] mate-session-manager-1.5.1-1.fc18: gvdb_table_lookup: Process /usr/bin/mate-session was killed by signal 7 (SIGBUS) | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | davedave.skinner | ||||||||||||||||||||||
| Component: | mate-session-manager | Assignee: | Dan Mashal <dan.mashal> | ||||||||||||||||||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||
| Version: | 18 | CC: | dan.mashal, rdieter, stefano | ||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||
| Whiteboard: | abrt_hash:1374f433b021599f9ff5a13bc282386165dc608d | ||||||||||||||||||||||||
| Fixed In Version: | mate-session-manager-1.5.2-1.fc18 | Doc Type: | Bug Fix | ||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||
| Last Closed: | 2013-05-02 04:05:31 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
davedave.skinner
2013-05-02 03:26:10 UTC
Created attachment 742445 [details]
File: backtrace
Created attachment 742446 [details]
File: cgroup
Created attachment 742447 [details]
File: core_backtrace
Created attachment 742448 [details]
File: dso_list
Created attachment 742449 [details]
File: environ
Created attachment 742450 [details]
File: limits
Created attachment 742451 [details]
File: maps
Created attachment 742452 [details]
File: open_fds
Created attachment 742453 [details]
File: proc_pid_status
Created attachment 742454 [details]
File: var_log_messages
The .config dir stores all X settings. Of course it crashed... .config gets created on your first login. Try the same thing again with MSM 1.5.2 but please logout and log back in after you delete .config mate-session-manager-1.5.2-1.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/mate-session-manager-1.5.2-1.fc18 If anything you will get the same results and this is a dconf or evolution bug.
Profile Specification
dconf stores its profiles in text files. $DCONF_PROFILE can specify a relative path to the file from "/etc/dconf/profile/", or an absolute path (such as in a user's home directory). For example, the 'user' profile is stored in "/etc/dconf/profile/user". The profile name can only use alphanumeric characters or '_'.
A profile file might look like the following:
user-db:user
system-db:local
system-db:site
Each line in a profile specifies one dconf database. The first line indicates the database used to write changes, and the remaining lines indicate read-only databases. (The first line should specify a user-db, so that users can actually make configuration changes.)
A "user-db" line specifies a user database. These databases are found in ${XDG_CONFIG_HOME}/dconf/ (typically ~/.config/dconf/). The name of the file to open in that directory is exactly as it is written in the profile. In our example, "~/.config/dconf/user" would be opened. This file is expected to be in the binary dconf (GVDB) database format. Note that XDG_CONFIG_HOME cannot be set/modified per terminal or session (E.G. export XDG_CONFIG_HOME=...), because then the writer and reader would be working on different DBs (the writer is started by DBus and cannot see that variable).
mate-session-manager-1.5.2-1.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. |