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

Reload in chrome while video scanning results in frozen browser #55

Open
sveres opened this issue Jul 20, 2021 · 2 comments
Open

Reload in chrome while video scanning results in frozen browser #55

sveres opened this issue Jul 20, 2021 · 2 comments

Comments

@sveres
Copy link

sveres commented Jul 20, 2021

Hi,

I run into an issue with version 5.12.0.
While using successFrameRecognizer, if I reload the page in Chrome v91.0.4472.114 on a Macbook, the whole browser freezes. The tab takes up 100% of the CPU and it hangs until I kill the process in Chrome's task manager.

  • reproducible every time, although not on every machine
  • only happens if dev tools is open, with the dev tools being closed, I couldn't reproduce the problem

I suspect that the sdk changed in a way that it triggers this behaviour, as with the same implementation, but an older version of the sdk (5.10.2) reloading the page while capturing worked fine.

Is there any other info I can provide that might be helpful?

@vjekoart
Copy link
Contributor

Hi @sveres,

Thank you for the report. We're going to investigate this behaviour and report the status here.

Sincerely,
Vjekoslav

@DoDoENT
Copy link
Member

DoDoENT commented Sep 27, 2021

Hi @sveres ,

this could possibly be a bug in Chrome triggered by advanced usage of its engine by our SDK.

Can you tell us what is the value of loadedWasmType in your app?

Also, does the hang happen if you force using of basic wasm by forcing the wasmType to Basic (it will be the slowest, but a most compatible option)?

Also, does it happen with newer versions of Chrome (93 and 94)?

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

3 participants