<div dir="ltr">Subject: Java AWT BorderLayout() seems to crash libGLX_mesa.so.0 in Ubuntu Linux ver 18.04.1<br><br>Hi All,<br><br>I have a large Java application that includes many commands such as<br>new JPanel(new BorderLayout())<br>this.setLayout(new BorderLayout());<br>but not all of them seem to cause the crashing. I can prevent crashing by<br>removing "new BorderLayout()" in some places.<br>I am moving this Java application that works on MS-Windows to Ubuntu and this<br>is a big show-stopping problem, preventing needed panes from being displayed in<br>the GUI. I'm running Ubuntu in a VirtualBox on a Windows 10 PC.<br><br>I am using NetBeans 8.2 and Java 8. Here is some of the output pane output:<br># A fatal error has been detected by the Java Runtime Environment:<br>#<br>#  SIGSEGV (0xb) at pc=0x00007f3918aba440, pid=2616, tid=0x00007f38ba2aa700<br>#<br># JRE version: Java(TM) SE Runtime Environment (8.0_212-b10) (build 1.8.0_212-b10)<br># Java VM: Java HotSpot(TM) 64-Bit Server VM (25.212-b10 mixed mode linux-amd64 compressed oops)<br># Problematic frame:<br># C  [libGLX_mesa.so.0+0x45440]<br><br>My version of libGLX_mesa.so comes from here:<br> libglx-mesa0_19.0.8-0ubuntu0~18.04.2_amd64.deb<br>I also tried<br> libglx-mesa0_19.0.8-0ubuntu0~18.04.1_amd64.deb<br> libglx-mesa0_18.0.0~rc5-1ubuntu1_amd64.deb<br> libglx-mesa0_18.2.8-0ubuntu0~18.04.2_amd64.deb<br> libglx-mesa0_18.2.8-0ubuntu0~18.10.2_amd64.deb<br><br>Here are the imports in one of the source code files that I am working with:<br>import java.awt.BorderLayout;<br>import java.awt.Color;<br>import java.awt.Font;<br>import javax.swing.BorderFactory;<br>import javax.swing.JPanel;<br>import javax.swing.JSplitPane;<br>import javax.swing.JTabbedPane;<br>import javax.swing.border.CompoundBorder;<br>import javax.swing.border.EmptyBorder;<br>import javax.swing.border.LineBorder;<br>import javax.swing.event.ChangeEvent;<br>import javax.swing.event.ChangeListener;<br>import javax.swing.plaf.FontUIResource;<br>import shooter.controller.MsgHandler;<br><br>Any ideas? Thanks in advance for any help.<br><br>Doing:<br>glxinfo | grep "OpenGL version"<br>I get:<br>OpenGL version string: 3.1 Mesa 18.2.8<br><br>I also asked this question here:<br><a href="https://stackoverflow.com/questions/58867085/java-awt-borderlayout-seems-to-crash-libglx-mesa-so-0-in-ubuntu-linux-ver-18-0">https://stackoverflow.com/questions/58867085/java-awt-borderlayout-seems-to-crash-libglx-mesa-so-0-in-ubuntu-linux-ver-18-0</a><br>and here:<br><a href="https://askubuntu.com/questions/1189072/java-awt-borderlayout-can-crash-libglx-mesa-so-0-in-ubuntu-linux-ver-18-04-1">https://askubuntu.com/questions/1189072/java-awt-borderlayout-can-crash-libglx-mesa-so-0-in-ubuntu-linux-ver-18-04-1</a><br><div><br></div><div>Best regards,</div><div>-Jim</div><div><br></div></div>