Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
javaws crashes with latest icedtea-bin
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
ppwaskie
n00b
n00b


Joined: 10 Sep 2015
Posts: 12

PostPosted: Tue Aug 30, 2016 6:50 pm    Post subject: javaws crashes with latest icedtea-bin Reply with quote

Currently two versions of icedtea-bin are unmasked in slot 7, namely 7.2.6.6-r1 and 7.2.6.7. However, there is only one unmasked version of icedtea-web, namely 1.6.1-r1.

If I have icedtea-bin-7.2.6.7 installed with icedtea-web-1.6.1-r1, trying to run javaws from the command-line immediately crashes with this stack trace:

Code:

$ javaws
Exception in thread "main" java.lang.InternalError
        at sun.security.ec.SunEC.initialize(Native Method)
        at sun.security.ec.SunEC.access$000(SunEC.java:49)
        at sun.security.ec.SunEC$1.run(SunEC.java:61)
        at sun.security.ec.SunEC$1.run(SunEC.java:58)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.security.ec.SunEC.<clinit>(SunEC.java:58)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
        at java.lang.Class.newInstance(Class.java:383)
        at sun.security.jca.ProviderConfig$2.run(ProviderConfig.java:221)
        at sun.security.jca.ProviderConfig$2.run(ProviderConfig.java:206)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.security.jca.ProviderConfig.doLoadProvider(ProviderConfig.java:206)
        at sun.security.jca.ProviderConfig.getProvider(ProviderConfig.java:187)
        at sun.security.jca.ProviderList.getProvider(ProviderList.java:233)
        at sun.security.jca.ProviderList.getService(ProviderList.java:331)
        at sun.security.jca.GetInstance.getInstance(GetInstance.java:157)
        at javax.net.ssl.SSLContext.getInstance(SSLContext.java:156)
        at net.sourceforge.jnlp.runtime.JNLPRuntime.initialize(JNLPRuntime.java:274)
        at net.sourceforge.jnlp.runtime.Boot.init(Boot.java:326)
        at net.sourceforge.jnlp.runtime.JnlpBoot.run(JnlpBoot.java:58)
        at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:245)
        at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:63)
        at java.security.AccessController.doPrivileged(Native Method)
        at net.sourceforge.jnlp.runtime.Boot.main(Boot.java:195)


However, emerging icedtea-bin-7.2.6.6-r1 with the same version of icedtea-web, javaws works properly:

Code:

$ javaws
Unable to use Firefox's proxy settings. Using "DIRECT" as proxy type.

SYNOPSIS
    javaws [-run-options] jnlp file
    javaws [-control-options]

[...]


Without explicitly masking icedtea-bin-7.2.6.7 in a local package.mask, any emerge update will pull the latest icedtea-bin and return javaws to this bad state.
Back to top
View user's profile Send private message
desultory
Bodhisattva
Bodhisattva


Joined: 04 Nov 2005
Posts: 9410

PostPosted: Thu Sep 01, 2016 3:58 am    Post subject: Reply with quote

Please, file a bug report, even if it might be expected.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum