https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252109
--- Comment #1 from Konstantin Belousov <[email protected]> --- There is ASLR stack gap that randomizes stack location under the limit of the main thread stack. You cannot reduce stack size past the gap. If you so inclined, disable gap with either kern.elf64.aslr.stack_gap set to zero, or wait until stable/12 gets the ELF flag to disable stack gap merged. -- 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]"
