Skip to content
New issue

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

Error using balena-beaglebone-black-ubuntu-openjdk:11-latest #498

Closed
Rezenders opened this issue Nov 17, 2018 · 1 comment
Closed

Error using balena-beaglebone-black-ubuntu-openjdk:11-latest #498

Rezenders opened this issue Nov 17, 2018 · 1 comment

Comments

@Rezenders
Copy link

Rezenders commented Nov 17, 2018

I am using the image balena-beaglebone-black-ubuntu-openjdk:11-latest on a beaglebone black. I am trying to install maven and gradle then use it, however, I get the following errors

When I run maven:

#                                                                                                                                                                                                                  
# 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
#

When I use gradle:

#
# 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]

Can I get some help?

@Rezenders
Copy link
Author

worked with balenalib/beaglebone-black-ubuntu-openjdk:8-jdk-bionic-build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants