-
Notifications
You must be signed in to change notification settings - Fork 9
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
cog-prt-atomspace doesn't work in union of two atomspaces #20
Comments
OK, I can reproduce this with the following
|
linas
added a commit
to linas/atomspace
that referenced
this issue
May 11, 2023
Fixed the crash, here: |
linas
added a commit
that referenced
this issue
May 11, 2023
The crash was reported in #20 The fix is in opencog/atomspace#3037
Added unit test in 4499f34 Closing; there's a fix, and a unit test for it. Thanks for the report! |
FWIW, I did NOT test beyond the above! There may still be bugs, weirdness, or unexpected behavior! The frame stuff is relatively new, and hasn't been hit hard by "real world" applications. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the context of #15 , while testing the Multiframe-Example
following happened:
When I tried to connect the union atomspace to a RocksDB and then try
cog-prt-atomspace
, I got a segfault.:This happens also, if I use
cog-rocks-open
.Printing the content with
cog-rocks-print
works fine.Not sure, if this is a realistic use case.
The text was updated successfully, but these errors were encountered: