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

Too many concurrent signing operations crashes tcsd #42

Open
ThomasHabets opened this issue Nov 8, 2017 · 0 comments
Open

Too many concurrent signing operations crashes tcsd #42

ThomasHabets opened this issue Nov 8, 2017 · 0 comments

Comments

@ThomasHabets
Copy link
Owner

Even though the bug is probably in trousers, I'm leaving it here to track.

stpm-keygen -o tmp
echo foobar > x

for i in $(seq 100); do ./stpm-sign -k tmp -f x > o.$i 2>e.$i & done; wait
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