-
Notifications
You must be signed in to change notification settings - Fork 195
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
NullPointerException loading NPM module #587
Comments
Thank you for the report. Yes, this is a bug in |
@eleinadani while this particular issue can be fixed easily by moving |
@iamstolis Thanks for responding. I don't have such requirement to load them eagerly, is there a work around I can follow to get this resolved? |
Your test-case would not work even without the mentioned bug. |
@iamstolis There is another problem if I remove the
The line in rng.js which throws this exception is this: |
@iamstolis I also tried using this replacement
|
@eleinadani Please do let me know if you need me to create a separate issue regarding the |
@overfullstack we are working on a fix for the NPE that you have reported here, and will merge it in the upcoming days. Once that is merged we will have a look at |
We just merged a fix for the NPE in this commit. Please let us know if the fix works for you. I also had a look at what it would take to use Not all APIs of
Note that |
@overfullstack |
Hi, I am trying to load n NPM module on a Stock JDK (openjdk_17.0.1_17.30.16_x64) with graal dependencies, following this documentation
Github link for a runnable program
I get this exception (Complete log attached), I could infer this is due to the uuid-browser module. This is the javascript line where I get this exception.
if ((i & 0x03) === 0) r = Math.random() * 0x100000000;
what am I missing or is this a bug in graaljs?
The text was updated successfully, but these errors were encountered: