https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219399
--- Comment #211 from Don Lewis <[email protected]> --- (In reply to Nils Beyer from comment #210) No. The kernel needs to be modified to move the shared page out of the way so that the program can mmap() the top page of user memory. With an unmodified kernel, it should be possible to trigger the problem by writing a program that installs a signal handler for some signal and then sending itself signals by calling kill() in a loop. -- 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]"
