sddm-greeter, lxqt-panel, lxqt-session & pcmanfm-qt: trap invalid opcode on 3.19.0 i686 build.
Greetings, on the i686 build of 3.19.0 (and edge), I am unable to start sddm nor lxqt (e.g. via startx)... They exit with little, if anything displayed to the screen, however a message is printed to dmesg similar to the following:
[ 33.044640] traps: sddm-greeter[2037] trap invalid opcode ip:b6e2c617 sp:bfe72c2c error:0 in libQt5Gui.so.5.15.10[b6e14000+2d5000]
3.18.5 and the x86_64 builds seem unaffected
I am running this setup via QEMU as follows:
qemu-img create -f qcow2 alpine686-2.qcow2 8G
qemu-system-i386 -m 1500 -nic user -boot c -hda alpine686-2.qcow2 -cdrom /home/zachary/Downloads/alpine-virt-3.19.0-x86.iso
Relevant screenshots and full dmesg output are below:
Edited by Zachary Lee Andrews