[Bug libgcj/13708] java program crashes at startup, UTF-8 environment

mec dot gnu at mindspring dot com gcc-bugzilla@gcc.gnu.org
Fri Jan 16 15:58:00 GMT 2004


------- Additional Comments From mec dot gnu at mindspring dot com  2004-01-16 15:58 -------
(Whoops, hit ENTER way too early!)

The program is:

  public class jmisc
  {
    public static void main (String[] args)
    {
      return;
    }
  }

When I compile and run the program with LANG=en_US, it works fine.
When I compile and run the program with LANG=en_US.UTF-8, it segfaults in
_Jv_FindClass.

This worked with gcc HEAD 2004-01-08.  I will do some date-searching to narrow
it down.  Also, I have a typescript to attach, showing the full stack trace.




-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13708



More information about the Gcc-bugs mailing list