-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug in Atomspace Backward Chaining Example #830
Comments
Hi, thanks for pointing this out. The backward chainer is currently broken and in the middle of being recoded. Once ready I'll revisit this example to fix it. Should be ready in a few weeks to a few months. |
I've determined the issue is the c++ function to retrieve the Node handle from atom space. For some reason the return is null. Could you give some pointers about debugging atomspace scheme? |
The handle is presumably null, because no such atom, of the given name, exists. Probably because there is a typo in the name of the rulebse being accessed. You should be able to find a stack trace in the |
I needed to change the relative paths to the relevant .scm file, and that error goes away. However I encountered another error:
which is invoked in the c++ backchainer code somewhere. Closing this issue since there's already similar issues #172, #132. Potential fix is possibly deep inside the scheme code |
Hi,
I have successfully built atomspace. Then I have to make the c++-api example separately, which was also successful.
When I run the ureexample, which is the backward chaining Criminal Example, I got this error:
Any tips on how to debug this? I'd really appreciate it
Thanks
The text was updated successfully, but these errors were encountered: