[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: from Vishal ( regarding tests on Janos)



Vishal Zinjuvadia wrote:
> Thanks a lot for the prompt reply to my question regarding installing
> Janos. I could manage getting the sample tests run using instructions
> given by you. But now I am facing one more difficulty. While executing
> "ping.start" from commandline, in the
> /users/zvishal/janos/janos-991004/test/java/ants directory, the two
> xterms do appear, but I get following exceptions:

This is a bug in ANTSR that was masked by a bug in Kaffe (kaffe wasn't
complaining when 'null' was added to the hashtable.  In
CodeGroup.activate(), only call 'flow.addClass()' for non-builtin
classes.

   diff -u -b -u -r1.5 CodeGroup.Java
   --- CodeGroup.Java   1999/10/04 21:17:19     1.5
   +++ CodeGroup.Java   1999/10/05 20:05:58        
   @@ -197,6 +197,7 @@                             
                           }                       
                           
                           // Install the code in the Flow's
                           // classloader.
   +                    if (!builtin()) 
                          
                                   flow.addClass(cc.name(),
                                   cc.code());  
                   }
                   

Let me know if that does or doesn't fix the problem.

The next edition of Janos (coming real soon now) should be much
better/easier about configuration and testing.  It will fix this
problem and a couple of race conditions.

> kill: No job matches pattern.

You can ignore this.  (the kill fails because the JVMs blew up on
their own).

Good luck,

Pat

----- ----- ---- ---  ---  --   -    -      -         -               -
Pat Tullmann                                       tullmann@cs.utah.edu
	    He who dies with the most toys is still dead.




[ Janos ] [ OSKit ] [ Network Testbed ] [ Flick ] [ Fluke ]
Flux Research Group / Department of Computer Science / University of Utah