Could not load hsdis-arm.so; library not loadable; PrintAssembly is disabled











up vote
0
down vote

favorite












I am using a beaglebone black with ubuntu bionic(armv7hf) and I'm trying to run:



gradle


However, I am getting the following error



#
# A fatal error has been detected by the Java Runtime Environment:
#
, tid=19
#
# JRE version: OpenJDK Runtime Environment (11.0+24) (build 11+24-Ubuntu-118.04)
# Java VM: OpenJDK Server VM (11+24-Ubuntu-118.04, mixed mode, serial gc, linux-)
# Problematic frame:
# J 11 c2 java.lang.StringCoding.encodeUTF8_UTF16([BZ)[B java.base@11 (369 bytes) @ 0xb406b900 [0xb406b8a0+0x00000060]
#
# Core dump will be written. Default location: Core dumps may be processed with "/bin/false" (or dumping to /jason/core.1)
#
# An error report file with more information is saved as:
/jason/hs_err_pid1.log
Could not load hsdis-arm.so; library not loadable; PrintAssembly is disabled


# http://bugreport.java.com/bugreport/crash.jsp
#

[error occurred during error reporting (), id 0x4, SIGILL (0x4) at pc=0xb6e6489c]


If i try to run maven I get:



#                                                                                                                                                                                                                  
# A fatal error has been detected by the Java Runtime Environment:
#
, tid=24
#
# JRE version: OpenJDK Runtime Environment (11.0+24) (build 11+24-Ubuntu-118.04)
# Java VM: OpenJDK Server VM (11+24-Ubuntu-118.04, mixed mode, serial gc, linux-)
# Problematic frame:
# J 16 c2 java.lang.StringCoding.encodeUTF8_UTF16([BZ)[B java.base@11 (369 bytes) @ 0xb403d800 [0xb403d7a0+0x00000060]
#
# Core dump will be written. Default location: Core dumps may be processed with "/bin/false" (or dumping to /java_rosbridge/core.5)
#
# An error report file with more information is saved as:
# /java_rosbridge/hs_err_pid5.log
java.lang.StringCoding::encodeUTF8_UTF16 (369 bytes)
total in heap [0xb403d688,0xb403dcf4] = 1644
relocation [0xb403d76c,0xb403d798] = 44
main code [0xb403d7a0,0xb403db30] = 912
stub code [0xb403db30,0xb403db4c] = 28
metadata [0xb403db4c,0xb403db64] = 24
scopes data [0xb403db64,0xb403dc24] = 192
scopes pcs [0xb403dc24,0xb403dcb4] = 144
dependencies [0xb403dcb4,0xb403dcb8] = 4
handler table [0xb403dcb8,0xb403dce8] = 48
nul chk table [0xb403dce8,0xb403dcf4] = 12
Could not load hsdis-arm.so; library not loadable; PrintAssembly is disabled

# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#


I think it is something similar to java-8-oracle (1.8.0_66) problem with PrintAssembly "Could not load hsdis-amd64.so"



However, I can't find a lib with the name libhsdis0-fcml
I checked and it is only avaible for amd64 and i386



Ideas?










share|improve this question









New contributor




