Unity5.0.1 will crash when call animationClip.events!!

Debug.Log(name +",clip = "+ clip); //this no problem

Debug.Log(name + ",clip.event = " + clip.events); //will crash

This was fixed in patch release p3 shipped on april 29th