안녕하세요 프로젝트 중에 막히는 부분이 있어서 글을 올립니다.

c2dm으로 메세지를 보내고 리시버로 받아서 해당일을 처리를 하는데
가끔가다

Unable to launch app xx.xx.xxx.xxx/10096 for broadcast Intent 
{ act=com.google.android.c2dm.intent.RECEIVE cat=[xx.xx.xxx.xxx] (has extras) }: 
process is bad
finishReceiver called but none active
[DataMsgMgr] broadcast intent callback: result=CANCELLED forIntent 
{ act=com.google.android.c2dm.intent.RECEIVE cat=[xx.xx.xxx.xxx] (has extras) }

이런 메세지가 나오면서 리시버로 받지를 못하네요....
대체 어떤상황에서 발생하는건지 해결책은 뭔지 .. ... 부탁드립니다