Gustavo Rezende is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
























    up vote
    0
    down vote

    favorite












    I am using a beaglebone black with ubuntu bionic(armv7hf) and I'm trying to run:



    gradle


    However, I am getting the following error



    #
    # A fatal error has been detected by the Java Runtime Environment:
    #
    , tid=19
    #
    # JRE version: OpenJDK Runtime Environment (11.0+24) (build 11+24-Ubuntu-118.04)
    # Java VM: OpenJDK Server VM (11+24-Ubuntu-118.04, mixed mode, serial gc, linux-)
    # Problematic frame:
    # J 11 c2 java.lang.StringCoding.encodeUTF8_UTF16([BZ)[B java.base@11 (369 bytes) @ 0xb406b900 [0xb406b8a0+0x00000060]
    #
    # Core dump will be written. Default location: Core dumps may be processed with "/bin/false" (or dumping to /jason/core.1)
    #
    # An error report file with more information is saved as:
    /jason/hs_err_pid1.log
    Could not load hsdis-arm.so; library not loadable; PrintAssembly is disabled


    # http://bugreport.java.com/bugreport/crash.jsp
    #

    [error occurred during error reporting (), id 0x4, SIGILL (0x4) at pc=0xb6e6489c]


    If i try to run maven I get:



    #                                                                                                                                                                                                                  
    # A fatal error has been detected by the Java Runtime Environment:
    #
    , tid=24
    #
    # JRE version: OpenJDK Runtime Environment (11.0+24) (build 11+24-Ubuntu-118.04)
    # Java VM: OpenJDK Server VM (11+24-Ubuntu-118.04, mixed mode, serial gc, linux-)
    # Problematic frame:
    # J 16 c2 java.lang.StringCoding.encodeUTF8_UTF16([BZ)[B java.base@11 (369 bytes) @ 0xb403d800 [0xb403d7a0+0x00000060]
    #
    # Core dump will be written. Default location: Core dumps may be processed with "/bin/false" (or dumping to /java_rosbridge/core.5)
    #
    # An error report file with more information is saved as:
    # /java_rosbridge/hs_err_pid5.log
    java.lang.StringCoding::encodeUTF8_UTF16 (369 bytes)
    total in heap [0xb403d688,0xb403dcf4] = 1644
    relocation [0xb403d76c,0xb403d798] = 44
    main code [0xb403d7a0,0xb403db30] = 912
    stub code [0xb403db30,0xb403db4c] = 28
    metadata [0xb403db4c,0xb403db64] = 24
    scopes data [0xb403db64,0xb403dc24] = 192
    scopes pcs [0xb403dc24,0xb403dcb4] = 144
    dependencies [0xb403dcb4,0xb403dcb8] = 4
    handler table [0xb403dcb8,0xb403dce8] = 48
    nul chk table [0xb403dce8,0xb403dcf4] = 12
    Could not load hsdis-arm.so; library not loadable; PrintAssembly is disabled

    # If you would like to submit a bug report, please visit:
    # http://bugreport.java.com/bugreport/crash.jsp
    #


    I think it is something similar to java-8-oracle (1.8.0_66) problem with PrintAssembly "Could not load hsdis-amd64.so"



    However, I can't find a lib with the name libhsdis0-fcml
    I checked and it is only avaible for amd64 and i386



    Ideas?










    share|improve this question









    New contributor




    Gustavo Rezende is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I am using a beaglebone black with ubuntu bionic(armv7hf) and I'm trying to run:



      gradle


      However, I am getting the following error



      #
      # A fatal error has been detected by the Java Runtime Environment:
      #
      , tid=19
      #
      # JRE version: OpenJDK Runtime Environment (11.0+24) (build 11+24-Ubuntu-118.04)
      # Java VM: OpenJDK Server VM (11+24-Ubuntu-118.04, mixed mode, serial gc, linux-)
      # Problematic frame:
      # J 11 c2 java.lang.StringCoding.encodeUTF8_UTF16([BZ)[B java.base@11 (369 bytes) @ 0xb406b900 [0xb406b8a0+0x00000060]
      #
      # Core dump will be written. Default location: Core dumps may be processed with "/bin/false" (or dumping to /jason/core.1)
      #
      # An error report file with more information is saved as:
      /jason/hs_err_pid1.log
      Could not load hsdis-arm.so; library not loadable; PrintAssembly is disabled


      # http://bugreport.java.com/bugreport/crash.jsp
      #

      [error occurred during error reporting (), id 0x4, SIGILL (0x4) at pc=0xb6e6489c]


      If i try to run maven I get:



      #                                                                                                                                                                                                                  
      # A fatal error has been detected by the Java Runtime Environment:
      #
      , tid=24
      #
      # JRE version: OpenJDK Runtime Environment (11.0+24) (build 11+24-Ubuntu-118.04)
      # Java VM: OpenJDK Server VM (11+24-Ubuntu-118.04, mixed mode, serial gc, linux-)
      # Problematic frame:
      # J 16 c2 java.lang.StringCoding.encodeUTF8_UTF16([BZ)[B java.base@11 (369 bytes) @ 0xb403d800 [0xb403d7a0+0x00000060]
      #
      # Core dump will be written. Default location: Core dumps may be processed with "/bin/false" (or dumping to /java_rosbridge/core.5)
      #
      # An error report file with more information is saved as:
      # /java_rosbridge/hs_err_pid5.log
      java.lang.StringCoding::encodeUTF8_UTF16 (369 bytes)
      total in heap [0xb403d688,0xb403dcf4] = 1644
      relocation [0xb403d76c,0xb403d798] = 44
      main code [0xb403d7a0,0xb403db30] = 912
      stub code [0xb403db30,0xb403db4c] = 28
      metadata [0xb403db4c,0xb403db64] = 24
      scopes data [0xb403db64,0xb403dc24] = 192
      scopes pcs [0xb403dc24,0xb403dcb4] = 144
      dependencies [0xb403dcb4,0xb403dcb8] = 4
      handler table [0xb403dcb8,0xb403dce8] = 48
      nul chk table [0xb403dce8,0xb403dcf4] = 12
      Could not load hsdis-arm.so; library not loadable; PrintAssembly is disabled

      # If you would like to submit a bug report, please visit:
      # http://bugreport.java.com/bugreport/crash.jsp
      #


      I think it is something similar to java-8-oracle (1.8.0_66) problem with PrintAssembly "Could not load hsdis-amd64.so"



      However, I can't find a lib with the name libhsdis0-fcml
      I checked and it is only avaible for amd64 and i386



      Ideas?










      share|improve this question









      New contributor




      Gustavo Rezende is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      I am using a beaglebone black with ubuntu bionic(armv7hf) and I'm trying to run:



      gradle


      However, I am getting the following error



      #
      # A fatal error has been detected by the Java Runtime Environment:
      #
      , tid=19
      #
      # JRE version: OpenJDK Runtime Environment (11.0+24) (build 11+24-Ubuntu-118.04)
      # Java VM: OpenJDK Server VM (11+24-Ubuntu-118.04, mixed mode, serial gc, linux-)
      # Problematic frame:
      # J 11 c2 java.lang.StringCoding.encodeUTF8_UTF16([BZ)[B java.base@11 (369 bytes) @ 0xb406b900 [0xb406b8a0+0x00000060]
      #
      # Core dump will be written. Default location: Core dumps may be processed with "/bin/false" (or dumping to /jason/core.1)
      #
      # An error report file with more information is saved as:
      /jason/hs_err_pid1.log
      Could not load hsdis-arm.so; library not loadable; PrintAssembly is disabled


      # http://bugreport.java.com/bugreport/crash.jsp
      #

      [error occurred during error reporting (), id 0x4, SIGILL (0x4) at pc=0xb6e6489c]


      If i try to run maven I get:



      #                                                                                                                                                                                                                  
      # A fatal error has been detected by the Java Runtime Environment:
      #
      , tid=24
      #
      # JRE version: OpenJDK Runtime Environment (11.0+24) (build 11+24-Ubuntu-118.04)
      # Java VM: OpenJDK Server VM (11+24-Ubuntu-118.04, mixed mode, serial gc, linux-)
      # Problematic frame:
      # J 16 c2 java.lang.StringCoding.encodeUTF8_UTF16([BZ)[B java.base@11 (369 bytes) @ 0xb403d800 [0xb403d7a0+0x00000060]
      #
      # Core dump will be written. Default location: Core dumps may be processed with "/bin/false" (or dumping to /java_rosbridge/core.5)
      #
      # An error report file with more information is saved as:
      # /java_rosbridge/hs_err_pid5.log
      java.lang.StringCoding::encodeUTF8_UTF16 (369 bytes)
      total in heap [0xb403d688,0xb403dcf4] = 1644
      relocation [0xb403d76c,0xb403d798] = 44
      main code [0xb403d7a0,0xb403db30] = 912
      stub code [0xb403db30,0xb403db4c] = 28
      metadata [0xb403db4c,0xb403db64] = 24
      scopes data [0xb403db64,0xb403dc24] = 192
      scopes pcs [0xb403dc24,0xb403dcb4] = 144
      dependencies [0xb403dcb4,0xb403dcb8] = 4
      handler table [0xb403dcb8,0xb403dce8] = 48
      nul chk table [0xb403dce8,0xb403dcf4] = 12
      Could not load hsdis-arm.so; library not loadable; PrintAssembly is disabled

      # If you would like to submit a bug report, please visit:
      # http://bugreport.java.com/bugreport/crash.jsp
      #


      I think it is something similar to java-8-oracle (1.8.0_66) problem with PrintAssembly "Could not load hsdis-amd64.so"



      However, I can't find a lib with the name libhsdis0-fcml
      I checked and it is only avaible for amd64 and i386



      Ideas?







      java arm gradle






      share|improve this question









      New contributor




      Gustavo Rezende is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      Gustavo Rezende is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited 2 days ago





















      New contributor




      Gustavo Rezende is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked Nov 16 at 20:41









      Gustavo Rezende

      12




      12




      New contributor




      Gustavo Rezende is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Gustavo Rezende is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Gustavo Rezende is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.



























          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "89"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });






          Gustavo Rezende is a new contributor. Be nice, and check out our Code of Conduct.










           

          draft saved


          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1093568%2fcould-not-load-hsdis-arm-so-library-not-loadable-printassembly-is-disabled%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown






























          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          Gustavo Rezende is a new contributor. Be nice, and check out our Code of Conduct.










           

          draft saved


          draft discarded


















          Gustavo Rezende is a new contributor. Be nice, and check out our Code of Conduct.













          Gustavo Rezende is a new contributor. Be nice, and check out our Code of Conduct.












          Gustavo Rezende is a new contributor. Be nice, and check out our Code of Conduct.















           


          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1093568%2fcould-not-load-hsdis-arm-so-library-not-loadable-printassembly-is-disabled%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Category:香港粉麵

          List *all* the tuples!

          Channel [V]