This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]