sonar-scanner-cli-docker icon indicating copy to clipboard operation
sonar-scanner-cli-docker copied to clipboard

A fatal error has been detected by the Java Runtime Environment

Open stephantabor opened this issue 1 year ago • 0 comments

Please ensure your issue adheres to the following guidelines:

  • [x] Please check the problem is not already reported
  • [x] Please include enough details to reproduce the problem: the command executed, the host platform, error messages or relevant logs

System

CleanShot 2022-08-03 at 14 52 28@2x

Command

docker run \
        --rm -d \
        -e SONAR_HOST_URL="https://sonarqube.******.com" \
        -e SONAR_LOGIN="*******" \
        -v "$(pwd):/usr/src" \
        --platform linux/amd64 \
        sonarsource/sonar-scanner-cli -X

Output

...
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGILL (0x4) at pc=0x0000004014493b84, pid=1, tid=36
#
# JRE version: OpenJDK Runtime Environment (11.0.14+9) (build 11.0.14+9-alpine-r0)
# Java VM: OpenJDK 64-Bit Server VM (11.0.14+9-alpine-r0, mixed mode, tiered, compressed oops, g1 gc, linux-amd64)
# Problematic frame:
# J 5278 c1 com.ctc.wstx.sr.BasicStreamReader.nextFromTree()I (787 bytes) @ 0x0000004014493b84 [0x0000004014493b60+0x0000000000000024]
#
# Core dump will be written. Default location: /usr/src/core
#
# An error report file with more information is saved as:
# /usr/src/hs_err_pid1.log
Compiled method (c2)  141618 7303       4       com.ctc.wstx.sr.BasicStreamReader::next (381 bytes)
 total in heap  [0x000000401b3a2310,0x000000401b3a2c20] = 2320
 relocation     [0x000000401b3a2488,0x000000401b3a24e8] = 96
 main code      [0x000000401b3a2500,0x000000401b3a28e0] = 992
 stub code      [0x000000401b3a28e0,0x000000401b3a2940] = 96
 oops           [0x000000401b3a2940,0x000000401b3a2950] = 16
 metadata       [0x000000401b3a2950,0x000000401b3a2978] = 40
 scopes data    [0x000000401b3a2978,0x000000401b3a2a40] = 200
 scopes pcs     [0x000000401b3a2a40,0x000000401b3a2b70] = 304
 dependencies   [0x000000401b3a2b70,0x000000401b3a2b80] = 16
 handler table  [0x000000401b3a2b80,0x000000401b3a2bf8] = 120
 nul chk table  [0x000000401b3a2bf8,0x000000401b3a2c20] = 40
Compiled method (c2)  141751 7303       4       com.ctc.wstx.sr.BasicStreamReader::next (381 bytes)
 total in heap  [0x000000401b3a2310,0x000000401b3a2c20] = 2320
 relocation     [0x000000401b3a2488,0x000000401b3a24e8] = 96
 main code      [0x000000401b3a2500,0x000000401b3a28e0] = 992
 stub code      [0x000000401b3a28e0,0x000000401b3a2940] = 96
 oops           [0x000000401b3a2940,0x000000401b3a2950] = 16
 metadata       [0x000000401b3a2950,0x000000401b3a2978] = 40
 scopes data    [0x000000401b3a2978,0x000000401b3a2a40] = 200
 scopes pcs     [0x000000401b3a2a40,0x000000401b3a2b70] = 304
 dependencies   [0x000000401b3a2b70,0x000000401b3a2b80] = 16
 handler table  [0x000000401b3a2b80,0x000000401b3a2bf8] = 120
 nul chk table  [0x000000401b3a2bf8,0x000000401b3a2c20] = 40
Could not load hsdis-amd64.so; library not loadable; PrintAssembly is disabled
#
# If you would like to submit a bug report, please visit:
#   https://gitlab.alpinelinux.org/alpine/aports/issues
#

stephantabor avatar Aug 03 '22 18:08 stephantabor