You are not logged in.

#1 2020-02-14 17:27:16

tarasis
Member
Registered: 2014-10-13
Posts: 9

Xvnc Illegal instruction Server Aborting

I installed Tigervnc on my server yesterday, it was working, but today I did general package upgrades and rebooted the server. Since then tigervnc fails to start

I've tried re-installing tigervnc and its dependencies, but it is still happening.

Anyone as suggestions for moving forward, there doesn't appear to be anything useful in the error log to narrow down the issue.

Xvnc TigerVNC 1.10.0 - built Dec 27 2019 09:17:02
Copyright (C) 1999-2019 TigerVNC Team and many others (see README.rst)
See https://www.tigervnc.org for information on TigerVNC.
Underlying X server release 12006000, The X.Org Foundation


Fri Feb 14 18:07:24 2020
vncext:      VNC extension running!
vncext:      Listening for VNC connections on all interface(s), port 5901
vncext:      created VNC server for screen 0
(EE)
(EE) Backtrace:
(EE) 0: /usr/bin/Xvnc (OsLookupColor+0x139) [0x559af69fcb59]
(EE) 1: /usr/lib/libpthread.so.0 (funlockfile+0x60) [0x7fba29fad85f]
(EE) 2: /usr/lib/dri/swrast_dri.so (_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEaSERKS7_+0x6da4) [0x7fba275d1de4]
(EE) 3: /usr/lib/dri/swrast_dri.so (_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEaSERKS7_+0x198b6) [0x7fba275f7106]
(EE) 4: /usr/lib/dri/swrast_dri.so (_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEaSERKS7_+0x47a4) [0x7fba275ccc54]
(EE) 5: /usr/lib/dri/swrast_dri.so (_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEaSERKS7_+0x5943) [0x7fba275ce6c3]
(EE) unw_get_proc_name failed: no unwind info found [-10]
(EE) 6: /usr/lib/dri/swrast_dri.so (?+0x0) [0x7fba27197210]
(EE) 7: /lib64/ld-linux-x86-64.so.2 (call_init.part.0+0x9a) [0x7fba2a28009a]
(EE) 8: /lib64/ld-linux-x86-64.so.2 (_dl_init+0x81) [0x7fba2a2801a1]
(EE) 9: /usr/lib/libc.so.6 (_dl_catch_exception+0xe5) [0x7fba29947905]
(EE) 10: /lib64/ld-linux-x86-64.so.2 (dl_open_worker+0x3c8) [0x7fba2a2840e8]
(EE) 11: /usr/lib/libc.so.6 (_dl_catch_exception+0x88) [0x7fba299478a8]
(EE) 12: /lib64/ld-linux-x86-64.so.2 (_dl_open+0x9e) [0x7fba2a28396e]
(EE) unw_get_proc_name failed: no unwind info found [-10]
(EE) 13: /usr/lib/libdl.so.2 (?+0x0) [0x7fba29f592f0]
(EE) 14: /usr/lib/libc.so.6 (_dl_catch_exception+0x88) [0x7fba299478a8]
(EE) 15: /usr/lib/libc.so.6 (_dl_catch_error+0x33) [0x7fba29947973]
(EE) 16: /usr/lib/libdl.so.2 (dlerror+0x319) [0x7fba29f59d69]
(EE) 17: /usr/lib/libdl.so.2 (dlopen+0x4a) [0x7fba29f593da]
(EE) 18: /usr/bin/Xvnc (glxProbeDriver+0x8e) [0x559af68b8f9e]
(EE) 19: /usr/bin/Xvnc (__glGetProcAddress+0x63b) [0x559af68b8e5b]
(EE) 20: /usr/bin/Xvnc (RecordCreateSet+0x5bf) [0x559af68b7d0f]
(EE) 21: /usr/bin/Xvnc (_CallCallbacks+0x34) [0x559af69adec4]
(EE) 22: /usr/bin/Xvnc (GlxExtensionInit+0x157) [0x559af68d6cb7]
(EE) 23: /usr/bin/Xvnc (InitExtensions+0x8a) [0x559af687fa2a]
(EE) 24: /usr/bin/Xvnc (dix_main+0x1c6) [0x559af69ac976]
(EE) 25: /usr/lib/libc.so.6 (__libc_start_main+0xf3) [0x7fba29835023]
(EE) 26: /usr/bin/Xvnc (_start+0x2e) [0x559af687cc0e]
(EE)
(EE) Illegal instruction at address 0x7fba275cb044
(EE)
Fatal server error:
(EE) Caught signal 4 (Illegal instruction). Server aborting
(EE)

The status of the system service

[rob@dedi .vnc]$ systemctl status vncserver@:1
* vncserver@:1.service - Remote desktop service (VNC)
     Loaded: loaded (/etc/systemd/system/vncserver@:1.service; disabled; vendor preset: disabled)
     Active: failed (Result: exit-code) since Fri 2020-02-14 18:07:27 CET; 8min ago
    Process: 1753 ExecStartPre=/bin/sh -c /usr/bin/vncserver -kill :1 > /dev/null 2>&1 || : (code=exited, status=0/SUCCESS)
    Process: 1759 ExecStart=/usr/bin/vncserver :1 -geometry 1280x800 -alwaysshared -fg (code=exited, status=255/EXCEPTION)
   Main PID: 1759 (code=exited, status=255/EXCEPTION)

Feb 14 18:07:23 dedi systemd[1]: Starting Remote desktop service (VNC)...
Feb 14 18:07:23 dedi systemd[1753]: pam_unix(login:session): session opened for user rob by (uid=0)
Feb 14 18:07:23 dedi systemd[1]: Started Remote desktop service (VNC).
Feb 14 18:07:27 dedi systemd[1]: vncserver@:1.service: Main process exited, code=exited, status=255/EXCEPTION
Feb 14 18:07:27 dedi systemd[1]: vncserver@:1.service: Failed with result 'exit-code'.

Offline

#2 2020-02-14 17:38:21

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,424

Re: Xvnc Illegal instruction Server Aborting

Likely related to the mesa update: https://bbs.archlinux.org/viewtopic.php … 5#p1887625

Online

#3 2020-02-14 18:01:42

tarasis
Member
Registered: 2014-10-13
Posts: 9

Re: Xvnc Illegal instruction Server Aborting

V1del wrote:

Yes, apparently that is exactly the issue.

Downgraded to mesa-19.3.3-1-x86_64 and I could start the VNC server.

Thank you.

Offline

Board footer

Powered by FluxBB