Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 771720 - x11-base/xorg-server-1.20.10-r3 crashes when starting games (like games-action/extreme-tuxracer)
Summary: x11-base/xorg-server-1.20.10-r3 crashes when starting games (like games-actio...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal critical (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-20 11:04 UTC by Jaak Ristioja
Modified: 2021-11-26 04:35 UTC (History)
4 users (show)

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


Attachments
Backtraces from GDB (gdb-backtrace.txt,30.43 KB, text/plain)
2021-02-20 11:06 UTC, Jaak Ristioja
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaak Ristioja 2021-02-20 11:04:31 UTC
x11-base/xorg-server-1.20.10-r3 crashes when starting games-action/supertuxkart-1.2, leading to data loss.

games-action/supertuxkart-1.2::gentoo  USE="sqlite -debug (-libressl) -nettle -recorder -wiimote"
x11-base/xorg-server-1.20.10-r3:0/1.20.10::gentoo  USE="dmx doc elogind ipv6 udev unwind xnest xorg xvfb -debug -kdrive (-libressl) -minimal (-selinux) -suid -systemd -wayland -xcsecurity -xephyr"
media-libs/libsdl2-2.0.12-r2::gentoo  USE="X alsa dbus haptic joystick opengl pulseaudio sound threads udev video xinerama xscreensaver (-aqua) (-custom-cflags) -fcitx4 -gles2 -ibus -jack -kms -libsamplerate -nas -oss -static-libs -tslib -vulkan -wayland" CPU_FLAGS_X86="mmx sse sse2 -3dnow" VIDEO_CARDS="(-vc4)"

[   876.172] (EE) unw_get_proc_name failed: no unwind info found [-10]
[   876.173] (EE) 0: /usr/bin/X (?+0x0) [0x55a2811223f5]
[   876.174] (EE) 1: /lib64/libpthread.so.0 (funlockfile+0x50) [0x7ff13a69caf0]
[   876.176] (EE) unw_get_proc_name failed: no unwind info found [-10]
[   876.176] (EE) 2: /usr/lib64/xorg/modules/drivers/intel_drv.so (?+0x0) [0x7ff139c2ef4f]
[   876.176] (EE) unw_get_proc_name failed: no unwind info found [-10]
[   876.176] (EE) 3: /usr/bin/X (?+0x0) [0x55a2810a2a98]
[   876.176] (EE) unw_get_proc_name failed: no unwind info found [-10]
[   876.176] (EE) 4: /usr/bin/X (?+0x0) [0x55a281051858]
[   876.176] (EE) unw_get_proc_name failed: no unwind info found [-10]
[   876.176] (EE) 5: /usr/bin/X (?+0x0) [0x55a281051d6c]
[   876.177] (EE) unw_get_proc_name failed: no unwind info found [-10]
[   876.177] (EE) 6: /usr/bin/X (?+0x0) [0x55a280fca5e6]
[   876.177] (EE) unw_get_proc_name failed: no unwind info found [-10]
[   876.177] (EE) 7: /usr/bin/X (?+0x0) [0x55a28111bcea]
[   876.177] (EE) unw_get_proc_name failed: no unwind info found [-10]
[   876.177] (EE) 8: /usr/bin/X (?+0x0) [0x55a280fc54ec]
[   876.177] (EE) unw_get_proc_name failed: no unwind info found [-10]
[   876.177] (EE) 9: /usr/bin/X (?+0x0) [0x55a280fc9863]
[   876.177] (EE) unw_get_proc_name failed: no unwind info found [-10]
[   876.177] (EE) 10: /lib64/libc.so.6 (?+0x0) [0x7ff13a4efe3a]
[   876.177] (EE) unw_get_proc_name failed: no unwind info found [-10]
[   876.177] (EE) 11: /usr/bin/X (?+0x0) [0x55a280fb2dea]
[   876.177] (EE) 
[   876.177] (EE) Segmentation fault at address 0x20
[   876.177] (EE) 
Fatal server error:
[   876.177] (EE) Caught signal 11 (Segmentation fault). Server aborting
Comment 1 Jaak Ristioja 2021-02-20 11:06:49 UTC
Created attachment 687729 [details]
Backtraces from GDB
Comment 2 Jaak Ristioja 2021-02-20 11:21:06 UTC
Same xorg-server crash happens with games-action/extreme-tuxracer-0.7.5::gentoo.
Comment 3 Jonas Stein gentoo-dev 2021-02-20 21:26:01 UTC
This bug will require deeper investiagation.
Could you please try to recompile xorg-server and all its dependencies to ensure, that there is no broken lib left from an old update?
Comment 4 Jaak Ristioja 2021-11-25 21:08:03 UTC
(In reply to Jonas Stein from comment #3)
> Could you please try to recompile xorg-server and all its dependencies to
> ensure, that there is no broken lib left from an old update?

After some upgrades it appears to work properly again, so it looks like something like this might indeed have been the problem. Thanks! :)
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-11-26 04:35:32 UTC
(In reply to Jaak Ristioja from comment #4)
> (In reply to Jonas Stein from comment #3)
> > Could you please try to recompile xorg-server and all its dependencies to
> > ensure, that there is no broken lib left from an old update?
> 
> After some upgrades it appears to work properly again, so it looks like
> something like this might indeed have been the problem. Thanks! :)

\o/ Thanks for updating us!