We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
ChipmunkTest crashes on MAC platform(64bit) sometimes
ChipmunkTest crashes on MAC platform(64bit) sometimes
Bug #3138 [Closed]
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.
Status: | Closed | |
---|---|---|
Start date: | 2013-11-11 | |
Priority: | Normal | |
Due date: | ||
Assignee: | ||
% Done: | 0% |
|
Category: | all | |
Target version: | 3.0-alpha1 |
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.