[Bug 609] Changing the Look and feel crashes the jvm
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Tue Jan 4 12:17:43 PST 2011
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=609
------- Comment #1 from asu at redhat.com 2011-01-04 20:17 -------
Hello Xander,
I have just finished testing this with the latest version on the release branch
[1] and did not experience any crashes. I also tried using an older revision
tagged as 1.9.2 which also runs without issues.
Is this 100% reproducible for you?
[asu at Tsuruya:~/src/LAF_Test]$
/jdk/build/icedtea6-1.9/openjdk.build/j2sdk-image/bin/javac -version
javac 1.6.0_20
[asu at Tsuruya:~/src/LAF_Test]$
/jdk/build/icedtea6-1.9/openjdk.build/j2sdk-image/bin/java -version
java version "1.6.0_20"
OpenJDK Runtime Environment (IcedTea6 1.9.4pre+r7919aac747ab) (linux-gnu build
1.6.0_20-b20)
OpenJDK 64-Bit Server VM (build 17.0-b16, mixed mode)
[asu at Tsuruya:~/src/LAF_Test]$ rm *.class
[asu at Tsuruya:~/src/LAF_Test]$
/jdk/build/icedtea6-1.9/openjdk.build/j2sdk-image/bin/javac test.java
[asu at Tsuruya:~/src/LAF_Test]$
/jdk/build/icedtea6-1.9/openjdk.build/j2sdk-image/bin/java test
com.sun.java.swing.plaf.gtk.GTKLookAndFeel
[asu at Tsuruya:~/src/LAF_Test]$ cat test.java
import javax.swing.UIManager.LookAndFeelInfo;
public class test {
public static void main(String[] args) throws Exception {
//Set Look & Feel
try {
LookAndFeelInfo[] lafs =
javax.swing.UIManager.getInstalledLookAndFeels();
String s = lafs[3].getClassName();
System.out.println(s);
javax.swing.UIManager.setLookAndFeel(s);
} catch (Exception e) {
e.printStackTrace();
}
}
}
[asu at Tsuruya:~/src/LAF_Test]$ uname -r
2.6.34.7-66.fc13.x86_64
[1] http://icedtea.classpath.org/hg/release/icedtea6-1.9
--
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the distro-pkg-dev
mailing list