| Summary: | Xorg crashes on start (use) KDE applications [@ doListFontsWithInfo] | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Pavel Alexeev <pahan> | ||||||||||||||||
| Component: | xorg-x11-server | Assignee: | Adam Jackson <ajax> | ||||||||||||||||
| Status: | CLOSED WONTFIX | QA Contact: | |||||||||||||||||
| Severity: | high | Docs Contact: | |||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||
| Version: | 15 | CC: | ajax, compnerd, 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:42:47 UTC | Type: | --- | ||||||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||||||
| Documentation: | --- | CRM: | |||||||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||||
| Attachments: |
|
||||||||||||||||||
|
Description
Pavel Alexeev
2011-05-31 19:42:40 UTC
Thanks for the bug report. We have reviewed the information you have provided above, and there is some additional information we require that will be helpful in our diagnosis of this issue. Please attach * your X server config file (/etc/X11/xorg.conf, if available), * X server log file (/var/log/Xorg.*.log), and * system log (/var/log/messages) to the bug report as individual uncompressed file attachments using the bugzilla file attachment link above. We will review this issue again once you've had a chance to attach this information. Thanks in advance. In function doListFontsWithInfo:
(from frame 3: /usr/bin/X (doListFontsWithInfo+0x13b) [0x806ff6b] )
910: (*fpe_functions[fpe->type].client_died) ((pointer) client, fpe);
911: }
912: err = Successful;
913: goto bail;
914: }
915: client->pSwapReplyFunc = ReplySwapVector[X_ListFontsWithInfo];
916: if (!c->current.patlen)
917: goto finish;
918: while (c->current.current_fpe < c->num_fpes)
919: {
920: >>>>>>> fpe = c->fpe_list[c->current.current_fpe];
921: err = Successful;
922: if (!c->current.list_started)
923: {
924: err = (*fpe_functions[fpe->type].start_list_fonts_with_info)
925: (client, fpe, c->current.pattern, c->current.patlen,
926: c->current.max_names, &c->current.private);
927: if (err == Suspended)
928: {
929: if (!ClientIsAsleep(client))
930: ClientSleep(client,
Frame 4: /usr/bin/X (ProcessWorkQueue+0x31) [0x8073d71]
/usr/src/debug/xorg-server-1.9.5/dix/dixutils.c:527
ProcessWorkQueue
Frame 5: /usr/bin/X (WaitForSomething+0x57) [0x809f0b7]
/usr/src/debug/xorg-server-1.9.5/os/WaitFor.c:170
WaitForSomething
Frame 6: /usr/bin/X (0x8047000+0x282ce) [0x806f2ce]
/usr/src/debug/xorg-server-1.9.5/dix/dispatch.c:370
Dispatch
Frame 7: /usr/bin/X (0x8047000+0x1b395) [0x8062395]
/usr/src/debug/xorg-server-1.9.5/dix/main.c:293
main
Thanks for the bug report. We have reviewed the information you have provided above, and there is some additional information we require that will be helpful in our diagnosis of this issue. Please add drm.debug=0x04 to the kernel command line, restart computer, and attach * your X server config file (/etc/X11/xorg.conf, if available), * complete X server log file (/var/log/Xorg.*.log) * output of the dmesg command, and * system log (/var/log/messages) to the bug report as individual uncompressed file attachments using the bugzilla file attachment link above. We will review this issue again once you've had a chance to attach this information. Thanks in advance. Sorry for the big delay. Now I ready provide all that files. Created attachment 509917 [details]
xorg.conf
Created attachment 509918 [details]
/var/log/messages normal boot
Created attachment 509919 [details]
dmesg out normal boot
Created attachment 509920 [details]
Xorg.0.log normal boot
Created attachment 509921 [details]
dmesg with drm.debug=0x04
Created attachment 509922 [details]
/var/log/messages with drm.debug=0x04
Created attachment 509923 [details]
Xorg.0.log with drm.debug=0x04
All files after reboot and crash happened.
I'll hope it help.
Temporary fix from here: http://forums.opensuse.org/english/get-technical-help-here/install-boot-login/459397-nvidia-driver-kdm-kde-seg-fault-dolistfontswithinfo-solved.html Comment out the 'FontPath "unix/:7100"' option in Xorg.conf, disabling the listing of fonts. Also I had submitted this bug previously here: https://bugzilla.redhat.com/show_bug.cgi?id=670218 (In reply to comment #12) > Comment out the 'FontPath "unix/:7100"' option in Xorg.conf, disabling the > listing of fonts. Fedora hasn't had XFS per default for a long time already, and reporter doesn't have it switched on in xorg.conf. > Also I had submitted this bug previously here: > https://bugzilla.redhat.com/show_bug.cgi?id=670218 Which I have just closed because we cannot fix nvidia binary-drivers related bugs. Thank you for pointing this bug out. This bug report does indeed have it turned on. This in the Xorg.0.log attachment 509920 [details]: [ 72.732] (**) FontPath set to: unix/:7100, catalogue:/etc/X11/fontpath.d, built-ins This is configured in their xorg.conf given in attachment 509917 [details]. I understand that you can't diagnose the issues with the binary driver, I had the same issues with the NV driver too. This is definitely an issue in Xorg code because this report is having the problems with the mga driver as well. I would doubt that it is driver related. (In reply to comment #14) > This bug report does indeed have it turned on. This in the Xorg.0.log > attachment 509920 [details]: > > [ 72.732] (**) FontPath set to: > unix/:7100, > catalogue:/etc/X11/fontpath.d, > built-ins > > This is configured in their xorg.conf given in attachment 509917 [details]. I am sorry, my mistake ... there are so many comments in the file, that I've missed it when eyeballing. > I understand that you can't diagnose the issues with the binary driver, I had > the same issues with the NV driver too. This is definitely an issue in Xorg > code because this report is having the problems with the mga driver as well. I > would doubt that it is driver related. Notice, that I haven't closed THIS bug. >Notice, that I haven't closed THIS bug.
I know, and I appreciate that. I just wanted to make sure we were all on the same page.
Now that I'm on the notification list for this bug, if you need any testing, I will be happy to assist as best as I can.
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 |