-
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
zfs send segfault in fletcher_4_native for encrypted replication (-Rw) sends #13620
Comments
I think this is just #13605, which in that person's case was a problem when they used overridden CFLAGS for |
That is possible, I missed that issue. I'm building with I'll try without -march. |
Seems to work fine now without march=native. Filed
https://bugs.gentoo.org/856373 with Gentoo.
…On Mon, 4 Jul 2022 at 07:36, Rich Ercolani ***@***.***> wrote:
I think this is just #13605 <#13605>,
which in that person's case was a problem when they used overridden CFLAGS
for -march - in particular, I suspect what's happening is that it's
compiling the non-SIMD version of the code to a SIMD version, but then
something unsafe is ensuing because it's using it somewhere that that would
not be safe.
—
Reply to this email directly, view it on GitHub
<#13620 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAVQYN4HFPTB7MFNZLMBMELVSJZ4PANCNFSM52Q22BMA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hmm userspace auto vectorization I would imagine is fair game, no? This seems like it could be a compiler bug or possibly some undefined behavior? |
In theory, yes. I have a few guesses about what broke, but haven't looked into it yet. |
Workaround issue with GCC 12 until solved upstream. Segfault occurs w/ 'zfs send' otherwise (and very possibly other commands). Bug: openzfs/zfs#13605 Bug: openzfs/zfs#13620 Closes: https://bugs.gentoo.org/856373 Signed-off-by: Sam James <sam@gentoo.org>
Workaround issue with GCC 12 until solved upstream. Segfault occurs w/ 'zfs send' otherwise (and very possibly other commands). Let's backport for older versions to be safe after discussion w/ gyakovlev. Bug: openzfs/zfs#13605 Bug: openzfs/zfs#13620 Closes: https://bugs.gentoo.org/856373 See: 1cbf3fb Signed-off-by: Sam James <sam@gentoo.org>
Workaround issue with GCC 12 until solved upstream. Segfault occurs w/ 'zfs send' otherwise (and very possibly other commands). Bug: openzfs/zfs#13605 Bug: openzfs/zfs#13620 Closes: https://bugs.gentoo.org/856373 Signed-off-by: Sam James <sam@gentoo.org>
Workaround issue with GCC 12 until solved upstream. Segfault occurs w/ 'zfs send' otherwise (and very possibly other commands). Let's backport for older versions to be safe after discussion w/ gyakovlev. Bug: openzfs/zfs#13605 Bug: openzfs/zfs#13620 Closes: https://bugs.gentoo.org/856373 See: 1cbf3fbc336adfdcd122da5b0989c2993de358dc Signed-off-by: Sam James <sam@gentoo.org>
This issue has been automatically marked as "stale" because it has not had any activity for a while. It will be closed in 90 days if no further activity occurs. Thank you for your contributions. |
System information
zfs send -Rw dataset@snap
consistently crashes before writing out anything. Initially noticed this with this dmesg message:Full backtrace:
The text was updated successfully, but these errors were encountered: