[Bug 117111] Quitting X with xrandr rotation enabled freezes vt

bugzilla-daemon at bugzilla.kernel.org bugzilla-daemon at bugzilla.kernel.org
Mon Apr 25 16:03:18 UTC 2016


https://bugzilla.kernel.org/show_bug.cgi?id=117111

Michał Pecio <michal.pecio at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #2 from Michał Pecio <michal.pecio at gmail.com> ---
OK, so I checked Xorg log and it's missing the final line indicating clean
shutdown. strace revealed that X is aborting for some reason:

<... futex resumed> )                   = 0
ioctl(12, DRM_IOCTL_GEM_CLOSE, 0x7ffdfee3d4e0) = 0
close(12)                               = 0
close(11)                               = 0
munmap(0x7f1fa4a69000, 13890560)        = 0
munmap(0x7f1fa5bef000, 2126232)         = 0
munmap(0x7f1fa4861000, 2126248)         = 0
munmap(0x7f1fa4649000, 2191808)         = 0
write(2, "Xorg: ../include/privates.h:122:"..., 89) = 89
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x7f1fad47c000
rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
tgkill(2858, 2858, SIGABRT)             = 0
--- SIGABRT {si_signo=SIGABRT, si_code=SI_TKILL, si_pid=2858, si_uid=1000} ---
+++ killed by SIGABRT +++

So much for a kernel bug, I guess.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.


More information about the dri-devel mailing list