So some more updates. I'm on the official TW version now (2.10.4), on TW 20180820 Others are running this without problems, both on nvidia and intel graphics. I can strace the execution. Last thing to happen is that it does several clone calls, and the last line then is futex(0x7f9c377b39d0, FUTEX_WAIT, 6842, NULL Where it will indefinitely hang. The respective clone call is clone(child_stack=0x7f9c377b28f0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f9c377b39d0, tls=0x7f9c377b3700, child_tidptr=0x7f9c377b39d0) = 6842 I have no idea what that means though :( I tried running in gdb (also without knowing what I am doing...) [New Thread 0x7fffe90d4700 (LWP 8868)] [New Thread 0x7fffe88d3700 (LWP 8869)] [New Thread 0x7fffe7abd700 (LWP 8870)] [New Thread 0x7fffe72bc700 (LWP 8871)] [New Thread 0x7fffe6abb700 (LWP 8872)] [New Thread 0x7fffe57c7700 (LWP 8873)] [New Thread 0x7fffe4fc6700 (LWP 8874)] [Thread 0x7fffe7abd700 (LWP 8870) exited] [Thread 0x7fffe88d3700 (LWP 8869) exited] [Thread 0x7fffe90d4700 (LWP 8868) exited] Then hangs. Anyone know how to get more info from it in that state? Have to quite for today :( -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org