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

boost archive_exception apparently caused by simultaneous stream jobs #17

Open
SamStudio8 opened this issue May 5, 2015 · 0 comments
Open

Comments

@SamStudio8
Copy link

Executing multiple rapsearch commands in the same working directory using -u 1 and redirecting stdout to a desired file appears to raise a boost archive_exception with the error "invalid_signature". I think this is because the temporary files have no output file name to prefix to .tmp<N> (as -o is not specified) and thus all jobs attempt to read/write to .tmp0 in the same directory, corrupting the header and causing boost to be upset.

Feel free to check out my attempt at debugging.

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