I found the cause and the work around.
I'm not sure which of these actions caused the crash, but this used to be an "On start of layout" event, and I switched it to wait until after 0.5 seconds have passed.
So apparently (my guess is) one of these events at start of layout tries to access or control something that might not exist at start of frame.