forked from cloudfoundry/gosigar
-
Notifications
You must be signed in to change notification settings - Fork 76
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
OpenBSD: (*Mem).Get() returns zero with no error #72
Labels
Comments
cc @jasperla |
Ack, I'll investigate this weekend. |
knz
added a commit
to knz/cockroach
that referenced
this issue
May 12, 2017
If gosigar is told by a syscall there is 0 available memory, consider this information as false even if there was no error. Upstream issue: elastic/gosigar#72
mberhault
pushed a commit
to cockroachdb/cockroach
that referenced
this issue
May 15, 2017
… by gosigar If gosigar is told by a syscall there is 0 available memory, consider this information as false even if there was no error. Upstream issue: elastic/gosigar#72
mberhault
pushed a commit
to cockroachdb/cockroach
that referenced
this issue
May 15, 2017
If gosigar is told by a syscall there is 0 available memory, consider this information as false even if there was no error. Upstream issue: elastic/gosigar#72
The issue was due to the fact that the underlying kernel structure changed and suddenly we reported |
Also submitted a fix in #125 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reported in cockroachdb/cockroach#15836
Using 64-bit OpenBSD
CockroachDB calls
(*Mem).Get()
and that returns zero with a nil error. The zero value is incorrect; an error should be returned instead.The text was updated successfully, but these errors were encountered: