tdaitx / java-swing-ayatana

Automatically exported from code.google.com/p/java-swing-ayatana
0 stars 0 forks source link

Netbeans 8.0.2 crash #50

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Java ayatana installed from ppa. Oracle JDK 8.
2.In netbeans open a text file from filesystem (File -> Open file...).
3.Open file dialog frozen, the netbeans crashes.

What is the expected output? What do you see instead?
Netbeans crash.

What version of the product are you using? On what operating system?
jayatana 2.8~trusty-1. Ubuntu 14.04 lts x64. xorg 1:7.7+1ubuntu8.1 installed 
from xorg-edgers using open source radeon driver.

Please provide any additional information below.
Following error show on terminal:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007efe0c78d70c, pid=12983, tid=139628079150848
#
# JRE version: Java(TM) SE Runtime Environment (8.0_45-b14) (build 1.8.0_45-b14)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.45-b02 mixed mode linux-amd64 
compressed oops)
# Problematic frame:
# C  [libawt_xawt.so+0x4470c]  handle_response+0xac

Tried disabling xrender=true and opengl=true in netbeans.conf with the same 
results.
Working with netbeans in xubuntu session, problem goes away.
Uninstalling jayatana also solves the issue.

Original issue reported on code.google.com by guilbert...@gmail.com on 31 May 2015 at 1:14

GoogleCodeExporter commented 8 years ago
Found a workaround. In netbeans menu go to Tools -> Options -> Appearance -> 
Look and Feel, and then uncheck the option "Maximize use of native look and 
feel" if checked. This will set JFileChooser as default and not system file 
chooser, that was causing the crash of the IDE:

Original comment by guilbert...@gmail.com on 31 May 2015 at 1:42

GoogleCodeExporter commented 8 years ago
So sorry, but I can't do the netbeans works in "Maximize use of native look and 
feel" mode.

Original comment by danjaredg on 8 Jun 2015 at 5:44