The following
p(X) :- p(Y).
?- p(a).
exits with
Heap and local stack are clobbered
Exiting XSB abnormally...
In theory, this should loop. Is it possible to catch this kind of things
and give a hint msg to the user?
--michael
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
|