Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 727976 - x11-base/xorg-server-1.20.7 always crashes
Summary: x11-base/xorg-server-1.20.7 always crashes
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-11 16:18 UTC by John Blbec
Modified: 2020-06-14 12:12 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
/var/log/Xorg.0.log (Xorg.0.log,37.16 KB, text/x-log)
2020-06-11 16:18 UTC, John Blbec
Details
emerge --info (emerge_info.txt,5.80 KB, text/plain)
2020-06-11 16:21 UTC, John Blbec
Details
xorg.conf (xorg.conf,2.52 KB, text/plain)
2020-06-11 16:21 UTC, John Blbec
Details
kernel-config-5.4.38-gentoo-x86_64 (kernel_config.txt,43.28 KB, text/plain)
2020-06-11 16:22 UTC, John Blbec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description John Blbec 2020-06-11 16:18:56 UTC
Created attachment 644420 [details]
/var/log/Xorg.0.log

i can't start x (using slim) but it can't even start when i execute startx manually. it always finishes with (a part of /var/log/Xorg.0.log):

[    28.159] (EE) Backtrace:
[    28.159] (EE) 0: /usr/bin/X (xorg_backtrace+0x4d) [0x55af988a6fbd]
[    28.159] (EE) 1: /usr/bin/X (0x55af98700000+0x1aac45) [0x55af988aac45]
[    28.159] (EE) 2: /lib64/libpthread.so.0 (0x7f3350e21000+0x13020) [0x7f3350e34020]
[    28.159] (EE) 3: /lib64/libc.so.6 (gsignal+0x141) [0x7f3350ca0571]
[    28.159] (EE) 4: /lib64/libc.so.6 (abort+0x127) [0x7f3350c8a55b]
[    28.159] (EE) 5: /lib64/libc.so.6 (0x7f3350c68000+0x2242f) [0x7f3350c8a42f]
[    28.159] (EE) 6: /lib64/libc.so.6 (0x7f3350c68000+0x30e32) [0x7f3350c98e32]
[    28.159] (EE) 7: /usr/bin/X (0x55af98700000+0x744e3) [0x55af987744e3]
[    28.159] (EE) 8: /usr/lib64/xorg/modules/libfb.so (fbCreatePixmap+0x8a) [0x7f3350abbefa]
[    28.159] (EE) 9: /usr/lib64/xorg/modules/drivers/intel_drv.so (0x7f3350601000+0x1389a1) [0x7f33507399a1]
[    28.159] (EE) 10: /usr/lib64/xorg/modules/drivers/intel_drv.so (0x7f3350601000+0x134f4e) [0x7f3350735f4e]
[    28.159] (EE) 11: /usr/bin/X (0x55af98700000+0xd20ac) [0x55af987d20ac]
[    28.159] (EE) 12: /usr/bin/X (xf86CrtcRotate+0x323) [0x55af987d2a53]
[    28.159] (EE) 13: /usr/lib64/xorg/modules/drivers/intel_drv.so (0x7f3350601000+0x133568) [0x7f3350734568]
[    28.159] (EE) 14: /usr/lib64/xorg/modules/drivers/intel_drv.so (0x7f3350601000+0x133a6a) [0x7f3350734a6a]
[    28.159] (EE) 15: /usr/bin/X (xf86CrtcSetModeTransform+0x296) [0x55af987c8c16]
[    28.159] (EE) 16: /usr/bin/X (xf86SetDesiredModes+0xc6) [0x55af987c9146]
[    28.159] (EE) 17: /usr/lib64/xorg/modules/drivers/intel_drv.so (0x7f3350601000+0x1376e0) [0x7f33507386e0]
[    28.159] (EE) 18: /usr/lib64/xorg/modules/drivers/intel_drv.so (0x7f3350601000+0x137c60) [0x7f3350738c60]
[    28.159] (EE) 19: /usr/bin/X (AddScreen+0xd6) [0x55af98757546]
[    28.159] (EE) 20: /usr/bin/X (InitOutput+0x2b5) [0x55af98796c15]
[    28.159] (EE) 21: /usr/bin/X (0x55af98700000+0x5b083) [0x55af9875b083]
[    28.159] (EE) 22: /lib64/libc.so.6 (__libc_start_main+0xeb) [0x7f3350c8be1b]
[    28.159] (EE) 23: /usr/bin/X (_start+0x2a) [0x55af987451aa]
[    28.159] (EE)
[    28.159] (EE)
Fatal server error:
[    28.159] (EE) Caught signal 6 (Aborted). Server aborting

$ cat /var/log/slim.log
slim: waiting for X server to begin accepting connections
Giving up.
slim: unable to connect to X server
Comment 1 John Blbec 2020-06-11 16:21:20 UTC
Created attachment 644430 [details]
emerge --info
Comment 2 John Blbec 2020-06-11 16:21:40 UTC
Created attachment 644432 [details]
xorg.conf
Comment 3 John Blbec 2020-06-11 16:22:35 UTC
Created attachment 644434 [details]
kernel-config-5.4.38-gentoo-x86_64
Comment 4 John Blbec 2020-06-11 16:24:43 UTC
i've recompiled @system and also whole @world but it hasn't helped. i'm using openrc (not systemd) with eudev.
Comment 5 Jonas Stein gentoo-dev 2020-06-14 12:12:28 UTC
It is sad to read that you have problems with the software. The situation seems to be a bit more complicate and requires some analysis.
We can not help you efficiently via bug tracker. The bug tracker aims rather on specific problems in .ebuilds and less on individual systems. 

I have had very good experience on the gentoo IRC [1] with questions like this. Of course there are also forums and mailing lists [2,3].
I hope you understand, that I will close the bug here therefore and wish you good luck on one of the mentioned channels [4].
Please reopen the ticket in order to provide an indication for an specific error in an ebuild or any gentoo related product.

[1] https://www.gentoo.org/get-involved/irc-channels/
[2] https://forums.gentoo.org/
[3] https://www.gentoo.org/get-involved/mailing-lists/all-lists.html
[4] https://www.gentoo.org/support/