You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.
Someone in IRC just had a crash in their system with the following error: https://paste.pound-python.org/show/gjjdCxPcRYtmVhyqVxXu/ What's odd is that the statement (0 == 0) implies the result should have been a success. In fact the VERIFY3U macro double-evaluated the arc_buf_alloc_impl call which succeeded the second time. That's a bug.
Someone in IRC just had a crash in their system with the following error: https://paste.pound-python.org/show/gjjdCxPcRYtmVhyqVxXu/ What's odd is that the statement
(0 == 0)
implies the result should have been a success. In fact the VERIFY3U macro double-evaluated thearc_buf_alloc_impl
call which succeeded the second time. That's a bug.https://github.com/zfsonlinux/spl/blob/master/include/sys/debug.h#L66
The text was updated successfully, but these errors were encountered: