“96886c4361f1ae3f6c775d7c9295e2d557101d0f”上不存在“arch/arm/mach-mxs/include/mach/gpio.h”
Remove watches before calling REMOTE_PROC_CLOSE
First calling REMOTE_PROC_CLOSE and then removing watches might lead to a hang as HANGUP event can be triggered before the watches are actually removed but after virConnectPtr is already freed. As a result of that remoteDomainEventFired() would try to lock uninitialized mutex, which would hang for ever.
Showing
想要评论请 注册 或 登录