Skip to content

luontola/graalvm-segfault-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraalVM segfault bug

EDIT: snowflake-jdbc 3.13.15 fixes this bug

Issue: oracle/graal#4149

Snowflake JDBC drivers crash when compiled with GraalVM native image. The last GraalVM release where it still worked was GraalVM 21.1.0.

The crash happens on the following line where sun.misc.Unsafe.putObjectVolatile is used to set jdk.internal.module.IllegalAccessLogger.logger to null: https://github.com/snowflakedb/snowflake-jdbc/blob/v3.13.12/src/main/java/net/snowflake/client/jdbc/SnowflakeDriver.java#L85

It can be reproduced by running test.sh. The file output.log contains the output of running it with the latest dev build: https://github.com/graalvm/graalvm-ce-dev-builds/releases/tag/22.1.0-dev-20211221_0005

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published