This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Having trouble fixing XGraphics.setFont crash
- From: "Scott Gilbertson" <scottg at mantatest dot com>
- To: <java at gcc dot gnu dot org>
- Date: Fri, 13 Dec 2002 17:43:19 -0500
- Subject: Re: Having trouble fixing XGraphics.setFont crash
Update: The test application works now, after I was able to get glibc 2.3.1
installed (using the new RPMs for rawhide, and a lot of swearing). I had
tried earlier to install the new glibc, but I gave up in frustration at that
time. Once I got the library installed, I did a "make bootstrap" on gcc,
and that's what fixed it.
It looks like there were problems somehow between gcj 3.2.1 and glibc
2.2.93.
----- Original Message -----
From: Scott Gilbertson <scottg@mantatest.com>
To: <java@gcc.gnu.org>
Sent: Thursday, December 12, 2002 1:44 PM
Subject: Having trouble fixing XGraphics.setFont crash
> Background info: I'm trying to assess the state of xlib font support. So
> far, I think I've determined that with things as they are, you have to set
> the font for the XGraphics object in the component's paint method, rather
> than just doing a setFont on the component itself (I'll look closer once I
> get past the current problem).
>
> Anyhow, XGraphics.setFont blows up when statically linked...