This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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]

Re: runtime error with own *.so


Jochen Rassler wrote:

jochen> swtfox_gcj
GC Warning: Out of Memory!  Returning NIL!
Exception in thread "main" java.lang.OutOfMemoryError
  <<No stacktrace available>>
jochen>

Which possible sources of errors are out there for this? Where might i
look for a solution? Any hints?



This error is often caused by an inconsistent build and/or runtime environment: mixing .so/.o files compiled with different versions of GCJ, for example. When the BC-ABI is enabled by default, this issue should go away.


Bryce


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