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.
Description of problem:
when starting gdm, gnome-shell crashes with following issue:
[ 2124.142268] gnome-shell[15995]: segfault at 0 ip 00007f5f1f4e84ec sp 00007ffe76951640 error 4 in libmutter.so.0.0.0[7f5f1f46c000+e8000]
gdb backtrace will be attached
Version-Release number of selected component (if applicable):
mutter-3.14.4-10.el7.x86_64
gnome-shell-3.14.4-24.el7.x86_64
gdm-3.14.2-10.el7.x86_64
kernel-3.10.0-302.el7.x86_64
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller (rev 08)
I would say no monitor (remote machine)
How reproducible:
randomly
Steps to Reproduce:
1.start gdm service
Actual results:
gnome-shell --mode=gdm running for a while -> crash
Expected results:
Additional info:
(In reply to Vladimir Benes from comment #0)
> I would say no monitor (remote machine)
Is this a duplicate of bug 1212702 then? In any case, the backtrace is helpful ...
(In reply to Matthias Clasen from comment #3)
> Florian, did you have any insight in this ?
Not anymore than in comment #2 - if this is indeed on a headless machine, this is a duplicate of bug 1212702 (which is known not to be fully fixed yet, but progress on that is slow as I don't actually have access to hardware that allows booting without monitors)
Facing similar issue on my test system. I have configured Xdmcp on RHEL7.2 Beta.
System console is working fine, but when I try to connect this system from other RHEL/fedora system using "Xnest/Xephyr", I am getting black screen. If I try to connect from Windows system using Cygwin/MobaXterm/Xming, I am getting following error:
"Oh no! Something has gone wrong."
"journalctl -b -a" output file : journalctl.logs attached to the bug.
Hi Amit, et al -- I noticed a similar segfault when starting gdm on 7.2 Alpha and Beta. We run with a /etc/X11/xorg.conf.d/00-ftserver.conf file that contains:
Section "ServerFlags"
Option "RandR" "false"
EndSection
which X appears to honor:
% grep -i randr /var/log/Xorg.0.log
[ 3544.109] (**) Option "RandR" "false"
[ 3544.408] (**) RandR disabled
but then there are several "Xlib: extension "RANDR" missing on display ":0" complaints out of gdm and gnome-session before gnome-shell eventually segfaults.
If I comment out the 'Option "RandR" "false"' line from the config file, gdm starts successfully.
I happened to notice similar complaints in your journalctl logs so I thought I would chime in.
Do you know if the randr extension is a *requirement* for gnome in 7.2?
Thanks,
-- Joe
Comment 8Ray Strode [halfline]
2015-09-15 16:38:30 UTC
let's dupe this on to bug 1212702 since they're essentially the same problem.
*** This bug has been marked as a duplicate of bug 1212702 ***