-
Notifications
You must be signed in to change notification settings - Fork 50
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
terminate called after throwing an instance of 'std::system_error' #57
Comments
Hi Gabriel, Best regards, |
Thanks Robert! |
Try adding |
Great! Now it seems to be solve! |
As it is a compiler specific bug I won't add the flags to master branch. You can either update your compiler to 4.8.5 or have this fix in your local installation :) Best, |
@rvaser I face the similar issue while executing the exe from the cmake. terminate called after throwing an instance of 'std::logic_error' My gcc version is: As per you suggestion in this post, I tried to add flags in the CMakeLists.txt but the error still persists. Can you please assist me on this? |
Hi @divyakundala, Best regards, |
Hi @rvaser , I don't have racon installed in my system. racon --version |
Could you please paste all the commands you used for compilation? On the other hand, you can always use Racon from bioconda. |
terminate called after throwing an instance of 'std::system_error' |
Hello!
I am getting this error:
My OS is Ubuntu 14.04.
Thanks!
Gabriel
The text was updated successfully, but these errors were encountered: