Bug 720137
| Summary: | X crashes when ENTER key is pressed | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Andrew Parker <andy> |
| Component: | xorg-x11-server | Assignee: | Adam Jackson <ajax> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 15 | CC: | joshlohrman, ktdreyer, mcepl, xgl-maint |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | [cat:crash] | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-08-07 14:44:34 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
Andrew Parker
2011-07-10 04:21:05 UTC
In function WaitForSomething:
(from frame 4: /usr/bin/X (WaitForSomething+0x186) [0x45b7f6])
224: i = -1;
225: else if (AnyClientsWriteBlocked)
226: {
227: XFD_COPYSET(&ClientsWriteBlocked, &clientsWritable);
228: i = Select (MaxClients, &LastSelectMask, &clientsWritable, NULL, wt);
229: }
230: else
231: {
232: i = Select (MaxClients, &LastSelectMask, NULL, NULL, wt);
233: }
234: >>>>>>> selecterr = GetErrno();
235: WakeupHandler(i, (pointer)&LastSelectMask);
236: if (i <= 0) /* An error or timeout occurred */
237: {
238: if (dispatchException)
239: return 0;
240: if (i < 0)
241: {
242: if (selecterr == EBADF) /* Some client disconnected */
243: {
244: CheckConnections ();
Frame 5: /usr/bin/X (0x400000+0x2e9aa) [0x42e9aa]
/usr/src/debug/xorg-server-1.10.2/dix/dispatch.c:369
Dispatch
Frame 6: /usr/bin/X (0x400000+0x22e1a) [0x422e1a]
/usr/src/debug/xorg-server-1.10.2/dix/main.c:296
main
If it helps or not, I am having the same exact issue: Backtrace: [ 873.948] 0: /usr/bin/X (xorg_backtrace+0x2f) [0x45e7ff] [ 873.948] 1: /usr/bin/X (0x400000+0x62e86) [0x462e86] [ 873.948] 2: /lib64/libpthread.so.0 (0x3663400000+0xeef0) [0x366340eef0] [ 873.948] 3: /lib64/libc.so.6 (__select+0x13) [0x3662cd91d3] [ 873.948] 4: /usr/bin/X (WaitForSomething+0x186) [0x45c276] [ 873.948] 5: /usr/bin/X (0x400000+0x2eb4a) [0x42eb4a] [ 873.948] 6: /usr/bin/X (0x400000+0x22e1a) [0x422e1a] [ 873.948] 7: /lib64/libc.so.6 (__libc_start_main+0xed) [0x3662c2139d] [ 873.948] 8: /usr/bin/X (0x400000+0x23101) [0x423101] [ 873.948] Fatal server error: [ 873.948] Caught signal 3 (Quit). Server aborting [ 873.948] [ 873.948] For me, some arbitrary amount of "Enters" are fine, but then one, regardless of application kills the X server. I have been using the current installation since the 14th and used the latest packages. It just started today (the 19th). I don't think that this is an X problem anymore. In my case I think that it is a kdm problem. The only time that I get this is when X starts on vt2 (ps -fe | grep X will show where it is). If I kill X, it will restart on vt7 as expected and I don't get the problem. I have to do this every time I boot. If I don't, I get a less than subtle reminder at some point... (In reply to comment #3) > I don't think that this is an X problem anymore. In my case I think that it is > a kdm problem. I don't think it's restricted to kdm, because I'm using gdm (and XFCE). > If I kill X, it will restart on vt7 as expected > and I don't get the problem. > > I have to do this every time I boot. If I don't, I get a less than subtle > reminder at some point... Cool, I was wondering why it only happens *once* per boot. I will try this out. As mentioned in Bug 766520, a newer kernel (2.6.41.9-1 on F15) seems to fix this problem. This bug is still present for me on 2.6.41.10-3.fc15.x86_64 (F15) This message is a notice that Fedora 15 is now at end of life. Fedora has stopped maintaining and issuing updates for Fedora 15. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At this time, all open bugs with a Fedora 'version' of '15' have been closed as WONTFIX. (Please note: Our normal process is to give advanced warning of this occurring, but we forgot to do that. A thousand apologies.) Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, feel free to reopen this bug and simply change the 'version' to a later Fedora version. Bug Reporter: Thank you for reporting this issue and we are sorry that we were unable to fix it before Fedora 15 reached end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged to click on "Clone This Bug" (top right of this page) and open it against that version of Fedora. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping |