Bug ID 1022053
Summary mozilla/mozilla-nss: libfreebl3 3.28.1 and libsoftokn3 3.28.1 cause the JVM to crash when using sun.security.ec.ECKeyPairGenerator
Classification openSUSE
Product openSUSE.org
Version unspecified
Hardware x86-64
OS openSUSE 42.2
Status NEW
Severity Normal
Priority P5 - None
Component 3rd party software
Assignee wolfgang@rosenauer.org
Reporter tom.warnke@kolabnow.com
QA Contact opensuse-communityscreening@forge.provo.novell.com
Found By ---
Blocker ---

Created attachment 711741 [details]
JVM crash log

After updating libfreebl3 and libsoftokn3 from 3.26.2 to 3.28.1 from the OBS
mozilla project, Maven can not download artifacts anymore. The java process
crashes with a SIGSEGV. From the crash log, I assembled a minimal example. The
following Java program can be executed with libfreebl3 and libsoftokn3 3.26.2,
but crashes the JVM with 3.28.1:

import sun.security.ec.ECKeyPairGenerator;

public class Main {

    public static void main(String[] args) {

        ECKeyPairGenerator keyPairGenerator = new ECKeyPairGenerator();
        keyPairGenerator.generateKeyPair();

    }
}

I also attached the crash log from the minimal example.

If this is not the right place to report this bug, please direct me to a better
one. In any case, these two packages should not enter the 42.2 main
repositories yet.


You are receiving this mail because: