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

Memory/process instances issues #49

Open
paddotk opened this issue Feb 9, 2020 · 0 comments
Open

Memory/process instances issues #49

paddotk opened this issue Feb 9, 2020 · 0 comments

Comments

@paddotk
Copy link

paddotk commented Feb 9, 2020

Hi,

It seems that there are two issues with the exiftool processes.

The first is that the processes aren't actually closed; when I go to Task Manager (using Win10) I see that all opened exiftool.exe processes are still open even though it looks like everything goes well in the code execution (the .then(() => ep.close()) is included).

The second issue is that some of these processes appear to not refer to a created copy of the original exiftool.exe. When I inspect the file location of the process in Task Manager, half of the processes appear to originate in C:\Users\paddotk\AppData\Local\Temp\par-546a6172646f\cache-exiftool-11.65.

Thanks for making this tool btw, I'm glad to finally have found one that works with mp4 files! 😄

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