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 java/13948] [3.4/3.5 Regression] GCJ segmentation fault while compiling GL4Java .class files


------- Additional Comments From rmathew at gcc dot gnu dot org  2004-05-03 05:49 -------
Yet another Miranda methods bug!

FWIW, for me it happens *only* if I say:

gcj -shared -o libgl4java.so gl4java/GL4JavaInitException.class
gl4java/GLRunnable.class

It *does not happen* if I:

  1. Omit the "-o" flag (as Andrew Pinski points out).
  2. Use Java sources instead of class files.
  3. Reverse the order of the classes on the command line.


-- 


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


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