-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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[cpu0]/thread=fffffe0bf4170c20: assertion failed: strbuf <= (char *)kbuf + kbufsize + 1, file: ../../common/io/kstat.c, line: 342 #9151
Comments
@ikozhukhov the proposed fix looks reasonable to me. Would you mind opening a PR for it. |
12 tasks
tonyhutter
pushed a commit
to tonyhutter/zfs
that referenced
this issue
Dec 24, 2019
Account for ZFS_MAX_DATASET_NAME_LEN in kstat data size. This value is ignored in the Linux kstat code but resolves the issue for other platforms. Reviewed-by: Serapheim Dimitropoulos <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Igor Kozhukhov <[email protected]> Closes openzfs#9254 Closes openzfs#9151
tonyhutter
pushed a commit
to tonyhutter/zfs
that referenced
this issue
Dec 27, 2019
Account for ZFS_MAX_DATASET_NAME_LEN in kstat data size. This value is ignored in the Linux kstat code but resolves the issue for other platforms. Reviewed-by: Serapheim Dimitropoulos <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Igor Kozhukhov <[email protected]> Closes openzfs#9254 Closes openzfs#9151
tonyhutter
pushed a commit
that referenced
this issue
Jan 23, 2020
Account for ZFS_MAX_DATASET_NAME_LEN in kstat data size. This value is ignored in the Linux kstat code but resolves the issue for other platforms. Reviewed-by: Serapheim Dimitropoulos <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Igor Kozhukhov <[email protected]> Closes #9254 Closes #9151
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
commit a448a25 introduce panic on DilOS (commit on DilOS tree: https://bitbucket.org/dilos/dilos-illumos/commits/f0076d31d83eec58cbf52997843232cc646bc385)
System information
Describe the problem you're observing
Describe how to reproduce the problem
ZTS
Include any warning/errors/backtraces from the system logs
proposed fix (tested on DilOS: https://bitbucket.org/dilos/dilos-illumos/commits/217477b0a87c8f778f75bb3ed6f589f696251d13):
The text was updated successfully, but these errors were encountered: