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?
java arm gradle
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.
add a comment |
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?
java arm gradle
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.
add a comment |
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?
java arm gradle
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
java arm gradle
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.
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.
add a comment |
add a comment |
active
oldest
votes
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.
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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