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

When running more than 3 process' the 3rd process, pid 2 is undefined #23

Closed
dgisolfi opened this issue Dec 11, 2018 · 1 comment
Closed
Labels
bug Something isn't working
Milestone

Comments

@dgisolfi
Copy link
Owner

This Occurs only when using the function readMemoryBlock, however, all other processes' are retrieved just fine with the same call

@dgisolfi dgisolfi added the bug Something isn't working label Dec 11, 2018
@dgisolfi dgisolfi added this to the iProject4 milestone Dec 11, 2018
@dgisolfi
Copy link
Owner Author

I was originally using a standard for loop in the read memory block function...I'm still not 100 percent certain why this caused this error, however, I believe it is because javascript was to slow to keep up with the for loop accessing the array.

I'm now using a for each which is an anonymous function I think, it's possibly faster or helps that it goes through all indices of the array?

possible answer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant