From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26567 invoked by alias); 31 Jul 2004 12:00:24 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 26548 invoked by uid 48); 31 Jul 2004 12:00:23 -0000 Date: Sat, 31 Jul 2004 12:00:00 -0000 Message-ID: <20040731120023.26547.qmail@sourceware.org> From: "falk at debian dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040621194400.16121.debian-gcc@lists.debian.org> References: <20040621194400.16121.debian-gcc@lists.debian.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug AWT/16121] gtk based awt peers: cast from pointer to integer of different size X-Bugzilla-Reason: CC X-SW-Source: 2004-07/txt/msg03695.txt.bz2 List-Id: ------- Additional Comments From falk at debian dot org 2004-07-31 12:00 ------- With the debug patch, output looks like this: falk@juist:/tmp% gcj TestAWT.java --main=TestAWT && ./a.out DEBUG: Trying to load toolkit: gnu.java.awt.peer.gtk.GtkToolkit DEBUG: finding class Exception in thread "main" java.awt.AWTError: Cannot load AWT toolkit: gnu.java.awt.peer.gtk.GtkToolkit *** Got java.lang.NegativeArraySizeException while trying to print stack trace. falk@juist:/tmp% gcj testswing.java --main=testswing && ./a.out DEBUG: Trying to load toolkit: DEBUG: finding class Exception in thread "main" java.awt.AWTError: Cannot load AWT toolkit: *** Got java.lang.NegativeArraySizeException while trying to print stack trace. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16121