Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accumulation of pyboof_mmap_[Java process ID] in /tmp #31

Open
ancfaur opened this issue Nov 28, 2024 · 0 comments
Open

Accumulation of pyboof_mmap_[Java process ID] in /tmp #31

ancfaur opened this issue Nov 28, 2024 · 0 comments

Comments

@ancfaur
Copy link

ancfaur commented Nov 28, 2024

I use pyboof in multiple python processes, to detect QR codes.

From each python process, a java process is launched and a file named "pyboof_mmap_[Java process ID]" is created in the /tmp directory. I understand this file is used for a quick communication between the python process and the java process.
However, when the java process terminates, this file is not removed and in time, many such files accumulate in the /tmp directory.

I am not sure when this file is supposed to be removed and why it's not. Could you please assist me with this issue?

What I use:
ubuntu 20.04
python3.8
openjdk 11.0.25
pyboof 0.43.1
(I tried updating to openjdk 17.0.13, but the issue persists. )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant