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
Describe the bug
When indexing big sqlite3 files the JVM crashes with a core dump.
To Reproduce Steps to reproduce the behavior:
# # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x000000000000bb4e, pid=1, tid=0x00007f6f33ca9b10 # # JRE version: OpenJDK Runtime Environment (8.0_212-b04) (build 1.8.0_212-b04) # Java VM: OpenJDK 64-Bit Server VM (25.212-b04 mixed mode linux-amd64 compressed oops) # Derivative: IcedTea 3.12.0 # Distribution: Custom build (Sat May 4 17:33:35 UTC 2019) # Problematic frame: # C 0x000000000000bb4e # # Core dump written. Default location: /home/datashare/core or core.1 # # An error report file with more information is saved as: # /home/datashare/hs_err_pid1.log
Expected behavior
No crash.
Additional context
It may be related to uber/h3-java#25 And https://github.com/gliderlabs/docker-alpine/blob/master/docs/caveats.md
The text was updated successfully, but these errors were encountered:
[#758] try to fix the JVM crash
7587fcc
see also docker-library/openjdk#440 (comment)
bamthomas
No branches or pull requests
Describe the bug
When indexing big sqlite3 files the JVM crashes with a core dump.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No crash.
Additional context
It may be related to uber/h3-java#25
And https://github.com/gliderlabs/docker-alpine/blob/master/docs/caveats.md
The text was updated successfully, but these errors were encountered: