Re: Problem with 1.1.9?
Carl Lebsack <[email protected]> Wed, 26 Jan 2005 16:36:29 -0600 (CST)
| Newsgroups | gmane.comp.java.vm.sablevm.devel |
|---|---|
| Message-ID | <[email protected]> |
No, I hadn't. I am gradually gaining knowledge about the different aspects of sablevm, but I am largely working with brute force and ignorance. Here's what I get: --- stack trace dump (begin) --- Thread ID: 1, Posix ID: 16384 (StackTraceElement.java:-1) java/lang/StackTraceElement.<init> (internal frame) (Throwable.java:-1) java/lang/Throwable.nativeGetStackTraceList n (Throwable.java:510) java/lang/Throwable.fillInStackTrace (Throwable.java:165) java/lang/Throwable.<init> (Exception.java:78) java/lang/Exception.<init> (RuntimeException.java:76) java/lang/RuntimeException.<init> (NullPointerException.java:80) java/lang/NullPointerException.<init> (internal frame) (VMClassLoader.java:-1) java/lang/VMClassLoader.nativeLoadClass n (VMClassLoader.java:171) java/lang/VMClassLoader.loadClass (ClassLoader.java:349) java/lang/ClassLoader.loadClass (ClassLoader.java:353) java/lang/ClassLoader.loadClass (ClassLoader.java:1282) java/lang/ClassLoader$1.loadClass (ClassLoader.java:303) java/lang/ClassLoader.loadClass (VirtualMachine.java:99) java/lang/VirtualMachine.main (internal frame) --- stack trace dump (end) --- I am not sure how to interpret the above. Carl Lebsack On Wed, 26 Jan 2005, Etienne Gagnon wrote: > Hi Carl, > > Nice to see you back. > > Have you tried to get a stack trace with SIGQUIT (or [Ctrl-\] if you > have a sane keyboard configuration...) > > Etienne > > Carl Lebsack wrote: > > Anyway, the gist of the problem I am encountering is that there are no > > explicit problems, crashing etc. but SableVM seems to just hang when > > trying to run even a trivial Hello World app. In verbose mode I can see > > that it loads all the necessary classes, but when it loads the class with > > main it just freezes. In running top sablevm does not appear so it looks > > to have become idle (no infinite loop). > > -- > Etienne M. Gagnon, Ph.D. http://www.info2.uqam.ca/~egagnon/ > SableVM: http://www.sablevm.org/ > SableCC: http://www.sablecc.org/ >