https://bugs.kde.org/show_bug.cgi?id=389419
--- Comment #17 from illis+...@beyond8labs.com --- (In reply to Jos van den Oever from comment #15) > That is very disappointing. What would be the quickest way for me to > replicate your setup in a VM? I did test in an Antegros install -> same bug. Might be slightly easier then installing ArchLinux (Antegros has a GUI installer, that gets you into a X session alot quicker). https://antergos.com/try-it/ This should hopefully get you most of your dependencies to build: pacman -S cargo git cmake qt5-base qt5-svg qt5-quickcontrols qt5-quickcontrols2 qt5-charts gdb valgrind I quickly installed ubuntu into a VM, and your latest patch seems to work perfectly fine there. Got as far as setting breakpoints on Bindings.cpp:77 (with your latest patch). on Arch: (gdb) p val $5 = ((anonymous namespace)::qbytearray_t *) 0x1 on Ubuntu: (gdb) p val $9 = ((anonymous namespace)::qbytearray_t *) 0x7fffffffd020 -- You are receiving this mail because: You are watching all bug changes.