Koheron / koheron-sdk

SDK for FPGA / Linux Instruments
https://www.koheron.com/software-development-kit/
Other
101 stars 41 forks source link

Vivado GUI crashes unexpectedly on Ubuntu 22.04 #613

Closed jeanminet closed 2 months ago

jeanminet commented 2 months ago
#
# An unexpected error has occurred (11)
#
Stack:
/opt/Xilinx/Vivado/2017.2/tps/lnx64/jre/lib/amd64/server/libjvm.so(+0x923da9) [0x7f4927d23da9]
/opt/Xilinx/Vivado/2017.2/tps/lnx64/jre/lib/amd64/server/libjvm.so(JVM_handle_linux_signal+0xb6) [0x7f4927d2a3f6]
/opt/Xilinx/Vivado/2017.2/tps/lnx64/jre/lib/amd64/server/libjvm.so(+0x9209d3) [0x7f4927d209d3]
/lib/x86_64-linux-gnu/libc.so.6(+0x42520) [0x7f4966419520]
/opt/Xilinx/Vivado/2017.2/tps/lnx64/jre/lib/amd64/libawt_xawt.so(+0x42028) [0x7f4908e42028]
/opt/Xilinx/Vivado/2017.2/tps/lnx64/jre/lib/amd64/libawt_xawt.so(+0x42288) [0x7f4908e42288]
/opt/Xilinx/Vivado/2017.2/tps/lnx64/jre/lib/amd64/libawt_xawt.so(Java_sun_awt_X11_XRobotPeer_getRGBPixelsImpl+0x17c) [0x7f4908e3a67c]
[0x7f49178184cf]
jeanminet commented 2 months ago

This seems to be related to Wayland window manager which is incompatible to the Java version used by Vivado. Switching to the X window manager seems to fix the problem. https://askubuntu.com/questions/1410256/how-do-i-use-the-x-window-manager-instead-of-wayland-on-ubuntu-22-04