It's not a bug. You have set up your events to recurse infinitely on startup, so in this case the error message is correct.
When creating Sprite5, it fires 'On created', which creates a Sprite4, which is in a container so also creates a Sprite5, which fires 'On created', which creates a Sprite4, which is in a container so also creates a Sprite5...