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

RuntimeError: memory access out of bounds when using exec multiple times in a row #820

Open
domlija opened this issue Jan 14, 2025 · 0 comments

Comments

@domlija
Copy link

domlija commented Jan 14, 2025

Describe the bug
When repeatedly executing an ffmpeg operation (using ffmpeg.exec) either in a loop or manually by clicking a button, after few tens of operations (minimum was 15, maximum was 65 depending on the complexity) the worker dies with RuntimeError: memory access out of bounds error.

To Reproduce
Repeatedly call exec method of the same worker. Reproduced with all exec arguments I tried.

Expected behavior
Worker not dying and completing operations as needed.

Desktop (please complete the following information):

  • OS: MacOS
  • Browser chrome, safari

Extra

The problem does not happen with reloading the worker between execs.

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