Created attachment 14718 [details] avoid of SIGBUS on notifyd.c:452 Problem is the structure "struct notify_instance" can lay in message buffer on address not dividable by 8 but this structure begins by uint_64 (secs in time-stamp). Structure should be re-packed to standalone buffer before the use. Please apply patch.
Created attachment 14723 [details] Patch with git-decoration
fixed in master with b33fad772682e87ecc2b46b1b54625caeccc9eb2 and should also be cherry-picked to the supported release branches.
Pushed to autobuild-v4-{10,9,8}-test.
(In reply to Karolin Seeger from comment #3) Pushed to all branches. Closing out bug report. Thanks!