Created attachment 8231 patch, simple and obvious fix On sparc64 I experienced a crash in xfwm4 which is pretty obvious. sn_startup_sequence_get_last_active_time takes two long pointer arguments, but xfce4-wm passes pointers to may-be-different types. This may lead to alignment issues or stack smashing depending on the exact types and architecture. Fix is simple, patch attached.
Created attachment 8232 obvious fix
Martin Husemann referenced this bugreport in commit f68c04ba8591615e5ee615865daf50c23b35ef33 startup-notification: Crash/stack smash on some architectures https://git.xfce.org/xfce/xfwm4/commit?id=f68c04ba8591615e5ee615865daf50c23b35ef33
Applied, thanks.