-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
Panic under FreeBSD 12 - attempt to subtract with overflow #60
Comments
When I add the following debug statements before 220:
I get the following output:
|
I'm running zfs with a fairly large pool so maybe thats an issue:
|
AlexanderThaller
changed the title
Panic under FreeBsd 12 - attempt to subtract with overflow
Panic under FreeBSD 12 - attempt to subtract with overflow
May 22, 2019
I also tried compiling with rust stable |
hmm which FS is that? could you also dbg print other info, like name/mountpoint? |
Closed
I just ran into this issue myself. I've got a working patch. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using master at commit
59929b2d7f5d4e520e6dec03499d71c2460fd866
and usingFreeBSD 12.0-RELEASE-p3 FreeBSD 12.0-RELEASE-p3 GENERIC amd64
withrustc 1.36.0-nightly (d35181ad8 2019-05-20)
I get the following error when running
cargo test
:(I encountered this problem when I tried to run https://github.com/rabite0/hunter).
The text was updated successfully, but these errors were encountered: