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.
Created attachment 1454354[details]
info about gdm crash from /var/log/messages
Description of problem:
After half an hour of inactivity (and screen lock) logging in back caused GDM crash. Black screen blinked with some text containing two lines with 'permission denied', then desktop shown up for half a second and then GDM again appeared (it logged me off). After second attempt to log in it happened again, then I rebooted system. It have not happened since then.
Version-Release number of selected component (if applicable):
gdm-3.28.2-4.el7.x86_64
How reproducible:
happened once
Steps to Reproduce:
Don't know exactly, how to reproduce. After second half an hour of inactivity it did not happen.
Actual results:
successful logging in blinks screen black, shows desktop for a while and then it returns to locked screen
Expected results:
successful logging in should show desktop
Additional info:
/var/log/messages show "gdm: *** Error in `/usr/sbin/gdm': double free or corruption (fasttop): 0x000055dcd463a800 ***", backtrace and more consequent events. See attachment.
Comment 2Ray Strode [halfline]
2018-06-25 18:30:47 UTC
was the machine recently upgraded from an earlier rhel release? Your symtoms sound very similar to bug 1477289 . If you had upgraded and not rebooted that would explain why you were getting hit by the bug.
I have upgraded the machine from 7.5 to 7.6 beta a week ago, yesterday I did update of system packages, GDM was between them. I rebooted the machine. The bug still occurs after some longer time of inactivity and today I figured out, that it also happens after connecting laptop to docking station. I have ThinkPad X1 Carbon 4th gen with OneLink+ dock.
Comment 4Ray Strode [halfline]
2018-06-26 15:51:38 UTC
Comment 6Ray Strode [halfline]
2018-06-26 18:02:57 UTC
yup thanks.
Relevant code:
•
res = sd_session_get_class (sessions[i], &service_class);•
if (res < 0) {•
if (res == -ENOENT) {•
free (service_class);•
continue;•
}•
•
Clearly service_class is left uninitialized because sd_session_get_class is returning an error. Problem was introduced in the fix for bug 1489977. Fix is straightforward, need to drop the free call.
Comment 7Ray Strode [halfline]
2018-06-26 18:07:39 UTC
since this was introduced in bug 1489977 which is still ON_QA, i piggy backed off the acks for it.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHSA-2018:3140
Created attachment 1454354 [details] info about gdm crash from /var/log/messages Description of problem: After half an hour of inactivity (and screen lock) logging in back caused GDM crash. Black screen blinked with some text containing two lines with 'permission denied', then desktop shown up for half a second and then GDM again appeared (it logged me off). After second attempt to log in it happened again, then I rebooted system. It have not happened since then. Version-Release number of selected component (if applicable): gdm-3.28.2-4.el7.x86_64 How reproducible: happened once Steps to Reproduce: Don't know exactly, how to reproduce. After second half an hour of inactivity it did not happen. Actual results: successful logging in blinks screen black, shows desktop for a while and then it returns to locked screen Expected results: successful logging in should show desktop Additional info: /var/log/messages show "gdm: *** Error in `/usr/sbin/gdm': double free or corruption (fasttop): 0x000055dcd463a800 ***", backtrace and more consequent events. See attachment.