Bug#324502: libgcj6-awt: assertion failed: (data_fid != 0)

2005-11-06 Thread Timo Lindfors
Package: libgcj6-awt Version: 4.0.2-3 Followup-For: Bug #324502 I hit this bug too, here's a reduced testcase to reproduce the bug: $ cat > testcase.java import javax.swing.*; import java.awt.*; public class testcase extends JFrame { public static void main(String[] args) {

Bug#335650: gij-4.0: assertion failure with rhdb-explain

2005-11-04 Thread Timo Lindfors
Package: gij-4.0 Version: 4.0.2-3 Followup-For: Bug #335650 (Just for your info) I get the same assertion failure even with the simplest possible Swing program: [EMAIL PROTECTED]:~/local/hello$ cat testcase.java import javax.swing.*; import java.awt.*; public class testcase extends JFrame {