Status: Accepted
Owner:
maz...@gmail.com
Labels: Type-Defect Priority-Medium
New issue 141 by
justinn...@gmail.com: Soar hard crashes on epmem retrieval
http://code.google.com/p/soar/issues/detail?id=141
What steps will reproduce the problem?
1. Load the following agent:
# Soar crashes at d 1 e 2
epmem --set learning on
epmem --set trigger dc
sp {init
(state <s> ^superstate nil)
-->
(<s> ^name buggy
^1 <whatever>) # this fails
# ^one.1 <whatever>) # this doesn't fail
}
sp {propose*test
(state <s> ^name buggy)
-->
(<s> ^
operator.name test)
}
sp {apply*test
(state <s> ^
operator.name test
^epmem.command <ecmd>)
-->
(<ecmd> ^
query.name buggy)
}
2. Run it
What is the expected output? What do you see instead?
Expected output: Soar doesn't crash.
Actual output: Soar crashes.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings