Bug 35198 - xorg-xserver segfaults with armsoc_drv
Summary: xorg-xserver segfaults with armsoc_drv
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: xorg-server (show other bugs)
Version: unstable
Hardware: aarch64 Linux
: P3 normal
Assignee: Valery Inozemtsev
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-31 13:00 MSK by Sven
Modified: 2018-07-31 14:01 MSK (History)
4 users (show)

See Also:


Attachments
gdb-Session with Xorg/armsoc-driver (12.76 KB, text/plain)
2018-07-31 13:00 MSK, Sven
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sven 2018-07-31 13:00:44 MSK
Created attachment 7681 [details]
gdb-Session with Xorg/armsoc-driver

Hello,
  I'm using xorg-dri-armsoc-18.1.3 with a TV screen as monitor
but get the following stacktrace:

#0  0x00000000004fe59c in RRCrtcIsLeased ()
#1  0x00000000004b3860 in xf86CrtcSetModeTransform ()
#2  0x00000000004b3e64 in xf86SetDesiredModes ()
#3  0x0000007f87598af8 in ?? () from /usr/lib64/X11/modules/drivers/armsoc_drv.so
#4  0x0000007f87599848 in ?? () from /usr/lib64/X11/modules/drivers/armsoc_drv.so
#5  0x0000000000444fa8 in AddScreen ()
#6  0x000000000048407c in InitOutput ()
#7  0x0000000000448c54 in ?? ()
#8  0x0000007f87f18820 in __libc_start_main () from /lib64/libc.so.6
#9  0x0000000000432a90 in _start ()

seems that problem is already known upstream under https://patchwork.freedesktop.org/patch/226987/

And I can confirm with that patch that xorg-server/armsoc no longer segfaults on my machine.

Could you please include that patch into xorg-server

TIA,
Sven