Skip to content

Instantly share code, notes, and snippets.

@marianoju
Last active November 13, 2018 17:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marianoju/b19106d17a381afb68c32b86a853406f to your computer and use it in GitHub Desktop.
Save marianoju/b19106d17a381afb68c32b86a853406f to your computer and use it in GitHub Desktop.
cryptomator-1.3.2-i386 log files
user@box2:~$ gdb /opt/Cryptomator/Cryptomator
GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.5) 7.11.1
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /opt/Cryptomator/Cryptomator...(no debugging symbols found)...done.
(gdb) run
Starting program: /opt/Cryptomator/Cryptomator
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
Program received signal SIGSEGV, Segmentation fault.
0xb713d85b in _expand_stack_to(unsigned char*) ()
from /opt/Cryptomator/runtime/lib/i386/server/libjvm.so
(gdb) backtrace
#0 0xb713d85b in _expand_stack_to(unsigned char*) ()
from /opt/Cryptomator/runtime/lib/i386/server/libjvm.so
#1 0xb713d8f9 in os::Linux::manually_expand_stack(JavaThread*, unsigned char*) () from /opt/Cryptomator/runtime/lib/i386/server/libjvm.so
#2 0xb7140253 in os::create_attached_thread(JavaThread*) ()
from /opt/Cryptomator/runtime/lib/i386/server/libjvm.so
#3 0xb726e165 in Threads::create_vm(JavaVMInitArgs*, bool*) ()
from /opt/Cryptomator/runtime/lib/i386/server/libjvm.so
#4 0xb6f2501c in JNI_CreateJavaVM ()
from /opt/Cryptomator/runtime/lib/i386/server/libjvm.so
#5 0xb78b06a6 in JavaLibrary::JavaVMCreate(JavaVM_**, JNIEnv_**, void*)
() from /opt/Cryptomator/libpackager.so
#6 0xb78afae8 in JavaVirtualMachine::StartJVM() ()
from /opt/Cryptomator/libpackager.so
#7 0xb78aebc8 in RunVM() () from /opt/Cryptomator/libpackager.so
#8 0xb78c91cc in start_launcher () from /opt/Cryptomator/libpackager.so
#9 0x08048b42 in main ()
(gdb)
user@box2:~$ java -jar /opt/Cryptomator/app/Cryptomator-1.3.2.jar
17:59:17.850 [main] INFO org.cryptomator.launcher.Cryptomator - Starting Cryptomator 1.3.2 on Linux 4.4.0-138-generic (i386)
17:59:18.106 [main] WARN org.cryptomator.launcher.InterProcessCommunicator - System property cryptomator.ipcPortPath not set.
17:59:18.200 [main] DEBUG org.cryptomator.launcher.InterProcessCommunicator - Could not connect to running process.
17:59:18.951 [main] DEBUG org.cryptomator.launcher.InterProcessCommunicator - Server listening on port 40124.
17:59:18.955 [main] DEBUG org.cryptomator.launcher.InterProcessCommunicator - Server shut down.
Exception in thread "main" java.lang.NoClassDefFoundError: javafx/application/Application
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:468)
at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at org.cryptomator.launcher.Cryptomator.main(Cryptomator.java:33)
Caused by: java.lang.ClassNotFoundException: javafx.application.Application
at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 13 more
17:59:18.976 [Thread-1] DEBUG org.cryptomator.launcher.CleanShutdownPerformer - Running graceful shutdown tasks...
17:59:18.977 [Thread-1] INFO org.cryptomator.launcher.CleanShutdownPerformer - Goodbye.
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/Cryptomator
W: cryptomator: hardening-no-relro opt/Cryptomator/Cryptomator
E: cryptomator: binary-from-other-architecture opt/Cryptomator/app/linux-launcher-x64
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/app/linux-launcher-x64
W: cryptomator: hardening-no-relro opt/Cryptomator/app/linux-launcher-x64
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/app/linux-launcher-x86
W: cryptomator: hardening-no-relro opt/Cryptomator/app/linux-launcher-x86
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/libpackager.so
W: cryptomator: hardening-no-relro opt/Cryptomator/libpackager.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/client/libjsig.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/client/libjsig.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/client/libjvm.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/client/libjvm.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/jli/libjli.so
E: cryptomator: embedded-library opt/Cryptomator/runtime/lib/i386/jli/libjli.so: zlib
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/jli/libjli.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libattach.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libattach.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libavplugin-53.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libavplugin-53.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libavplugin-54.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libavplugin-54.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libavplugin-55.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libavplugin-55.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libavplugin-56.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libavplugin-56.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libavplugin-ffmpeg-56.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libavplugin-ffmpeg-56.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libawt.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libawt.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libawt_headless.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libawt_headless.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libawt_xawt.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libawt_xawt.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libbci.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libbci.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libdcpr.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libdcpr.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libdecora_sse.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libdecora_sse.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libdeploy.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libdeploy.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libdt_socket.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libdt_socket.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libfontmanager.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libfontmanager.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libfxplugins.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libfxplugins.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libglass.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libglass.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libgstreamer-lite.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libgstreamer-lite.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libhprof.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libhprof.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libinstrument.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libinstrument.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libj2gss.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libj2gss.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libj2pcsc.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libj2pcsc.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libj2pkcs11.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libj2pkcs11.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libjaas_unix.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libjaas_unix.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libjava.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libjava.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libjava_crw_demo.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libjava_crw_demo.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libjavafx_font.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libjavafx_font.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libjavafx_font_freetype.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libjavafx_font_freetype.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libjavafx_font_pango.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libjavafx_font_pango.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libjavafx_font_t2k.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libjavafx_font_t2k.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libjavafx_iio.so
E: cryptomator: embedded-library opt/Cryptomator/runtime/lib/i386/libjavafx_iio.so: libjpeg
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libjavafx_iio.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libjawt.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libjawt.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libjdwp.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libjdwp.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libjfr.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libjfr.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libjfxmedia.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libjfxmedia.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libjfxwebkit.so
E: cryptomator: embedded-library opt/Cryptomator/runtime/lib/i386/libjfxwebkit.so: sqlite
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libjfxwebkit.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libjpeg.so
E: cryptomator: embedded-library opt/Cryptomator/runtime/lib/i386/libjpeg.so: libjpeg
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libjpeg.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libjsdt.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libjsdt.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libjsig.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libjsig.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libjsound.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libjsound.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libjsoundalsa.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libjsoundalsa.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libkcms.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libkcms.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/liblcms.so
E: cryptomator: embedded-library opt/Cryptomator/runtime/lib/i386/liblcms.so: lcms2
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/liblcms.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libmanagement.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libmanagement.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libmlib_image.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libmlib_image.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libnet.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libnet.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libnio.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libnio.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libnpt.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libnpt.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libprism_common.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libprism_common.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libprism_es2.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libprism_es2.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libprism_sw.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libprism_sw.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libresource.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libresource.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libsaproc.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libsaproc.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libsctp.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libsctp.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libsplashscreen.so
E: cryptomator: embedded-library opt/Cryptomator/runtime/lib/i386/libsplashscreen.so: zlib
E: cryptomator: embedded-library opt/Cryptomator/runtime/lib/i386/libsplashscreen.so: libpng
E: cryptomator: embedded-library opt/Cryptomator/runtime/lib/i386/libsplashscreen.so: libjpeg
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libsplashscreen.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libsunec.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libsunec.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libt2k.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libt2k.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libunpack.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libunpack.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libverify.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libverify.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/libzip.so
E: cryptomator: embedded-library opt/Cryptomator/runtime/lib/i386/libzip.so: zlib
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/libzip.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/server/libjsig.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/server/libjsig.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/i386/server/libjvm.so
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/i386/server/libjvm.so
E: cryptomator: unstripped-binary-or-object opt/Cryptomator/runtime/lib/jexec
W: cryptomator: hardening-no-relro opt/Cryptomator/runtime/lib/jexec
E: cryptomator: missing-dependency-on-libc needed by opt/Cryptomator/Cryptomator and 69 others
E: cryptomator: changelog-file-missing-in-native-package
W: cryptomator: unknown-control-file copyright
E: cryptomator: no-copyright-file
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/Cryptomator
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/Cryptomator.desktop
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/Cryptomator.png
W: cryptomator: non-standard-file-perm opt/Cryptomator/Cryptomator.png 0444 != 0644
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/Cryptomator-1.3.2.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/Cryptomator.cfg
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/animal-sniffer-annotations-1.14.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/checker-qual-2.0.0.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/commons-1.3.2.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/commons-codec-1.9.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/commons-io-2.5.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/commons-lang3-3.6.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/commons-logging-1.2.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/cryptofs-1.4.5.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/cryptolib-1.1.7.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/dagger-2.11.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/dagger-compiler-2.11.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/dagger-producers-2.11.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/easybind-1.0.3.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/error_prone_annotations-2.0.18.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/google-java-format-1.3.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/gson-2.8.2.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/guava-23.5-jre.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/httpclient-4.5.3.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/httpcore-4.4.6.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/j2objc-annotations-1.1.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/jackrabbit-webdav-2.15.6.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/javac-9-dev-r3297-1-shaded.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/javapoet-1.7.0.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/javax.inject-1.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/javax.servlet-api-3.1.0.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/jcl-over-slf4j-1.7.4.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/jetty-http-9.4.7.v20170914.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/jetty-io-9.4.7.v20170914.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/jetty-security-9.4.7.v20170914.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/jetty-server-9.4.7.v20170914.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/jetty-servlet-9.4.7.v20170914.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/jetty-util-9.4.7.v20170914.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/jetty-webapp-9.4.7.v20170914.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/jetty-xml-9.4.7.v20170914.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/jni-1.0.2.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/jsr305-1.3.9.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/keychain-1.3.2.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/linux-launcher-x64
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/linux-launcher-x86
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/logback-classic-1.2.3.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/logback-core-1.2.3.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/siv-mode-1.2.2.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/slf4j-api-1.7.25.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/ui-1.3.2.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/webdav-nio-adapter-1.0.3.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/app/zxcvbn-1.2.2.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/cryptomator.org-Cryptomator-MimeInfo.xml
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/libpackager.so
W: cryptomator: non-standard-file-perm opt/Cryptomator/libpackager.so 0444 != 0644
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/COPYRIGHT
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/LICENSE
W: cryptomator: extra-license-file opt/Cryptomator/runtime/LICENSE
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/README
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/THIRDPARTYLICENSEREADME-JAVAFX.txt
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/THIRDPARTYLICENSEREADME.txt
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/Welcome.html
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/calendars.properties
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/charsets.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/classlist
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/cmm/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/cmm/CIEXYZ.pf
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/cmm/GRAY.pf
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/cmm/LINEAR_RGB.pf
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/cmm/PYCC.pf
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/cmm/sRGB.pf
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/content-types.properties
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/currency.data
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/deploy.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/ext/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/ext/cldrdata.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/ext/dnsns.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/ext/jaccess.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/ext/jfxrt.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/ext/localedata.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/ext/meta-index
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/ext/nashorn.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/ext/sunec.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/ext/sunjce_provider.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/ext/sunpkcs11.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/ext/zipfs.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/flavormap.properties
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/fontconfig.RedHat.5.bfc
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/fontconfig.RedHat.5.properties.src
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/fontconfig.RedHat.6.bfc
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/fontconfig.RedHat.6.properties.src
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/fontconfig.SuSE.10.bfc
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/fontconfig.SuSE.10.properties.src
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/fontconfig.SuSE.11.bfc
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/fontconfig.SuSE.11.properties.src
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/fontconfig.Turbo.bfc
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/fontconfig.Turbo.properties.src
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/fontconfig.bfc
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/fontconfig.properties.src
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/fonts/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/fonts/LucidaBrightDemiBold.ttf
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/fonts/LucidaBrightDemiItalic.ttf
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/fonts/LucidaBrightItalic.ttf
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/fonts/LucidaBrightRegular.ttf
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/fonts/LucidaSansDemiBold.ttf
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/fonts/LucidaSansRegular.ttf
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/fonts/LucidaTypewriterBold.ttf
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/fonts/LucidaTypewriterRegular.ttf
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/fonts/fonts.dir
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/hijrah-config-umalqura.properties
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/client/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/client/Xusage.txt
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/client/libjsig.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/client/libjvm.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/jli/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/jli/libjli.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/jvm.cfg
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libattach.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libavplugin-53.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libavplugin-54.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libavplugin-55.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libavplugin-56.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libavplugin-ffmpeg-56.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libawt.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libawt_headless.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libawt_xawt.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libbci.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libdcpr.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libdecora_sse.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libdeploy.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libdt_socket.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libfontmanager.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libfxplugins.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libglass.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libgstreamer-lite.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libhprof.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libinstrument.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libj2gss.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libj2pcsc.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libj2pkcs11.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libjaas_unix.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libjava.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libjava_crw_demo.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libjavafx_font.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libjavafx_font_freetype.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libjavafx_font_pango.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libjavafx_font_t2k.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libjavafx_iio.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libjawt.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libjdwp.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libjfr.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libjfxmedia.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libjfxwebkit.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libjpeg.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libjsdt.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libjsig.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libjsound.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libjsoundalsa.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libkcms.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/liblcms.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libmanagement.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libmlib_image.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libnet.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libnio.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libnpt.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libprism_common.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libprism_es2.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libprism_sw.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libresource.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libsaproc.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libsctp.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libsplashscreen.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libsunec.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libt2k.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libunpack.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libverify.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/libzip.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/server/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/server/Xusage.txt
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/server/libjsig.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/i386/server/libjvm.so
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/images/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/images/cursors/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/images/cursors/cursors.properties
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/images/cursors/invalid32x32.gif
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/images/cursors/motif_CopyDrop32x32.gif
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/images/cursors/motif_CopyNoDrop32x32.gif
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/images/cursors/motif_LinkDrop32x32.gif
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/images/cursors/motif_LinkNoDrop32x32.gif
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/images/cursors/motif_MoveDrop32x32.gif
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/images/cursors/motif_MoveNoDrop32x32.gif
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/images/icons/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/images/icons/sun-java.png
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/images/icons/sun-java_HighContrast.png
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/images/icons/sun-java_HighContrastInverse.png
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/images/icons/sun-java_LowContrast.png
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/javafx.properties
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/javaws.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/jce.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/jexec
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/jfr.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/jfr/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/jfr/default.jfc
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/jfr/profile.jfc
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/jfxswt.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/jsse.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/jvm.hprof.txt
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/locale/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/locale/de/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/locale/de/LC_MESSAGES/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/locale/de/LC_MESSAGES/sunw_java_plugin.mo
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/locale/es/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/locale/es/LC_MESSAGES/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/locale/es/LC_MESSAGES/sunw_java_plugin.mo
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/locale/fr/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/locale/fr/LC_MESSAGES/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/locale/fr/LC_MESSAGES/sunw_java_plugin.mo
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/locale/it/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/locale/it/LC_MESSAGES/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/locale/it/LC_MESSAGES/sunw_java_plugin.mo
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/locale/ja/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/locale/ja/LC_MESSAGES/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/locale/ja/LC_MESSAGES/sunw_java_plugin.mo
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/locale/ko.UTF-8/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/locale/ko.UTF-8/LC_MESSAGES/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/locale/ko.UTF-8/LC_MESSAGES/sunw_java_plugin.mo
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/locale/ko/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/locale/ko/LC_MESSAGES/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/locale/ko/LC_MESSAGES/sunw_java_plugin.mo
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/locale/pt_BR/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/locale/pt_BR/LC_MESSAGES/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/locale/pt_BR/LC_MESSAGES/sunw_java_plugin.mo
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/locale/sv/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/locale/sv/LC_MESSAGES/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/locale/sv/LC_MESSAGES/sunw_java_plugin.mo
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/locale/zh.GBK/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/locale/zh.GBK/LC_MESSAGES/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/locale/zh.GBK/LC_MESSAGES/sunw_java_plugin.mo
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/locale/zh/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/locale/zh/LC_MESSAGES/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/locale/zh/LC_MESSAGES/sunw_java_plugin.mo
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/locale/zh_HK.BIG5HK/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/locale/zh_HK.BIG5HK/LC_MESSAGES/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/locale/zh_HK.BIG5HK/LC_MESSAGES/sunw_java_plugin.mo
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/locale/zh_TW.BIG5/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/locale/zh_TW.BIG5/LC_MESSAGES/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/locale/zh_TW.BIG5/LC_MESSAGES/sunw_java_plugin.mo
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/locale/zh_TW/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/locale/zh_TW/LC_MESSAGES/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/locale/zh_TW/LC_MESSAGES/sunw_java_plugin.mo
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/logging.properties
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/management-agent.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/management/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/management/jmxremote.access
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/management/jmxremote.password.template
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/management/management.properties
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/management/snmp.acl.template
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/meta-index
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/net.properties
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/oblique-fonts/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/oblique-fonts/LucidaSansDemiOblique.ttf
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/oblique-fonts/LucidaSansOblique.ttf
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/oblique-fonts/LucidaTypewriterBoldOblique.ttf
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/oblique-fonts/LucidaTypewriterOblique.ttf
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/oblique-fonts/fonts.dir
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/plugin.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/psfont.properties.ja
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/psfontj2d.properties
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/resources.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/rt.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/security/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/security/blacklist
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/security/blacklisted.certs
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/security/cacerts
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/security/java.policy
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/security/java.security
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/security/javaws.policy
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/security/policy/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/security/policy/limited/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/security/policy/limited/US_export_policy.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/security/policy/limited/local_policy.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/security/policy/unlimited/
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/security/policy/unlimited/US_export_policy.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/security/policy/unlimited/local_policy.jar
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/security/trusted.libraries
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/sound.properties
E: cryptomator: dir-or-file-in-opt opt/Cryptomator/runtime/lib/tzdb.dat
E: cryptomator: postrm-contains-additional-updaterc.d-calls etc/init.d/cryptomator
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/app/Cryptomator-1.3.2.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/app/animal-sniffer-annotations-1.14.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/app/checker-qual-2.0.0.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/app/commons-1.3.2.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/app/commons-codec-1.9.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/app/commons-io-2.5.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/app/commons-lang3-3.6.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/app/commons-logging-1.2.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/app/cryptofs-1.4.5.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/app/cryptolib-1.1.7.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/app/dagger-2.11.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/app/dagger-compiler-2.11.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/app/dagger-producers-2.11.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/app/easybind-1.0.3.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/app/error_prone_annotations-2.0.18.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/app/google-java-format-1.3.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/app/gson-2.8.2.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/app/guava-23.5-jre.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/app/httpclient-4.5.3.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/app/httpcore-4.4.6.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/app/j2objc-annotations-1.1.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/app/jackrabbit-webdav-2.15.6.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/app/javac-9-dev-r3297-1-shaded.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/app/javapoet-1.7.0.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/app/javax.inject-1.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/app/javax.servlet-api-3.1.0.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/app/jcl-over-slf4j-1.7.4.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/app/jetty-http-9.4.7.v20170914.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/app/jetty-io-9.4.7.v20170914.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/app/jetty-security-9.4.7.v20170914.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/app/jetty-server-9.4.7.v20170914.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/app/jetty-servlet-9.4.7.v20170914.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/app/jetty-util-9.4.7.v20170914.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/app/jetty-webapp-9.4.7.v20170914.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/app/jetty-xml-9.4.7.v20170914.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/app/jni-1.0.2.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/app/jsr305-1.3.9.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/app/keychain-1.3.2.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/app/logback-classic-1.2.3.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/app/logback-core-1.2.3.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/app/siv-mode-1.2.2.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/app/slf4j-api-1.7.25.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/app/ui-1.3.2.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/app/webdav-nio-adapter-1.0.3.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/app/zxcvbn-1.2.2.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/runtime/lib/charsets.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/runtime/lib/deploy.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/runtime/lib/ext/cldrdata.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/runtime/lib/ext/dnsns.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/runtime/lib/ext/jaccess.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/runtime/lib/ext/jfxrt.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/runtime/lib/ext/localedata.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/runtime/lib/ext/nashorn.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/runtime/lib/ext/sunec.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/runtime/lib/ext/sunjce_provider.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/runtime/lib/ext/sunpkcs11.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/runtime/lib/ext/zipfs.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/runtime/lib/javaws.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/runtime/lib/jce.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/runtime/lib/jfr.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/runtime/lib/jfxswt.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/runtime/lib/jsse.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/runtime/lib/management-agent.jar
W: cryptomator: codeless-jar opt/Cryptomator/runtime/lib/management-agent.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/runtime/lib/plugin.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/runtime/lib/resources.jar
W: cryptomator: codeless-jar opt/Cryptomator/runtime/lib/resources.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/runtime/lib/rt.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/runtime/lib/security/policy/limited/US_export_policy.jar
W: cryptomator: codeless-jar opt/Cryptomator/runtime/lib/security/policy/limited/US_export_policy.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/runtime/lib/security/policy/limited/local_policy.jar
W: cryptomator: codeless-jar opt/Cryptomator/runtime/lib/security/policy/limited/local_policy.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/runtime/lib/security/policy/unlimited/US_export_policy.jar
W: cryptomator: codeless-jar opt/Cryptomator/runtime/lib/security/policy/unlimited/US_export_policy.jar
W: cryptomator: jar-not-in-usr-share opt/Cryptomator/runtime/lib/security/policy/unlimited/local_policy.jar
W: cryptomator: codeless-jar opt/Cryptomator/runtime/lib/security/policy/unlimited/local_policy.jar
W: cryptomator: maintainer-script-has-unexpanded-debhelper-token postinst
W: cryptomator: maintainer-script-has-unexpanded-debhelper-token postrm
W: cryptomator: maintainer-script-has-unexpanded-debhelper-token preinst
W: cryptomator: maintainer-script-empty preinst
W: cryptomator: maintainer-script-has-unexpanded-debhelper-token prerm
E: cryptomator: shlib-with-non-pic-code opt/Cryptomator/runtime/lib/i386/client/libjvm.so
E: cryptomator: shlib-with-executable-bit opt/Cryptomator/runtime/lib/i386/client/libjvm.so 0755
E: cryptomator: shlib-with-executable-bit opt/Cryptomator/runtime/lib/i386/jli/libjli.so 0755
E: cryptomator: shlib-with-executable-bit opt/Cryptomator/runtime/lib/i386/libattach.so 0755
E: cryptomator: shlib-with-executable-bit opt/Cryptomator/runtime/lib/i386/libawt.so 0755
E: cryptomator: shlib-with-executable-bit opt/Cryptomator/runtime/lib/i386/libawt_headless.so 0755
E: cryptomator: shlib-with-executable-bit opt/Cryptomator/runtime/lib/i386/libawt_xawt.so 0755
E: cryptomator: shlib-with-executable-bit opt/Cryptomator/runtime/lib/i386/libbci.so 0755
E: cryptomator: shlib-with-executable-bit opt/Cryptomator/runtime/lib/i386/libdcpr.so 0755
E: cryptomator: shlib-with-executable-bit opt/Cryptomator/runtime/lib/i386/libdt_socket.so 0755
E: cryptomator: shlib-with-executable-bit opt/Cryptomator/runtime/lib/i386/libfontmanager.so 0755
E: cryptomator: shlib-with-executable-bit opt/Cryptomator/runtime/lib/i386/libhprof.so 0755
E: cryptomator: shlib-with-executable-bit opt/Cryptomator/runtime/lib/i386/libinstrument.so 0755
E: cryptomator: shlib-with-executable-bit opt/Cryptomator/runtime/lib/i386/libj2gss.so 0755
E: cryptomator: shlib-with-executable-bit opt/Cryptomator/runtime/lib/i386/libj2pcsc.so 0755
E: cryptomator: shlib-with-executable-bit opt/Cryptomator/runtime/lib/i386/libj2pkcs11.so 0755
E: cryptomator: shlib-with-executable-bit opt/Cryptomator/runtime/lib/i386/libjaas_unix.so 0755
E: cryptomator: shlib-with-executable-bit opt/Cryptomator/runtime/lib/i386/libjava.so 0755
E: cryptomator: shlib-with-executable-bit opt/Cryptomator/runtime/lib/i386/libjava_crw_demo.so 0755
E: cryptomator: shlib-with-executable-bit opt/Cryptomator/runtime/lib/i386/libjawt.so 0755
E: cryptomator: shlib-with-executable-bit opt/Cryptomator/runtime/lib/i386/libjdwp.so 0755
E: cryptomator: shlib-with-executable-bit opt/Cryptomator/runtime/lib/i386/libjfr.so 0755
E: cryptomator: shlib-with-executable-bit opt/Cryptomator/runtime/lib/i386/libjfxwebkit.so 0755
E: cryptomator: shlib-with-executable-bit opt/Cryptomator/runtime/lib/i386/libjpeg.so 0755
E: cryptomator: shlib-with-executable-bit opt/Cryptomator/runtime/lib/i386/libjsdt.so 0755
E: cryptomator: shlib-with-executable-bit opt/Cryptomator/runtime/lib/i386/libjsound.so 0755
E: cryptomator: shlib-with-executable-bit opt/Cryptomator/runtime/lib/i386/libjsoundalsa.so 0755
E: cryptomator: shlib-with-executable-bit opt/Cryptomator/runtime/lib/i386/libkcms.so 0755
E: cryptomator: shlib-with-executable-bit opt/Cryptomator/runtime/lib/i386/liblcms.so 0755
E: cryptomator: shlib-with-executable-bit opt/Cryptomator/runtime/lib/i386/libmanagement.so 0755
E: cryptomator: shlib-with-executable-bit opt/Cryptomator/runtime/lib/i386/libmlib_image.so 0755
E: cryptomator: shlib-with-executable-bit opt/Cryptomator/runtime/lib/i386/libnet.so 0755
E: cryptomator: shlib-with-executable-bit opt/Cryptomator/runtime/lib/i386/libnio.so 0755
E: cryptomator: shlib-with-executable-bit opt/Cryptomator/runtime/lib/i386/libnpt.so 0755
E: cryptomator: shlib-with-executable-bit opt/Cryptomator/runtime/lib/i386/libresource.so 0755
E: cryptomator: shlib-with-executable-bit opt/Cryptomator/runtime/lib/i386/libsctp.so 0755
E: cryptomator: shlib-with-executable-bit opt/Cryptomator/runtime/lib/i386/libsplashscreen.so 0755
E: cryptomator: shlib-with-executable-bit opt/Cryptomator/runtime/lib/i386/libsunec.so 0755
E: cryptomator: shlib-with-executable-bit opt/Cryptomator/runtime/lib/i386/libt2k.so 0755
E: cryptomator: shlib-with-executable-bit opt/Cryptomator/runtime/lib/i386/libunpack.so 0755
E: cryptomator: shlib-with-executable-bit opt/Cryptomator/runtime/lib/i386/libverify.so 0755
E: cryptomator: shlib-with-executable-bit opt/Cryptomator/runtime/lib/i386/libzip.so 0755
E: cryptomator: shlib-with-non-pic-code opt/Cryptomator/runtime/lib/i386/server/libjvm.so
E: cryptomator: shlib-with-executable-bit opt/Cryptomator/runtime/lib/i386/server/libjvm.so 0755
Lintian finished with exit status 1
user@box2:~$ ltrace /opt/Cryptomator/Cryptomator
__libc_start_main(0x8048a14, 1, 0xbfbc82c4, 0x8048bc0 <unfinished ...>
setlocale(LC_ALL, "en_US.utf8") = "en_US.utf8"
_ZNSsC1Ev(0xbfbc81f8, 0x619c, 0xb772b269, 0xbfbc80e8) = 0xbfbc81f8
readlink(0x8048c40, 0xbfbc7dcc, 1023, 0xbfbc80e8) = 28
_ZNSsaSEPKc(0xbfbc81f8, 0xbfbc7dcc, 1023, 0xbfbc80e8) = 0xbfbc81f8
_ZNSaIcEC1Ev(0xbfbc81ff, 0x8048c4f, 0xb76f508c, 0x804872c) = 0xbfbc81ff
_ZNKSs5c_strEv(0xbfbc81f8, 0x8048c4f, 0xb76f508c, 0x804872c) = 0x8d03274
dirname(0x8d03274, 0x8048c4f, 0xb76f508c, 0x804872c) = 0x8d03274
_ZNSsC1EPKcRKSaIcE(0xbfbc81f4, 0x8d03274, 0xbfbc81ff, 0x804872c) = 0x8d032a4
_ZNSaIcED1Ev(0xbfbc81ff, 0x8d03274, 0xbfbc81ff, 0x804872c) = 0xbfbc81ff
_ZNSspLEPKc(0xbfbc81f4, 0x8048c5a, 0xbfbc81ff, 0x804872c) = 0xbfbc81f4
_ZNKSs5c_strEv(0xbfbc81f4, 0x8048c5a, 0xbfbc81ff, 0x804872c) = 0x8d032cc
dlopen("/opt/Cryptomator/libpackager.so", 1) = 0x8d032f8
_ZNSsD1Ev(0xbfbc81f4, 1, 0xbfbc81ff, 0x804872c) = 0
_ZNSsD1Ev(0xbfbc81f8, 1, 0xbfbc81ff, 0x804872c) = 0
dlsym(0x8d032f8, "start_launcher") = 0xb7010a29
dlsym(0x8d032f8, "stop_launcher") = 0xb70115c0
--- SIGSEGV (Segmentation fault) ---
+++ killed by SIGSEGV +++
user@box2:~$ strace /opt/Cryptomator/Cryptomator
execve("/opt/Cryptomator/Cryptomator", ["/opt/Cryptomator/Cryptomator"], [/* 57 vars */]) = 0
brk(NULL) = 0x828b000
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7780000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=109618, ...}) = 0
mmap2(NULL, 109618, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7765000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000\n\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=13828, ...}) = 0
mmap2(NULL, 16488, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7760000
mmap2(0xb7763000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0xb7763000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/libstdc++.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\3\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`\303\6\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=1521032, ...}) = 0
mmap2(NULL, 1532512, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb75e9000
mprotect(0xb7756000, 4096, PROT_NONE) = 0
mmap2(0xb7757000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16d000) = 0xb7757000
mmap2(0xb775d000, 8800, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb775d000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\3\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220E\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=341948, ...}) = 0
mmap2(NULL, 344144, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7594000
mmap2(0xb75e7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x52000) = 0xb75e7000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200 \0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=114560, ...}) = 0
mmap2(NULL, 117652, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7577000
mmap2(0xb7593000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b000) = 0xb7593000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\3\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320\207\1\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1786484, ...}) = 0
mmap2(NULL, 1792540, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb73c1000
mmap2(0xb7571000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1af000) = 0xb7571000
mmap2(0xb7574000, 10780, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7574000
close(3) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb73c0000
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb73bf000
set_thread_area({entry_number:-1, base_addr:0xb73bf700, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0 (entry_number:6)
mprotect(0xb7571000, 8192, PROT_READ) = 0
mprotect(0xb75e7000, 4096, PROT_READ) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb73be000
mprotect(0xb7757000, 20480, PROT_READ) = 0
mprotect(0xb7763000, 4096, PROT_READ) = 0
mprotect(0xb77a8000, 4096, PROT_READ) = 0
munmap(0xb7765000, 109618) = 0
brk(NULL) = 0x828b000
brk(0x82b0000) = 0x82b0000
open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=4545952, ...}) = 0
mmap2(NULL, 2097152, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb71be000
mmap2(NULL, 1245184, PROT_READ, MAP_PRIVATE, 3, 0x1e5000) = 0xb708e000
mmap2(NULL, 4096, PROT_READ, MAP_PRIVATE, 3, 0x452000) = 0xb777f000
close(3) = 0
readlink("/proc/self/exe", "/opt/Cryptomator/Cryptomator", 1023) = 28
open("/opt/Cryptomator/libpackager.so", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`r\2\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0444, st_size=539114, ...}) = 0
mmap2(NULL, 420304, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7027000
mmap2(0xb708b000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x63000) = 0xb708b000
close(3) = 0
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=109618, ...}) = 0
mmap2(NULL, 109618, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb700c000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260O\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=134864, ...}) = 0
mmap2(NULL, 115296, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6fef000
mmap2(0xb7008000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18000) = 0xb7008000
mmap2(0xb700a000, 4704, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb700a000
close(3) = 0
mprotect(0xb7008000, 4096, PROT_READ) = 0
set_tid_address(0xb73bf768) = 15192
set_robust_list(0xb73bf770, 12) = 0
rt_sigaction(SIGRTMIN, {0xb6ff39c0, [], SA_SIGINFO}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0xb6ff3a40, [], SA_RESTART|SA_SIGINFO}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
ugetrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
uname({sysname="Linux", nodename="box2", ...}) = 0
munmap(0xb700c000, 109618) = 0
readlink("/proc/self/exe", "/opt/Cryptomator/Cryptomator", 999) = 28
readlink("/proc/self/exe", "/opt/Cryptomator/Cryptomator", 999) = 28
readlink("/proc/self/exe", "/opt/Cryptomator/Cryptomator", 999) = 28
readlink("/proc/self/exe", "/opt/Cryptomator/Cryptomator", 999) = 28
readlink("/proc/self/exe", "/opt/Cryptomator/Cryptomator", 999) = 28
stat64("/opt/Cryptomator/app/Cryptomator.cfg", {st_mode=S_IFREG|0644, st_size=1506, ...}) = 0
stat64("/opt/Cryptomator/app/Cryptomator.cfg", {st_mode=S_IFREG|0644, st_size=1506, ...}) = 0
open("/opt/Cryptomator/app/Cryptomator.cfg", O_RDONLY|O_LARGEFILE) = 3
read(3, "[Application]\napp.name=Cryptomat"..., 8191) = 1506
open("/usr/lib/i386-linux-gnu/gconv/gconv-modules.cache", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=26256, ...}) = 0
mmap2(NULL, 26256, PROT_READ, MAP_SHARED, 4, 0) = 0xb7778000
close(4) = 0
futex(0xb7573fc4, FUTEX_WAKE_PRIVATE, 2147483647) = 0
read(3, "", 8191) = 0
close(3) = 0
stat64("/home/user/.local/Cryptomator/packager/jvmuserargs.cfg", 0xbffb3688) = -1 ENOENT (No such file or directory)
getuid32() = 1000
socket(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
connect(3, {sa_family=AF_LOCAL, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
close(3) = 0
socket(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
connect(3, {sa_family=AF_LOCAL, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
close(3) = 0
open("/etc/nsswitch.conf", O_RDONLY|O_CLOEXEC) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=529, ...}) = 0
read(3, "# /etc/nsswitch.conf\n#\n# Example"..., 4096) = 529
read(3, "", 4096) = 0
close(3) = 0
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=109618, ...}) = 0
mmap2(NULL, 109618, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb700c000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libnss_compat.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\16\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=34620, ...}) = 0
mmap2(NULL, 37420, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb776e000
mmap2(0xb7776000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0xb7776000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libnsl.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0201\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=96096, ...}) = 0
mmap2(NULL, 108488, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6fd4000
mmap2(0xb6feb000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0xb6feb000
mmap2(0xb6fed000, 6088, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb6fed000
close(3) = 0
mprotect(0xb6feb000, 4096, PROT_READ) = 0
mprotect(0xb7776000, 4096, PROT_READ) = 0
munmap(0xb700c000, 109618) = 0
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=109618, ...}) = 0
mmap2(NULL, 109618, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb700c000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libnss_nis.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`\31\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=46744, ...}) = 0
mmap2(NULL, 49712, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6fc7000
mmap2(0xb6fd2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0xb6fd2000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libnss_files.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P\32\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=46712, ...}) = 0
mmap2(NULL, 74596, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6fb4000
mmap2(0xb6fbf000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0xb6fbf000
mmap2(0xb6fc1000, 21348, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb6fc1000
close(3) = 0
mprotect(0xb6fbf000, 4096, PROT_READ) = 0
mprotect(0xb6fd2000, 4096, PROT_READ) = 0
munmap(0xb700c000, 109618) = 0
open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 3
_llseek(3, 0, [0], SEEK_CUR) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=2986, ...}) = 0
mmap2(NULL, 2986, PROT_READ, MAP_SHARED, 3, 0) = 0xb776d000
_llseek(3, 2986, [2986], SEEK_SET) = 0
munmap(0xb776d000, 2986) = 0
close(3) = 0
stat64("/home/user/.java/.userPrefs/Cryptomator/JVMUserOptions/prefs.xml", 0xbffb35d8) = -1 ENOENT (No such file or directory)
stat64("", 0xbffb3628) = -1 ENOENT (No such file or directory)
stat64("/opt/Cryptomator/runtime/jre/lib/i386/client/libjvm.so", 0xbffb3808) = -1 ENOENT (No such file or directory)
stat64("/opt/Cryptomator/runtime/jre/lib/i386/server/libjvm.so", 0xbffb3808) = -1 ENOENT (No such file or directory)
stat64("/opt/Cryptomator/runtime/lib/i386/server/libjvm.so", {st_mode=S_IFREG|0755, st_size=12969993, ...}) = 0
chdir("/opt/Cryptomator/app") = 0
open("/opt/Cryptomator/runtime/lib/i386/server/libjvm.so", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@\n\17\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=12969993, ...}) = 0
mmap2(NULL, 14855236, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6189000
mmap2(0xb6b1e000, 450560, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x995000) = 0xb6b1e000
mmap2(0xb6b8c000, 4357188, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb6b8c000
close(3) = 0
mprotect(0xb6189000, 10047488, PROT_READ|PROT_WRITE) = 0
mprotect(0xb6189000, 10047488, PROT_READ|PROT_EXEC) = 0
stat64("", 0xbffb36b8) = -1 ENOENT (No such file or directory)
open("/sys/devices/system/cpu", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 3
fstat64(3, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
getdents64(3, /* 20 entries */, 32768) = 592
getdents64(3, /* 0 entries */, 32768) = 0
close(3) = 0
sysinfo({uptime=23163, loads=[79424, 92608, 52544], totalram=982694, freeram=112002, sharedram=55041, bufferram=27936, totalswap=996223, freeswap=993831, procs=720, totalhigh=768244, freehigh=69099, mem_unit=4096}) = 0
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=109618, ...}) = 0
mmap2(NULL, 109618, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb700c000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/librt.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@\30\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=30660, ...}) = 0
mmap2(NULL, 33304, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7765000
mmap2(0xb776c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0xb776c000
close(3) = 0
mprotect(0xb776c000, 4096, PROT_READ) = 0
munmap(0xb700c000, 109618) = 0
clock_getres(CLOCK_MONOTONIC, {0, 1}) = 0
lstat64("/opt", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat64("/opt/Cryptomator", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat64("/opt/Cryptomator/runtime", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat64("/opt/Cryptomator/runtime/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat64("/opt/Cryptomator/runtime/lib/i386", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
lstat64("/opt/Cryptomator/runtime/lib/i386/server", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat64("/opt/Cryptomator/runtime/lib/i386/server/libjvm.so", {st_mode=S_IFREG|0755, st_size=12969993, ...}) = 0
open("/opt/Cryptomator/runtime/lib/i386/libverify.so", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0755, st_size=56151, ...}) = 0
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 \0\0004\0\0\0"..., 4096) = 4096
_llseek(3, 45056, [45056], SEEK_SET) = 0
read(3, "\377\377\377\377\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
_llseek(3, 0, [0], SEEK_SET) = 0
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 \0\0004\0\0\0"..., 4096) = 4096
_llseek(3, 45056, [45056], SEEK_SET) = 0
read(3, "\377\377\377\377\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
_llseek(3, 0, [0], SEEK_SET) = 0
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 \0\0004\0\0\0"..., 4096) = 4096
_llseek(3, 45056, [45056], SEEK_SET) = 0
read(3, "\377\377\377\377\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
_llseek(3, 49152, [49152], SEEK_SET) = 0
_llseek(3, 49152, [49152], SEEK_SET) = 0
_llseek(3, 49152, [49152], SEEK_SET) = 0
read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\0\260\0\0\0\0\0\0"..., 4096) = 4096
_llseek(3, 45056, [45056], SEEK_SET) = 0
read(3, "\377\377\377\377\0\0\0\0\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\0\260\0\0\0\0\0\0"..., 4096) = 4096
_llseek(3, 53248, [53248], SEEK_SET) = 0
read(3, "y_stack\0CFerror\0free_block\0check"..., 4096) = 2903
_llseek(3, 49152, [49152], SEEK_SET) = 0
read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\0\260\0\0\0\0\0\0"..., 4096) = 4096
_llseek(3, 0, [0], SEEK_SET) = 0
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 \0\0004\0\0\0"..., 4096) = 4096
close(3) = 0
open("/opt/Cryptomator/runtime/lib/i386/libverify.so", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 \0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=56151, ...}) = 0
mmap2(NULL, 47420, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb701b000
mmap2(0xb7026000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb000) = 0xb7026000
close(3) = 0
open("/opt/Cryptomator/runtime/lib/i386/libjava.so", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0755, st_size=191720, ...}) = 0
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340\235\0\0004\0\0\0"..., 4096) = 4096
_llseek(3, 155648, [155648], SEEK_SET) = 0
read(3, "a\0.bss\0.comment\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
_llseek(3, 8192, [8192], SEEK_SET) = 0
read(3, "\320\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\321\1\0\0\0\0\0\0\322\1\0\0\0\0\0\0"..., 4096) = 4096
read(3, "Q\5\0\0\22\0\0\0S\3\0\0\0\0\0\0\200\2\0\0\22\0\0\0\220(\0\0\0\0\0\0"..., 4096) = 4096
read(3, "z\1\0\0\22\0\r\0\236\v\0\0\260\252\1\0;\2\0\0\22\0\r\0\260,\0\0\20\212\1\0"..., 4096) = 4096
_llseek(3, 155648, [155648], SEEK_SET) = 0
read(3, "a\0.bss\0.comment\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
_llseek(3, 16384, [16384], SEEK_SET) = 0
read(3, "z\1\0\0\22\0\r\0\236\v\0\0\260\252\1\0;\2\0\0\22\0\r\0\260,\0\0\20\212\1\0"..., 4096) = 4096
read(3, "ss\0Java_java_lang_ClassLoader_fi"..., 8192) = 8192
read(3, "ystem_rename0\0rename\0Java_java_i"..., 4096) = 4096
_llseek(3, 155648, [155648], SEEK_SET) = 0
read(3, "a\0.bss\0.comment\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
_llseek(3, 151552, [151552], SEEK_SET) = 0
read(3, "0 20080428 (Red Hat 4.3.0-8)\0\0GC"..., 4096) = 4096
read(3, "a\0.bss\0.comment\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
_llseek(3, 159744, [159744], SEEK_SET) = 0
_llseek(3, 159744, [159744], SEEK_SET) = 0
read(3, "\10\0\0\0\1\0\17\0\255\5\0\0\320-\2\0\10\0\0\0\1\0\17\0\261\5\0\0\330-\2\0"..., 8192) = 8192
read(3, "T\2\0\0\22\0\0\0\263,\0\0\20\317\0\0I\0\0\0\22\0\r\0\331,\0\0\0\0\0\0"..., 4096) = 4096
_llseek(3, 155648, [155648], SEEK_SET) = 0
read(3, "a\0.bss\0.comment\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
_llseek(3, 167936, [167936], SEEK_SET) = 0
read(3, "T\2\0\0\22\0\0\0\263,\0\0\20\317\0\0I\0\0\0\22\0\r\0\331,\0\0\0\0\0\0"..., 4096) = 4096
read(3, "ction\0procHandle\0handleID\0jniVer"..., 16384) = 16384
read(3, "U_GetFieldByName\0Java_java_lang_"..., 4096) = 3304
_llseek(3, 155648, [155648], SEEK_SET) = 0
read(3, "a\0.bss\0.comment\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
_llseek(3, 0, [0], SEEK_SET) = 0
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340\235\0\0004\0\0\0"..., 4096) = 4096
close(3) = 0
open("/opt/Cryptomator/runtime/lib/i386/libjava.so", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340\235\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=191720, ...}) = 0
mmap2(NULL, 150780, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6164000
mmap2(0xb6188000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x24000) = 0xb6188000
close(3) = 0
stat64(".hotspotrc", 0xbffb2c60) = -1 ENOENT (No such file or directory)
open("/opt/Cryptomator/runtime/lib/endorsed", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/opt/Cryptomator/runtime/lib/i386/xawt/libmawt.so", 0xbffb11c0) = -1 ENOENT (No such file or directory)
stat64("/opt/Cryptomator/runtime/lib/i386/libawt_xawt.so", {st_mode=S_IFREG|0755, st_size=392832, ...}) = 0
sched_getaffinity(0, 128, [f, 0, 0, 9]) = 4
sched_getaffinity(0, 128, [f, bffb3608, b779a010, 4]) = 4
ugetrlimit(RLIMIT_AS, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0
mmap2(NULL, 3984588800, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = -1 ENOMEM (Cannot allocate memory)
mmap2(NULL, 2988441600, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = -1 ENOMEM (Cannot allocate memory)
mmap2(NULL, 2490368000, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x21a64000
munmap(0x21a64000, 2490368000) = 0
mmap2(NULL, 2738880512, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x12d64000
munmap(0x12d64000, 2738880512) = 0
mmap2(NULL, 2863661056, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0xb664000
munmap(0xb664000, 2863661056) = 0
mmap2(NULL, 2925527040, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = -1 ENOMEM (Cannot allocate memory)
mmap2(NULL, 2894069760, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x9964000
munmap(0x9964000, 2894069760) = 0
mmap2(NULL, 2909798400, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x8a64000
munmap(0x8a64000, 2909798400) = 0
mmap2(NULL, 2917138432, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x8364000
munmap(0x8364000, 2917138432) = 0
mmap2(NULL, 2921332736, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = -1 ENOMEM (Cannot allocate memory)
mmap2(NULL, 2919235584, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = -1 ENOMEM (Cannot allocate memory)
mmap2(NULL, 2918187008, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = -1 ENOMEM (Cannot allocate memory)
ugetrlimit(RLIMIT_AS, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0
mmap2(NULL, 3984588800, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = -1 ENOMEM (Cannot allocate memory)
mmap2(NULL, 2988441600, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = -1 ENOMEM (Cannot allocate memory)
mmap2(NULL, 2490368000, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x21a64000
munmap(0x21a64000, 2490368000) = 0
mmap2(NULL, 2738880512, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x12d64000
munmap(0x12d64000, 2738880512) = 0
mmap2(NULL, 2863661056, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0xb664000
munmap(0xb664000, 2863661056) = 0
mmap2(NULL, 2925527040, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = -1 ENOMEM (Cannot allocate memory)
mmap2(NULL, 2894069760, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x9964000
munmap(0x9964000, 2894069760) = 0
mmap2(NULL, 2909798400, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x8a64000
munmap(0x8a64000, 2909798400) = 0
mmap2(NULL, 2917138432, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x8364000
munmap(0x8364000, 2917138432) = 0
mmap2(NULL, 2921332736, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = -1 ENOMEM (Cannot allocate memory)
mmap2(NULL, 2919235584, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = -1 ENOMEM (Cannot allocate memory)
mmap2(NULL, 2918187008, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = -1 ENOMEM (Cannot allocate memory)
clock_getres(0xfffe253e /* CLOCK_??? */, {0, 1}) = 0
mmap2(NULL, 4096, PROT_READ, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb701a000
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7019000
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigaction(SIGUSR2, {0xb68e6b90, [], SA_RESTART|SA_SIGINFO}, NULL, 8) = 0
rt_sigaction(SIGHUP, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGINT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTERM, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGSEGV, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGSEGV, {0xb68e52e0, ~[RTMIN RT_1], SA_RESTART|SA_SIGINFO}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGPIPE, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGPIPE, {0xb68e52e0, ~[RTMIN RT_1], SA_RESTART|SA_SIGINFO}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGBUS, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGBUS, {0xb68e52e0, ~[RTMIN RT_1], SA_RESTART|SA_SIGINFO}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGILL, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGILL, {0xb68e52e0, ~[RTMIN RT_1], SA_RESTART|SA_SIGINFO}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGFPE, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGFPE, {0xb68e52e0, ~[RTMIN RT_1], SA_RESTART|SA_SIGINFO}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGXFSZ, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGXFSZ, {0xb68e52e0, ~[RTMIN RT_1], SA_RESTART|SA_SIGINFO}, {SIG_DFL, [], 0}, 8) = 0
ugetrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
open("/proc/self/maps", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(3, "08048000-08049000 r-xp 00000000 "..., 1024) = 1024
read(3, "nss_nis-2.23.so\nb6fd2000-b6fd300"..., 1024) = 1024
read(3, "yptomator/runtime/lib/i386/libve"..., 1024) = 1024
read(3, "8000-b75e9000 rw-p 00053000 fc:0"..., 1024) = 1024
read(3, "01 10488719 /lib/i386-linux-gn"..., 1024) = 867
close(3) = 0
mmap2(0xbfdb2000, 4096, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0xbfdb2000
mmap2(0xbfdb2000, 4096, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xbfdb2000
ugetrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=1024*1024}) = 0
setrlimit(RLIMIT_NOFILE, {rlim_cur=1024*1024, rlim_max=1024*1024}) = 0
geteuid32() = 1000
open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 3
_llseek(3, 0, [0], SEEK_CUR) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=2986, ...}) = 0
mmap2(NULL, 2986, PROT_READ, MAP_SHARED, 3, 0) = 0xb7018000
_llseek(3, 2986, [2986], SEEK_SET) = 0
munmap(0xb7018000, 2986) = 0
close(3) = 0
open("/tmp/hsperfdata_user", O_RDONLY|O_NOFOLLOW) = 3
fstat64(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
geteuid32() = 1000
open("/tmp/hsperfdata_user", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 4
fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fstat64(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
close(3) = 0
open(".", O_RDONLY) = 3
fchdir(4) = 0
getdents(4, /* 4 entries */, 32768) = 72
kill(18556, SIG_0) = 0
kill(13773, SIG_0) = -1 ESRCH (No such process)
unlink("13773") = 0
getdents(4, /* 0 entries */, 32768) = 0
fchdir(3) = 0
close(3) = 0
close(4) = 0
mkdir("/tmp/hsperfdata_user", 0755) = -1 EEXIST (File exists)
lstat64("/tmp/hsperfdata_user", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
geteuid32() = 1000
open("/tmp/hsperfdata_user", O_RDONLY|O_NOFOLLOW) = 3
fstat64(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
geteuid32() = 1000
open("/tmp/hsperfdata_user", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 4
fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fstat64(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
close(3) = 0
open(".", O_RDONLY) = 3
fchdir(4) = 0
open("15192", O_RDWR|O_CREAT|O_NOFOLLOW, 0600) = 5
fchdir(3) = 0
close(3) = 0
close(4) = 0
fstat64(5, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
ftruncate(5, 0) = 0
ftruncate(5, 32768) = 0
_llseek(5, 0, [0], SEEK_SET) = 0
write(5, "\0", 1) = 1
_llseek(5, 4096, [4096], SEEK_SET) = 0
write(5, "\0", 1) = 1
_llseek(5, 8192, [8192], SEEK_SET) = 0
write(5, "\0", 1) = 1
_llseek(5, 12288, [12288], SEEK_SET) = 0
write(5, "\0", 1) = 1
_llseek(5, 16384, [16384], SEEK_SET) = 0
write(5, "\0", 1) = 1
_llseek(5, 20480, [20480], SEEK_SET) = 0
write(5, "\0", 1) = 1
_llseek(5, 24576, [24576], SEEK_SET) = 0
write(5, "\0", 1) = 1
_llseek(5, 28672, [28672], SEEK_SET) = 0
write(5, "\0", 1) = 1
mmap2(NULL, 32768, PROT_READ|PROT_WRITE, MAP_SHARED, 5, 0) = 0xb7011000
close(5) = 0
gettid() = 15192
rt_sigprocmask(SIG_SETMASK, ~[RTMIN RT_1], [], 8) = 0
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0xbfdb9fe0} ---
+++ killed by SIGSEGV (core dumped) +++
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment