You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2020/11/13 01:48:14 UTC

[GitHub] [iotdb] SilverNarcissus opened a new issue #2039: JVM exit with error log when using jdk1.8.171

SilverNarcissus opened a new issue #2039:
URL: https://github.com/apache/iotdb/issues/2039


   When runing IoTDB in jdk 1.8.171. You may encounter bug like this:
   
   ```
   # A fatal error has been detected by the Java Runtime Environment:
   #
   #  SIGSEGV (0xb) at pc=0x00007f13585aec88, pid=30243, tid=0x00007f1340dfd700
   ```
   
   This means jvm native method cause a segment fault.
   To resolve this, you can upgrade your jdk to 1.8.0_217 or use jdk 11 directly.
   
   If above method doesn't work well. You can also change GC method by using
   ```
   -XX:+UseG1GC
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [iotdb] qiaojialin closed issue #2039: JVM exit with error log when using jdk1.8.171

Posted by GitBox <gi...@apache.org>.
qiaojialin closed issue #2039:
URL: https://github.com/apache/iotdb/issues/2039


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org