/tmp filesystem filling with artifacts #1921
Unanswered
LFrank2021
asked this question in
Q&A
Replies: 1 comment 12 replies
-
|
I assume you built the native ELF binary? At least for the native binary, it should be extracting the library during runtime and then deleting it after it's done. I built the native binary for ARM64 yesterday (v0.13.24), and with just a little bit of testing I did not observe this behavior occurring. |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I think I saw a similar discussion somewhere.
But I just ran in a /-FS full (which includes /tmp :( )
I found several libsignal(\d+) directories with libsignal_jni_amd64.so inside it.
As well as sqlite-x-y-z*libsqlitejdbc.[so|lck] files.
I assume these come from the signal-cli.
Why are they left on disk?
What can I change to get them cleaned up successfully?
Currently I am using
both self compiled.
Best regards
Frank
Beta Was this translation helpful? Give feedback.
All reactions