Projects > cpp > Issues > Bug #3138

We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.

Create Issue on Github

ChipmunkTest crashes on MAC platform(64bit) sometimes

Bug #3138 [Closed]
dumganhar 2013-11-11 02:52 . Updated over 9 years ago

HASH_ADD_INT and HASH_FIND_INT is for 32bit platforms.
On 64 bit system(MAC or iphone 5s), the lower 4bytes may be the same while the higher 4bytes is different.
But the HASH_FIND_INT will ignore the higher 4bytes. It may trigger potential errors.
ChipmunkTest on MAC could reproduce this issue.

zhangxm 2013-11-16 10:07

James, it is resolved. Right?
Could you please paste the pull request for this issue?
Thanks.

dumganhar 2013-11-18 10:12

Yep, it was fixed at https://github.com/cocos2d/cocos2d-x/pull/4154 .
Minggo Zhang wrote:

James, it is resolved. Right?
Could you please paste the pull request for this issue?
Thanks.

zhangxm 2013-11-21 05:48
  • Status changed from New to Closed

Atom PDF

Status:Closed
Start date:2013-11-11
Priority:Normal
Due date:
Assignee:dumganhar
% Done:

0%

Category:all
Target version:3.0-alpha1