[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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



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:

lindi@sauna:~/local/hello$ cat testcase.java
import javax.swing.*;
import java.awt.*;
public class testcase extends JFrame {
        public static void main(String[] args) {
                (new testcase()).show();
        }
        public testcase() {
                this.setContentPane(new JLabel("Hello World"));
        }
}
lindi@sauna:~/local/hello$ javac-sablevm testcase.java
lindi@sauna:~/local/hello$ gij-4.0 testcase

** ERROR **: file ../../../src/libjava/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkImage.c: line 572 (createRawData): assertion failed: (data_fid != 0)
aborting...
Aborted
lindi@sauna:~/local/hello$



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.29sauna
Locale: LANG=C, LC_CTYPE=fi_FI (charmap=ISO-8859-1)

Versions of packages gij-4.0 depends on:
ii  gcc-4.0-base                  4.0.2-3    The GNU Compiler Collection (base 
ii  libc6                         2.3.5-7    GNU C Library: Shared libraries an
ii  libgcj6                       4.0.2-3    Java runtime library for use with 
ii  zlib1g                        1:1.2.3-6  compression library - runtime

gij-4.0 recommends no packages.

-- no debconf information



Reply to: