[kaffe] Quick Stack Trace Question
    Timothy Stack 
    stack at cs.utah.edu
       
    Tue Jul 29 10:15:03 PDT 2003
    
    
  
> 
> Hi all,
hi,
> When my verifier throws a VerifyError kaffe exits fine, but I get a:
> 	<<No stacktrace available>>
> 
> What generally causes a lack of stacktrace being available?
I'm assuming you're trying to execute a broken class on the command 
line...  In which case, the VM never gets a chance to execute anything 
since the main class is failing to verify, hence, no trace.
> I also don't
> get a stack trace using Sun's java, but it at least doesn't give me a <<No
> stacktrace available>>.
I imagine its a recent change, it should probably be removed to match the 
sun behavior.
> Just making sure what's happening is OK :)
it is
> Rob
tim
    
    
More information about the kaffe
mailing list