Issue 141 in soar: Soar hard crashes on epmem retrieval

0 views
Skip to first unread message

so...@googlecode.com

unread,
Jun 6, 2013, 3:13:34 PM6/6/13
to soar-...@googlegroups.com
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

so...@googlecode.com

unread,
Jun 7, 2013, 5:16:39 PM6/7/13
to soar-...@googlegroups.com

Comment #1 on issue 141 by joseph...@gmail.com: Soar hard crashes on epmem
retrieval
http://code.google.com/p/soar/issues/detail?id=141

The XNLSoar system also crashes in the same function, although under
different circumstances. To reproduce, download the attached files and put
them in the same directory. cd into that directory in the debugger and load
test.soar. Run 2 decision cycles.

Attachments:
test.soar 247 bytes
bad.db 688 KB

so...@googlecode.com

unread,
Jun 8, 2013, 4:09:59 PM6/8/13
to soar-...@googlegroups.com
Updates:
Status: Fixed

Comment #2 on issue 141 by maz...@gmail.com: Soar hard crashes on epmem
retrieval
http://code.google.com/p/soar/issues/detail?id=141

(No comment was entered for this change.)
Reply all
Reply to author
Forward
0 new messages