sablevm crashes on Xscale linux
Asutosh Gopinath <[email protected]>
| Newsgroups | gmane.comp.java.vm.sablevm.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, I have an aplication that ldisplays an image. Sablevm Aborts with following output (GtkMainThread.java:-1) gnu/java/awt/peer/gtk/GtkMainThread.gtkMain n (GtkMainThread.java:75) gnu/java/awt/peer/gtk/GtkMainThread.run (Thread.java:697) java/lang/Thread.run (VMThread.java:120) java/lang/VMThread.callRun (Thread.java:390) java/lang/Thread.callRun (VirtualMachine.java:121) java/lang/VirtualMachine.runThread [jni: fatal error (Local reference capacity exceeded. ** This is a bug in your application or in the GNU Classpath Library. ** A virtual machine is only required to provide 16 native local ** references per JNI function call. To get more, an application must call ** EnsureLocalCapacity(). ** Temporarily, you might want to compile SableVM with the configure option: ** --enable-real-life-brokenness ** See: http://java.sun.com/docs/books/jni/html/pitfalls.html#11229 )] Aborted Similar behavior is seen when i want to create JButton with Icon. How to fix it? Regards Asutosh