-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
FreeBSD: zdb "Memory fault" in ZTS #16311
Labels
Component: Test Suite
Indicates an issue with the test framework or a test case
Type: Defect
Incorrect behavior (e.g. crash, hang)
Comments
tonyhutter
added
Component: Test Suite
Indicates an issue with the test framework or a test case
Type: Defect
Incorrect behavior (e.g. crash, hang)
labels
Jun 28, 2024
13 tasks
PR #16332 should fix this. |
mcmilk
added a commit
to mcmilk/zfs
that referenced
this issue
Jul 9, 2024
Reason: nvlist_free() tries to free sth. which isn't allocted Solution: init this variable with NULL Signed-off-by: Tino Reichardt <[email protected]> Closes openzfs#16311
mcmilk
added a commit
to mcmilk/zfs
that referenced
this issue
Jul 9, 2024
- reason: nvlist_free() tries to free sth. which isn't allocted - solution: init this variable with NULL Signed-off-by: Tino Reichardt <[email protected]> Closes openzfs#16311
mcmilk
added a commit
to mcmilk/zfs
that referenced
this issue
Jul 9, 2024
- reason: nvlist_free() tries to free sth. which isn't allocted - solution: init this variable with NULL Signed-off-by: Tino Reichardt <[email protected]> Closes openzfs#16311
ixhamza
pushed a commit
to truenas/zfs
that referenced
this issue
Aug 13, 2024
Reason: nvlist_free() tries to free sth. which isn't allocted Solution: init this variable with NULL Closes openzfs#16311 Signed-off-by: Tino Reichardt <[email protected]> Reviewed-by: Alexander Motin <[email protected]> Reviewed-by: Ameer Hamza <[email protected]> Reviewed-by: Tony Hutter <[email protected]>
ixhamza
pushed a commit
to truenas/zfs
that referenced
this issue
Aug 13, 2024
Reason: nvlist_free() tries to free sth. which isn't allocted Solution: init this variable with NULL Closes openzfs#16311 Signed-off-by: Tino Reichardt <[email protected]> Reviewed-by: Alexander Motin <[email protected]> Reviewed-by: Ameer Hamza <[email protected]> Reviewed-by: Tony Hutter <[email protected]>
lundman
pushed a commit
to openzfsonwindows/openzfs
that referenced
this issue
Sep 4, 2024
Reason: nvlist_free() tries to free sth. which isn't allocted Solution: init this variable with NULL Closes openzfs#16311 Signed-off-by: Tino Reichardt <[email protected]> Reviewed-by: Alexander Motin <[email protected]> Reviewed-by: Ameer Hamza <[email protected]> Reviewed-by: Tony Hutter <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Component: Test Suite
Indicates an issue with the test framework or a test case
Type: Defect
Incorrect behavior (e.g. crash, hang)
System information
Describe the problem you're observing
While doing testing for #15838 I started hitting "Memory fault" zdb errors on FreeBSD 13. I was testing out running ZTS on a VM running within a github runner, so I assumed it was my weird test environment was the problem. Then I saw it in the test results for an unrelated PR (#16304):
https://build.openzfs.org/builders/FreeBSD%20stable%2F13%20amd64%20%28TEST%29/builds/2278/steps/shell_4/logs/log
Just search for "Memory fault" in the logs and you'll see a ton of failures.
Describe how to reproduce the problem
I can only reproduce it on a github runner using the non-standard setup in #15838.
Include any warning/errors/backtraces from the system logs
The text was updated successfully, but these errors were encountered: