SoarGroup / Soar

Soar, a general cognitive architecture for systems that exhibit intelligent behavior.
http://soar.eecs.umich.edu
Other
322 stars 70 forks source link

indifferent selection first causing segfault/coredump #437

Open wrayre opened 3 months ago

wrayre commented 3 months ago

Using 9.6.2 (Mac OS 13.4) Adding indifferent-selection --first in my load file causes a segfault in some of the tutorial/test agents (using the Debugger -- did not test CLI)

Example: Start debugger

soar max-goal-depth 100 # Needed so that the goal stack goes deep enough...

source Agents/water-jug-look-ahead/water-jug-look-ahead/water-jug-look-ahead_source.soar

decide indifferent-selection --first

run

(crashes consistently after just a few seconds...)