https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229222
--- Comment #8 from Konstantin Belousov <[email protected]> --- (In reply to dewayne from comment #7) Crashed at the same place, I expect ? I.e. same instruction in the disassembly ? The issue is that the stack is not aligned to 16b. The patch I attached should 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. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
