Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 302081 Details for
Bug 441971
[RHEL5] GDM sometimes doesn't come back after ctrl-alt-backspace
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
get rid of the "Greeter appears to be crashing, staring plain greeter" message when ctrl-alt-backspacing within 5 seconds of login screen loading
gdm-2.6.0.5-remanage-on-xioerror.patch (text/plain), 1.13 KB, created by
Ray Strode [halfline]
on 2008-04-10 21:57:15 UTC
(
hide
)
Description:
get rid of the "Greeter appears to be crashing, staring plain greeter" message when ctrl-alt-backspacing within 5 seconds of login screen loading
Filename:
MIME Type:
Creator:
Ray Strode [halfline]
Created:
2008-04-10 21:57:15 UTC
Size:
1.13 KB
patch
obsolete
>--- gdm-2.6.0.5/daemon/slave.c.remanage-on-xioerror 2008-04-10 16:19:47.000000000 -0400 >+++ gdm-2.6.0.5/daemon/slave.c 2008-04-10 16:21:22.000000000 -0400 >@@ -4625,7 +4625,7 @@ > /* weird error return, interpret as failure */ > if (WIFEXITED (status) && > WEXITSTATUS (status) == 1) >- exit_code_to_use = DISPLAY_GREETERFAILED; >+ exit_code_to_use = DISPLAY_REMANAGE; > SIGNAL_EXIT_WITH_JMP (d, JMP_JUST_QUIT_QUICKLY); > } > } >--- gdm-2.6.0.5/gui/greeter/greeter.c.remanage-on-xioerror 2008-04-10 16:58:49.000000000 -0400 >+++ gdm-2.6.0.5/gui/greeter/greeter.c 2008-04-10 17:00:03.000000000 -0400 >@@ -1103,9 +1103,13 @@ > if G_UNLIKELY (sigprocmask (SIG_UNBLOCK, &mask, NULL) == -1) > gdm_common_abort (_("Could not set signal mask!")); > >- /* ignore SIGCHLD */ >+ /* ignore SIGCHLD and SIGPIPE */ > sigemptyset (&mask); > sigaddset (&mask, SIGCHLD); >+ sigaddset (&mask, SIGPIPE); >+ >+ if G_UNLIKELY (sigprocmask (SIG_BLOCK, &mask, NULL) == -1) >+ gdm_common_abort (_("Could not set signal mask!")); > > if G_UNLIKELY (sigprocmask (SIG_BLOCK, &mask, NULL) == -1) > gdm_common_abort (_("Could not set signal mask!"));
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 441971
:
302080
| 302081