We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
after some days i managed to get Bleak running with our SPA on Ubuntu Linux.
It starts up and goes for the loop iterations but after 2 iterations it stops with the error message
TypeError: Cannot read property 'indexOrName' of null
directly after doing a heap snapshot.
Any ideas or help?
Thanks a ton,
Dirk
The text was updated successfully, but these errors were encountered:
Hi!
The TypeError disappered when i changed the exports.iterations from 2 to 6.
But then bleak never reaches 100% and gets stuck.
Also it does not record any stacktrace. Unfortunatly this is not an open source application so i cannot give any url for debugging.
Any chance to get bleak running for me?
Bye, Dirk
Sorry, something went wrong.
No branches or pull requests
Hi,
after some days i managed to get Bleak running with our SPA on Ubuntu Linux.
It starts up and goes for the loop iterations but after 2 iterations it stops with the error message
TypeError: Cannot read property 'indexOrName' of null
directly after doing a heap snapshot.
Any ideas or help?
Thanks a ton,
Dirk
The text was updated successfully, but these errors were encountered: