Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1056953

Summary: [abrt] gdm-3.8.1.1-1.fc19: on_accountsservice_ready: Process /usr/libexec/gdm-simple-slave was killed by signal 5 (SIGTRAP)
Product: Red Hat Enterprise Linux 7 Reporter: Michal Toman <mtoman>
Component: gdmAssignee: Ray Strode [halfline] <rstrode>
Status: CLOSED WONTFIX QA Contact: Desktop QE <desktop-qa-list>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.0CC: jkoten, mtoman, pknirsch, rvokal
Target Milestone: rc   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: http://faf-report.itos.redhat.com/reports/109
Whiteboard: abrt_hash:c1b244df715bf31a817811859e0269d15e7f653d
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 956237 Environment:
Last Closed: 2014-09-30 16:35:49 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:

Description Michal Toman 2014-01-23 09:08:49 UTC
+++ This bug was initially created as a clone of Bug #956237 +++

Description of problem:
I was attempting to edit a file using gedit with elevated privileges.  As soon as the file was opened this crash occurred.  I had to open an alternate tty to send this.  I do not know the cause.

Version-Release number of selected component:
gdm-3.8.1.1-1.fc19

Additional info:
backtrace_rating: 4
cmdline:        /usr/libexec/gdm-simple-slave --display-id /org/gnome/DisplayManager/Displays/_0
crash_function: on_accountsservice_ready
executable:     /usr/libexec/gdm-simple-slave
kernel:         3.9.0-0.rc7.git3.1.fc19.x86_64
runlevel:       unknown
uid:            0
ureports_counter: 1
xsession_errors: 

Truncated backtrace:
Thread no. 1 (3 frames)
 #2 on_accountsservice_ready at gdm-simple-slave.c:1312
 #3 g_simple_async_result_complete at gsimpleasyncresult.c:777
 #4 complete_in_idle_cb at gsimpleasyncresult.c:789

--- Additional comment from dcharlespyle on 20130424T13:58:25 ---

Created attachment 739455 [details]
File: backtrace

--- Additional comment from dcharlespyle on 20130424T13:58:27 ---

Created attachment 739456 [details]
File: cgroup

--- Additional comment from dcharlespyle on 20130424T13:58:28 ---

Created attachment 739457 [details]
File: core_backtrace

--- Additional comment from dcharlespyle on 20130424T13:58:30 ---

Created attachment 739458 [details]
File: dso_list

--- Additional comment from dcharlespyle on 20130424T13:58:32 ---

Created attachment 739459 [details]
File: environ

--- Additional comment from dcharlespyle on 20130424T13:58:34 ---

Created attachment 739460 [details]
File: limits

--- Additional comment from dcharlespyle on 20130424T13:58:35 ---

Created attachment 739461 [details]
File: maps

--- Additional comment from dcharlespyle on 20130424T13:58:37 ---

Created attachment 739462 [details]
File: open_fds

--- Additional comment from dcharlespyle on 20130424T13:58:38 ---

Created attachment 739463 [details]
File: proc_pid_status

--- Additional comment from dcharlespyle on 20130424T13:58:40 ---

Created attachment 739464 [details]
File: var_log_messages

--- Additional comment from munawar.ahmed on 20130602T09:22:02 ---

Problem occured at system startup!

reporter:       libreport-2.1.4
backtrace_rating: 4
cmdline:        /usr/libexec/gdm-simple-slave --display-id /org/gnome/DisplayManager/Displays/_0
crash_function: on_accountsservice_ready
executable:     /usr/libexec/gdm-simple-slave
kernel:         3.9.4-300.fc19.i686
package:        gdm-3.8.1.1-6.fc19
reason:         Process /usr/libexec/gdm-simple-slave was killed by signal 5 (SIGTRAP)
runlevel:       N 5
uid:            0

--- Additional comment from devonjspace-bugzilla on 20130721T00:57:11 ---

Created attachment 776340 [details]
Files from bug

Just found this bug.  It had occurred as root I believe as I did not see it till I viewed problems as root.
Devon

Comment 1 Michal Toman 2014-01-23 09:08:52 UTC
The same problem has been detected in Red Hat Enterprise Linux 7. The following packages are affected:

gdm-3.8.4-7.el7.x86_64
gdm-3.8.4-8.el7.x86_64

Comment 3 Ray Strode [halfline] 2014-02-03 21:50:24 UTC
the relevant code is:

        if (!slave->priv->accountsservice_proxy) {•
                g_error ("Failed to contact accountsservice: %s", local_error->message);•
        }␣•

So either accountsservice is crashing or getting blocked by selinux or something along those lines.

Can someone who is seeing this post the full output of journalctl -b -a -l (when run as root ) ?

Comment 6 RHEL Program Management 2014-09-30 16:35:49 UTC
Development Management has reviewed and declined this request.
You may appeal this decision by reopening this request.

Comment 7 Red Hat Bugzilla 2023-09-14 01:57:42 UTC
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days