jariba / europa-pso

Automatically exported from code.google.com/p/europa-pso
1 stars 0 forks source link

Blocks World Infinity error #70

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.As of R6001, run Java example Blocks World.
2.Run the example once using "Go"
3.After 100 step execution, run the example again using "Go"

What is the expected output? What do you see instead?
Example should run to completion.

Instead:
Assertion error which kills the Java instance.  
[[[ java: Utils/Number.hh:494: EUROPA::edouble::edouble(double):
   Assertion `m_v <= std::numeric_limits<edouble>::infinity()' failed.]]] 

Original issue reported on code.google.com by jasongho85@gmail.com on 15 Apr 2010 at 5:55

GoogleCodeExporter commented 8 years ago
[exec]      [echo] Running MakeProjectTest project
     [exec]      [java] java: Utils/Number.hh:577: EUROPA::edouble::edouble(double):
Assertion `m_v <= std::numeric_limits<edouble>::infinity()' failed.

This is from a test-dist on Linux RHEL 5 R6020.

Original comment by jasongho85@gmail.com on 20 May 2010 at 10:11

GoogleCodeExporter commented 8 years ago
Error was fixed in R6034 IDs were mapped to addresses instead of generated keys.

Original comment by jasongho85@gmail.com on 21 Jul 2010 at 6:52