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 { public static void main(String[] args) { (new testcase()).show(); } public testcase() { this.setContentPane(new JLabel("Hello World")); } } [EMAIL PROTECTED]:~/local/hello$ javac-sablevm testcase.java [EMAIL PROTECTED]:~/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 [EMAIL PROTECTED]:~/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 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]