Comment # 4 on bug 1178013 from
(In reply to Takashi Iwai from comment #1)
> Could you give the brief descriptions and upload the information rather to
> Bugzilla instead?  The reference can be gone at any time, but we'd like to
> keep the information consistently.  Thanks.

Cryptomator is a program with which data intended for the cloud can be
encrypted.
The following is made available 
-BuildKit
-AppImage

Under FUSE: in both cases the program crashes when "mounting" any directory
after entering the corresponding password.
Under WEBDAV: I get an "unexpected error" message

AFAIK this only happens on Tumbleweed, even with latest snapshot, as of this
writing 2020-10-21. Leap seems to be unaffected of the same error.

I posted one crash log a bit earlier but I want to mention this one on the
BuildKit which causing essentially the same error = crash.


cb@localhost:~/Downloads/buildkit-linux> ./launcher-linux.sh  
17:26:33.312 [main] DEBUG org.cryptomator.common.Environment -
java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr
/lib 
17:26:33.315 [main] DEBUG org.cryptomator.common.Environment - user.language:
de 
17:26:33.315 [main] DEBUG org.cryptomator.common.Environment - user.region:
null 
17:26:33.315 [main] DEBUG org.cryptomator.common.Environment -
logback.configurationFile: null 
17:26:33.315 [main] DEBUG org.cryptomator.common.Environment -
cryptomator.settingsPath: ~/.config/Cryptomator/settings.json 
17:26:33.315 [main] DEBUG org.cryptomator.common.Environment -
cryptomator.ipcPortPath: ~/.config/Cryptomator/ipcPort.bin 
17:26:33.315 [main] DEBUG org.cryptomator.common.Environment -
cryptomator.keychainPath: null 
17:26:33.315 [main] DEBUG org.cryptomator.common.Environment -
cryptomator.logDir: ~/.local/share/Cryptomator/logs 
17:26:33.315 [main] DEBUG org.cryptomator.common.Environment -
cryptomator.mountPointsDir: ~/.local/share/Cryptomator/mnt 
17:26:33.315 [main] DEBUG org.cryptomator.common.Environment -
cryptomator.minPwLength: null 
17:26:33.315 [main] DEBUG org.cryptomator.common.Environment -
cryptomator.buildNumber: null 
17:26:33.335 [main] DEBUG org.cryptomator.common.ShutdownHook - Registered
shutdown hook. 
17:26:33.393 [main] DEBUG org.cryptomator.common.settings.SettingsProvider -
Attempting to load settings from /home/cb/.config/Crypt
omator/settings.json 
17:26:33.417 [main] INFO org.cryptomator.common.settings.SettingsProvider -
Settings loaded from /home/cb/.config/Cryptomator/settin
gs.json 
17:26:33.670 [main] INFO  org.cryptomator.launcher.Cryptomator - Starting
Cryptomator 1.5.8 on Linux 5.8.15-1-default (amd64) 
17:26:33.966 [JavaFX Application Thread] INFO 
o.c.ui.launcher.FxApplicationStarter - JavaFX Runtime started. 
17:26:34.151 [JavaFX Application Thread] ERROR
o.f.secret.handlers.MessageHandler -
org.freedesktop.dbus.exceptions.DBusException: o
rg.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.secrets was
not provided by any .service files 
17:26:45.189 [App Background Thread 003] INFO 
org.cryptomator.common.vaults.Vault - Storing file name length limit of 220 
# 
# A fatal error has been detected by the Java Runtime Environment: 
# 
#  SIGSEGV (0xb) at pc=0x00007ff8241ee189, pid=3540, tid=3686 
# 
# JRE version: OpenJDK Runtime Environment (15.0+14) (build
15-internal+14-suse-1.9-x8664) 
# Java VM: OpenJDK 64-Bit Server VM (15-internal+14-suse-1.9-x8664, mixed mode,
tiered, compressed oops, g1 gc, linux-amd64) 
# Problematic frame: 
# C  [jffi8608120536213508669.so+0x7189] 
# 
# Core dump will be written. Default location: Core dumps may be processed with
"/bin/false" (or dumping to /home/cb/Downloads/build
kit-linux/core.3540) 
# 
# An error report file with more information is saved as: 
# /home/cb/Downloads/buildkit-linux/hs_err_pid3540.log 
# 
# If you would like to submit a bug report, please visit: 
#   https://bugreport.java.com/bugreport/crash.jsp 
# 
./launcher-linux.sh: Zeile 11:  3540 Abgebrochen             (Speicherabzug
geschrieben) java -cp "libs/*" -Dcryptomator.settingsPat
h="~/.config/Cryptomator/settings.json"
-Dcryptomator.ipcPortPath="~/.config/Cryptomator/ipcPort.bin"
-Dcryptomator.logDir="~/.local
/share/Cryptomator/logs"
-Dcryptomator.mountPointsDir="~/.local/share/Cryptomator/mnt"
-Djdk.gtk.version=2 -Xss20m -Xmx512m org.cryp
tomator.launcher.Cryptomator




the "unexpected error" from WEBDAV is this one:

org.cryptomator.common.vaults.Volume$VolumeException:
org.cryptomator.frontend.webdav.mount.Mounter$CommandFailedException: Command
failed with exit code 2. Expected 0. Stderr: gio:
webdav://localhost:42427/tiLe5cNk3dlw/test1: Ort kann nicht eingeh�ngt werden

    at org.cryptomator.common.vaults.WebDavVolume.mount(WebDavVolume.java:65)
    at org.cryptomator.common.vaults.WebDavVolume.mount(WebDavVolume.java:49)
    at org.cryptomator.common.vaults.Vault.unlock(Vault.java:129)
    at
org.cryptomator.ui.unlock.UnlockWorkflow.attemptUnlock(UnlockWorkflow.java:103)
    at org.cryptomator.ui.unlock.UnlockWorkflow.call(UnlockWorkflow.java:80)
    at org.cryptomator.ui.unlock.UnlockWorkflow.call(UnlockWorkflow.java:43)
    at javafx.concurrent.Task$TaskCallable.call(Task.java:1425)
    at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
    at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown
Source)
    at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown
Source)
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown
Source)
    at java.base/java.lang.Thread.run(Unknown Source)
Caused by:
org.cryptomator.frontend.webdav.mount.Mounter$CommandFailedException: Command
failed with exit code 2. Expected 0. Stderr: gio:
webdav://localhost:42427/tiLe5cNk3dlw/test1: Ort kann nicht eingeh�ngt werden

    at
org.cryptomator.frontend.webdav.mount.ProcessUtil.assertExitValue(ProcessUtil.java:28)
    at
org.cryptomator.frontend.webdav.mount.LinuxGioMounter.mount(LinuxGioMounter.java:39)
    at
org.cryptomator.frontend.webdav.servlet.WebDavServletController.mount(WebDavServletController.java:102)
    at org.cryptomator.common.vaults.WebDavVolume.mount(WebDavVolume.java:62)
    ... 12 more


Here's the system log

Okt 22 18:12:08 localhost.localdomain systemd[1758]: Started
/home/cb/Downloads/cryptomator-1.5.8-x86_64.AppImage.
Okt 22 18:12:08 localhost.localdomain kded5[1954]: Registering
":1.71/StatusNotifierItem" to system tray
Okt 22 18:12:08 localhost.localdomain xembedsniproxy[1968]: Container window
visible, stack below
Okt 22 18:12:17 localhost.localdomain kded5[1954]: Service  ":1.71"
unregistered
Okt 22 18:12:17 localhost.localdomain systemd[1758]:
home-cb-.local-share-Cryptomator-mnt-tiLe5cNk3dlw_7.mount: Succeeded.
Okt 22 18:12:17 localhost.localdomain systemd[1758]:
tmp-.mount_crypto7o0veL.mount: Succeeded.
Okt 22 18:12:17 localhost.localdomain systemd[1758]:
app-\x2fhome\x2fcb\x2fDownloads\x2fcryptomator\x2d1.5.8\x2dx86_64.AppImage-4d40890610134598889636ad09e5e7cd.scope:
Succeeded.


You are receiving this mail because: