-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
using GDAL in java cause JVM crash #11544
Comments
Are you sure your runtime environment is sane ? I see in the hs_err_pid a mix of Visual Studio runtimes:
And does your gdalalljni.dll matches the gdal.dll version ?
|
@johnwick67943532 Ping w.r.t my question in #11544 (comment) |
Thanks alot to caring about this! |
I'm getting a similar issue with:
Error
|
Have you tested with older Java versions? |
@jratike80 Alas, no. I just don't have time. |
We can wait 😀 |
I'm getting a similar issue with:
|
What is the bug?
simple run
Dataset dataset = gdal.Open(filePath, gdalconst.GA_ReadOnly);
Cause:
[error occurred during error reporting (), id 0xc0000005, EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffcb4b63080]
Disconnected from the target VM, address: '127.0.0.1:10152', transport: 'socket'
Steps to reproduce the issue
as above
Versions and provenance
win10, gdal 3.6.1, jvm21
Additional context
hs_err_pid16096.log
The text was updated successfully, but these errors were encountered: