Bug 907692
| Summary: | [abrt] GConf2-3.2.6-1.fc19: _dbus_abort: Process /var/tmp/lorax.6SOh97/installtree/usr/bin/gconftool-2 was killed by signal 6 (SIGABRT) | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Brian Lane <bcl> | ||||||||||||||||||
| Component: | GConf2 | Assignee: | Ray Strode [halfline] <rstrode> | ||||||||||||||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||
| Version: | 18 | CC: | rstrode, sergio, walters | ||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||
| Whiteboard: | abrt_hash:7f207f636bc47d91fd1782e15a3d9d3e4717fa97 | ||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||
| Last Closed: | 2013-02-15 15:14:23 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
Brian Lane
2013-02-05 01:30:29 UTC
Created attachment 693106 [details]
File: backtrace
Created attachment 693107 [details]
File: cgroup
Created attachment 693108 [details]
File: environ
Created attachment 693109 [details]
File: limits
Created attachment 693110 [details]
File: maps
Created attachment 693111 [details]
File: open_fds
Created attachment 693112 [details]
File: proc_pid_status
Created attachment 693113 [details]
File: var_log_messages
dbus requires a machine-id to be generated at startup. I think systemd does this with systemd-machine-id-setup (s/startup/first startup/) this is probably caused by this change: https://bugzilla.gnome.org/show_bug.cgi?id=671490 talked to bcl. I think the problem will go away if lorax scrubs the chroot environment, so bits from the host don't leak in (like DISPLAY and DBUS_SESSION_BUS_ADDRESS) Fix this by unsetting DISPLAY and DBUS_SESSION_BUS_ADDRESS in lorax. (In reply to comment #13) > Fix this by unsetting DISPLAY and DBUS_SESSION_BUS_ADDRESS in lorax. this is fixed where, I still need unset DISPLAY before compose repo with pungi |