-
Notifications
You must be signed in to change notification settings - Fork 6
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
linux branch threading broken #2
Comments
Issue doesn't seem to happen with: but multiple threads is the whole point of this, right? nevermind it still does now that I tried it for a few minutes with zfs send ... use case: |
Thanks for the eyes on the linux branch; I can confirm that threading is fundamentally broken on the linux port ( freebsd is the main target) . And yes; a single transport thread isn't terribly useful. I take a poke at it to see if I can bring the linux branch to parity with freebsd. Also I would try clang as the compiler. |
@agokhale |
You are right! |
Receiver:
Sender:
Using the linuxport branch on Linux, compiled with:
gcc -O2 -lpthread plumbing.c tx.c rx.c viamillipede.c terminate.c prbs.c -o viamillipede
(Makefile doesn't work on Linux)
With verbose 20 on the receiver:
With verbose 20 on the sender, when it happens on the receiver (verbose 20 on the sender side makes the issue happen less frequently)
The text was updated successfully, but these errors were encountered: