Comment #2 on issue 306 by lidaobing: [ibus-chewing] crash due to "free():  
invalid pointer"
http://code.google.com/p/ibus/issues/detail?id=306

就是一个普通的测试, 实际上就是无法启动。

Debian/Ubuntu 系的 gcc+libc 库检测了所有的 free 操作,如果 free 的参数不是 
NULL, 也不
是 malloc 的返回值,则会直接崩溃。

你的代码可能存在一些对内存的不规范的使用,晚上有空我会帮你检查。

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "ibus-devel" group.
iBus project web page: http://code.google.com/p/ibus/
iBus dev group: http://groups.google.com/group/ibus-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

回复