Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 161 by
garfield...@gmail.com: Soar crashes with bad input
production
http://code.google.com/p/soar/issues/detail?id=161
Using Soar 9.3.2 on Windows 7.
Paste the following useless production into the Java debugger:
sp {foo
()
-->
}
This crashes Soar, first throwing an assert failure from line 107 of
init_soar.cpp. The contents of the "soarerror" file are:
Error: Did not find goal for ms_change assertion: foo
Soar cannot recover from this error.
You will have to restart Soar to run an agent.
Data is still available for inspection, but may be corrupt.
If a log was open, it has been closed for safety.
The reason I put that particular useless production in was to see if it
would parse or not. I actually expect it to, because the following parses
(though warnings about unbound variables are printed):
sp {foo
()
(state)
-->
}
--
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