找回密码
 注册
搜索
查看: 670|回复: 2

[讨论] 发送消息死机

[复制链接]
发表于 2009-7-13 23:40:29 | 显示全部楼层 |阅读模式
通过sysGen1.pl创建线程MOD_TEST
从MOD_MMI发送消息MOD_TEST
ilm_struct *ilm_ptr=NULL;

DRV_BuildPrimitive(ilm_ptr,MOD_MMI, MOD_TEST,1,NULL);
msg_send_ext_queue(ilm_ptr);

发送时机器重起打印信息目标线程id为空

41771 [Primitive]        17:47:24:000 2009/07/10  MOD_MMI->        DRIVER_PS_SAP        MsgID = 1
Local_Parameter --> Len = 20, Addr = 0x00000000
        The DataType of this message is not found !
Peer_Message --> Len = 0, Addr = 0x00000000

有人知道原因吗?
发表于 2009-7-14 08:57:55 | 显示全部楼层
发的消息包溢出,camera里面有标准的消息发送,
点评回复

使用道具 举报

 楼主| 发表于 2009-7-14 13:00:53 | 显示全部楼层

发消息死机

#define DRV_BuildPrimitive(_ilm,_srcid,_dstid,_msgid,_data) {   _ilm = allocate_ilm(_srcid);   _ilm->src_mod_id = _srcid;   _ilm->sap_id = DRIVER_PS_SAP;   _ilm->dest_mod_id = _dstid;   _ilm->msg_id = _msgid;   _ilm->local_para_ptr = (local_para_struct *)_data;   _ilm->peer_buff_ptr = NULL;}

这个有错误吗?
二楼的说详细点什么是标准的
点评回复

使用道具 举报

高级模式
B Color Image Link Quote Code Smilies

本版积分规则

Archiver|手机版|小黑屋|52RD我爱研发网 ( 沪ICP备2022007804号-2 )

GMT+8, 2024-12-29 10:58 , Processed in 0.075122 second(s), 16 queries , Gzip On.

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表