Skip to content
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

Failed to register sync prefix #30

Open
tanim-ics opened this issue Mar 18, 2024 · 0 comments
Open

Failed to register sync prefix #30

tanim-ics opened this issue Mar 18, 2024 · 0 comments

Comments

@tanim-ics
Copy link

I am developing a trial wordcount application using ndn-svs.

I have 4 applications: text2lines, lines2words1, lines2words2 and wordcount. These applications are running on the same machine as NFD. All of them are part of the same sync group prefix named "/wordcount" and as node prefixes, they use individual prefixes similar to the application name mentioned above.

The issue is when I try to execute lines2words1 and lines2words2, it throws the following error:

libc++abi: terminating due to uncaught exception of type boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<ndn::svs::SVSyncCore::Error>>: Failed to register sync prefix
Abort trap: 6

It only works after trying multiple times. Do you have any guidance for me on why this problem happens? I don't see any sensible output on the NFD log. NFD is functioning properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant