-
Notifications
You must be signed in to change notification settings - Fork 103
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
Bug: JVM is crashing on startup #4550
Comments
This seems to be a known OpenJDK issue due to that OpenJDK comes with a different version of msvcp140.dll from the one used to build Kùzu. adoptium/temurin-build#3927 |
@mewim tried, but no luck. Any possibility we can release new version which can work on azul jdk 11 |
I do not have a Windows setup right now. Will look into it later. |
I have the same problem.
Renaming of the |
We tried to reproduce the issue on our Windows 11 machine. The issue was reproducible, but the renaming workaround fixed it at our side for both Zulu and Temurin. Our guess is that the operating system you are using also comes with an older version of |
The renaming worked. Is it planned to support the old version of the dll? |
It seems that kuzu does not work correctly with VS 2019 (see #4181) so we have to use VS2022, which uses the newest vc-redist package. If we are able to fix #4181 later, we can consider downgrading the toolchain on Windows. But note that Temurin has already included the newer version of DLLs that comes with JDK, and I’d expect other JDK variants to do the same some time, so the problem might be fixed by itself later. |
I contacted Azul's support. Currently, I am using "Temurin (jdk-11.0.25+9)" but even here, the JDK occasionally crashes, e.g., when I want to use the keyword 'IN' in a query. Example:
Report: The JDK also crashes when I use UUID as an attribute type. As soon as I try to create a node with a UUID. (But this is not as important as the issue with 'IN'). |
The crash due to use |
Kùzu version
version 0.7.0,0.6.0
What operating system are you using?
Windows 10
What happened?
Hi, I am using
Java: Zulu 11
Windows 10
JVM is crashing on database initialisation call, with msvcp140.dll error
EXCEPTION_ACCESS_VIOLATION
Are there known steps to reproduce?
No response
The text was updated successfully, but these errors were encountered: