This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug AWT/16121] gtk based awt peers: cast from pointer to integer of different size
- From: "falk at debian dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Jul 2004 12:00:23 -0000
- Subject: [Bug AWT/16121] gtk based awt peers: cast from pointer to integer of different size
- References: <20040621194400.16121.debian-gcc@lists.debian.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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