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

browser freezes after a few SVD #10

Open
shi-yan opened this issue Oct 11, 2019 · 3 comments
Open

browser freezes after a few SVD #10

shi-yan opened this issue Oct 11, 2019 · 3 comments

Comments

@shi-yan
Copy link

shi-yan commented Oct 11, 2019

ik.zip

The attached html file is an experiment of inverse kinematics. After a few iterations (by clicking the update button),

the web browser will freeze in SVD calculation.

Chrome says it is in GolubKahanSVDstep, firefox also freezes with no callstack.

@shi-yan
Copy link
Author

shi-yan commented Oct 11, 2019

I tried a different SVD lib, https://github.com/danilosalvati/svd-js

it works.

@shi-yan shi-yan changed the title browser frozen after a few SVD browser freezes after a few SVD Oct 11, 2019
@lauerfab
Copy link
Owner

It seems that you are using the lalolib.js version from mlweb.loria.fr.
Can you try with the latest version from GitHub? It seems that I cannot reproduce the bug with this version.
(I cannot update the version at mlweb.loria.fr before a few days)

@chriskiefer
Copy link

I am getting this bug on Chrome 81 in Ubuntu, using the latest library from github, with the command

let svdR = svd(R, "thinU");

I've attached an example of data that caused it to crash.

matrix.json.txt

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