Bug#962767: java 11 bug with certs

MG jit at torvanmedical.com
Sat Jun 13 17:48:05 BST 2020


Package: ca-certificates-java (apt install ca-certificates-java)

version : apt 1.8.2.1 (armhf)   (on beagleboard - using 10.3 IoT image)


Note: Attempting to install jitsi


root@{hostname}:/home/debian# apt install ca-certificates-java
Reading package lists... Done
Building dependency tree
Reading state information... Done
ca-certificates-java is already the newest version (20190405).
ca-certificates-java set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Setting up uuid-runtime (2.33.1-0.1) ...
Adding group `uuidd' (GID 117) ...
Done.
Warning: The home dir /run/uuidd you specified can't be accessed: No 
such file or directory
Adding system user `uuidd' (UID 109) ...
Adding new user `uuidd' (UID 109) with group `uuidd' ...
Not creating home directory `/run/uuidd'.
Created symlink /etc/systemd/system/sockets.target.wants/uuidd.socket → 
/lib/systemd/system/uuidd.socket.
Setting up ca-certificates-java (20190405) ...
Adding debian:ISRG_Root_X1.pem
Adding debian:EC-ACC.pem
Adding debian:GTS_Root_R4.pem
Adding debian:Entrust_Root_Certification_Authority_-_G4.pem
Adding debian:Staat_der_Nederlanden_EV_Root_CA.pem
Adding debian:GeoTrust_Universal_CA_2.pem
Adding debian:Sonera_Class_2_Root_CA.pem
Adding debian:emSign_ECC_Root_CA_-_G3.pem
Adding debian:IdenTrust_Commercial_Root_CA_1.pem
Adding debian:SSL.com_Root_Certification_Authority_RSA.pem
Adding debian:ePKI_Root_Certification_Authority.pem
Adding debian:XRamp_Global_CA_Root.pem
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGILL (0x4) at pc=0xb40dbb60, pid=3000, tid=3006
#
# JRE version: OpenJDK Runtime Environment (11.0.7+10) (build 
11.0.7+10-post-Debian-3deb10u1)
# Java VM: OpenJDK Server VM (11.0.7+10-post-Debian-3deb10u1, mixed 
mode, serial gc, linux-)
# Problematic frame:
# J 45 c2 
sun.security.provider.X509Factory.readOneBlock(Ljava/io/InputStream;)[B 
java.base at 11.0.7 (447 bytes) @ 0xb40dbb60 [0xb40dbae0+0x00000080]
#
# No core dump will be written. Core dumps have been disabled. To enable 
core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# //hs_err_pid3000.log
Could not load hsdis-arm.so; library not loadable; PrintAssembly is disabled
#
# If you would like to submit a bug report, please visit:
#   https://bugs.debian.org/openjdk-11
#
/var/lib/dpkg/info/ca-certificates-java.postinst: line 88:  2998 
Done                    find /etc/ssl/certs -name \*.pem
       2999                       | while read filename; do
     alias=$(basename $filename .pem | tr A-Z a-z | tr -cs a-z0-9 _); 
alias=${alias%*_}; if [ -n "$FIXOLD" ]; then
         echo "-${alias}"; echo "-${alias}_pem";
     fi; echo "+${filename}";
done
       3000 Aborted                 | java -Xmx64m -jar $JAR -storepass 
"$storepass"
dpkg: error processing package ca-certificates-java (--configure):
  installed ca-certificates-java package post-installation script 
subprocess returned error exit status 134
Processing triggers for systemd (241-7~deb10u4) ...
Processing triggers for man-db (2.8.5-2) ...
Processing triggers for ca-certificates (20200601~deb10u1) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...

done.
done.
Processing triggers for libc-bin (2.28-10) ...
Errors were encountered while processing:
  ca-certificates-java
E: Sub-process /usr/bin/dpkg returned an error code (1)


from uname:

Linux {hostname} 4.19.94-ti-r42 #1buster SMP PREEMPT Tue Mar 31 19:38:29 
UTC 2020 armv7l GNU/Linux


please let me know if you need more information...



More information about the pkg-java-maintainers mailing list