Date: Fri, 22 Jun 2018 23:40:34 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 229222] 11.2-PRERELEASE panic-General Protection Fault, aesni_encrypt_cbc implicated Message-ID: <bug-229222-227-jsVK1CJMFO@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-229222-227@https.bugs.freebsd.org/bugzilla/> References: <bug-229222-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229222 --- Comment #8 from Konstantin Belousov <kib@FreeBSD.org> --- (In reply to dewayne from comment #7) Crashed at the same place, I expect ? I.e. same instruction in the disasse= mbly ? The issue is that the stack is not aligned to 16b. The patch I attached sh= ould fixed some case where the stack could be unaligned (but usually not) on the first C function entry from the exception asm handler. Since it did not helped, my highest suspect is the compiler. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229222-227-jsVK1CJMFO>