When two objects collide a pending bound is created (cannot be created inside collision handler) and then during module update the real bound is created. The issue is when one of the objects is outside scene and it's being deleted, during module update there is a dangling pointer to the deleted object.
Sadly, this requires changes within core library and cannot be fixed with current version.