[Bug 1551532] Re: java crashed with SIGABRT in JNU_GetEnv()

2018-03-08 Thread Adam Jurčík
Hi,
also affects IzPack. Moreover, I guess it also affects most of the Java Swing 
GUI programs.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1551532

Title:
  java crashed with SIGABRT in JNU_GetEnv()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-9/+bug/1551532/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1551532] Re: java crashed with SIGABRT in JNU_GetEnv()

2017-07-14 Thread Darren Conway
I got this fatal error trying to run Netbeans.  Haven't tried running other 
Java programs yet
Installed using the command:
sudo apt-get -o Dpkg::Options::="--force-overwrite" install openjdk-9-jdk
Got the crash everytime I ran Netbeans.

Tried running:
apt-get update
apt-get install openjdk-9-jdk
apt-get autoremove

Netbeans flashed the startup image for a fraction of a second, then
nothing.  No crash, no Netbeans.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1551532

Title:
  java crashed with SIGABRT in JNU_GetEnv()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-9/+bug/1551532/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1551532] Re: java crashed with SIGABRT in JNU_GetEnv()

2017-04-21 Thread D-ubuntuone-a
For geogebra (the application which brought me here) I found a simple
solution on xenial:

$ sudo apt-get install openjdk-8-jdk
$ JAVACMD=/usr/lib/jvm/java-8-openjdk-amd64/bin/java geogebra 

Works for me.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1551532

Title:
  java crashed with SIGABRT in JNU_GetEnv()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-9/+bug/1551532/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1551532] Re: java crashed with SIGABRT in JNU_GetEnv()

2017-01-14 Thread CaptainPlanet
Hi,
this problem occurs to me to other java programs as well for example Jitsi, 
jdownloader or i2p. I just wanted to make clear this is not solely a minecraft 
error.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1551532

Title:
  java crashed with SIGABRT in JNU_GetEnv()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-9/+bug/1551532/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1551532] Re: java crashed with SIGABRT in JNU_GetEnv()

2016-05-11 Thread G.M.
Same problem here, runnind java -jar weka.jar 
(http://www.cs.waikato.ac.nz/ml/weka/ v3.8):
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x7f01d701d009, pid=15317, tid=15438
#
# JRE version: OpenJDK Runtime Environment (9.0) (build 
9-internal+0-2016-04-14-195246.buildd.src)
# Java VM: OpenJDK 64-Bit Server VM (9-internal+0-2016-04-14-195246.buildd.src, 
mixed mode, tiered, compressed oops, g1 gc, linux-amd64)
# Problematic frame:
# C  [libjava.so+0x1d009]  JNU_GetEnv+0x19
#
# Core dump will be written. Default location: Core dumps may be processed with 
"/usr/share/apport/apport %p %s %c %P" (or dumping to 
/home/gmuller/Downloads/core.15317)
#
# An error report file with more information is saved as:
# /home/gmuller/Downloads/hs_err_pid15317.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Aborted (core dumped)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1551532

Title:
  java crashed with SIGABRT in JNU_GetEnv()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-9/+bug/1551532/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1551532] Re: java crashed with SIGABRT in JNU_GetEnv()

2016-04-22 Thread Jo�Marcos Silva e Ara�
To solve that, I used 'sudo dpkg --remove --force-all openjdk-9-*'. But, on the 
place of *, you put the rest of the name package. Example: 
sudo dpkg --remove --force-all openjdk-9-jre-headless

OR DO THIS, and MAYBE work

sudo dpkg --remove --force-all openjdk-9-jre-headless 
sudo dpkg --remove --force-all openjdk-9-demo
sudo dpkg --remove --force-all openjdk-9-dbg
sudo dpkg --remove --force-all openjdk-9-doc
sudo dpkg --remove --force-all openjdk-9-jre
sudo dpkg --remove --force-all openjdk-9-jdk
sudo dpkg --remove --force-all openjdk-9-jdk-headless
sudo dpkg --remove --force-all openjdk-9-source

Then:
sudo apt-get install openjdk-8-*

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1551532

Title:
  java crashed with SIGABRT in JNU_GetEnv()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-9/+bug/1551532/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1551532] Re: java crashed with SIGABRT in JNU_GetEnv()

2016-04-21 Thread Matthias Klose
** Information type changed from Private to Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1551532

Title:
  java crashed with SIGABRT in JNU_GetEnv()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-9/+bug/1551532/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs