Unity 5.6.3f1 Crash in Animation.RegisterGenericBindingObjects

My game will crash while loading/unloading resource sometimes. I think it’s resource’s problem, but, I don’t know how to find which one is bad resource. Is there anyone meet this problem before?

1 #00 pc 003e0420 libunity.so MemoryPool::Allocate(unsigned int) [armeabi-v7a] 
2 #01 pc 00120070 libunity.so Object::AddEvent(void (*)(void*, void*, int), void*) [armeabi-v7a] 
3 #02 pc 0087f5b8 libunity.so UnityEngine::Animation::RegisterGenericBindingObjects(UnityEngine::Animation::AnimatorGenericBindingConstant*) [armeabi-v7a] 
4 #03 pc 0087f138 libunity.so UnityEngine::Animation::CreateAnimatorGenericBindings(UnityEngine::Animation::AnimationSetBindings const&, Transform&, mecanim::animation::AvatarConstant const*, bool, mecanim::memory::Allocator&, Animator&) [armeabi-v7a]

Me too, and don’t know why, anybody help?