-
Notifications
You must be signed in to change notification settings - Fork 15
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
Prerapsearch Aborted (core dumped) #19
Comments
This following line:
... suggests that prerapsearch is trying to free memory ( You need to compile with debug information enabled, e.g. Then you need to inspect the generated core dump, e.g. via |
Hi, [damion@grl-salk bin]$ gdb prerapsearch /var/spool/abrt/ccpp-2015-07-30-12:17:55-44560/coredump |
Hi,
I am trying to ru
n prerapsearch on the NCBI viral dataset.
I have tried
prerapsearch -d viral.1.protein.faa -n test2
and
prerapsearch -d viral.1.protein.faa -n test2 -s 10
And both times I get the same error message, as follows:
ow building hash file
hash file saved to file test2
Any suggestions on how to prevent this from happening would be greatly appreciated.
Thanks,
Ruth
The text was updated successfully, but these errors were encountered: