Tom Tromey wrote: >Take a look at gnu.gcj.xlib.XImage.toString(). >>I think this code is invalid -- some variables, like `format', aren't >definitely assigned. The .java front end should give us an error, but >it doesn't. >Yeah, this is PR 1328. Its a nasty one since you can end up with garbage on the stack when the code is actually expecting null. regards Bryce.