https://bugs.kde.org/show_bug.cgi?id=387394
--- Comment #7 from Thomas Friedrichsmeier <thomas.friedrichsme...@ruhr-uni-bochum.de> --- Thanks. Some of the last few lines that look ok are (starting at line 8658): access("/usr/share/icedtea-web/lib/IcedTeaPlugin.so", F_OK) = 0 access("/usr/lib/mozilla/plugins/libflashplayer.so", F_OK) = 0 access("/usr/lib/jvm/java-10-jre/jre/lib/libnpjp2.so", F_OK) = 0 statx(AT_FDCWD, "/usr/lib/jvm/java-10-jre/jre/lib/libnpjp2.so", AT_STATX_SYNC_AS_STAT, STATX_ALL, {stx_mask=STATX_ALL, stx_attributes=0, stx_mode=S_IFREG|0755, stx_size=175104, ...}) = 0 Where, looking a few lines above, libnpjp2.so is resolved from a symlink inside the mozilla plugins: readlink("/usr/lib/mozilla/plugins/libnpjp2-jre10.so", "/usr/lib/jvm/java-10-jre/jre/lib"..., 4095) = 44 I'm not quite sure, which of the three plugins is being loaded, first, but then we see loading of jre/libdeploy.so, as we had observed, before, then things start going wrong. Perhaps you can try moving the plugins out of the way one by one, to see, which one is causing the issue. My first guess would be IcedTea. -- You are receiving this mail because: You are watching all bug changes.