TypeError: undefined is not an object (evaluating 'colliderB.body')

Sometimes when I run a physics project, I got this many errors:

Simulator: ERROR: TypeError: undefined is not an object (evaluating 'colliderB.body'), location: src/jsb_polyfill.js:13875:30
Simulator: STACK:
Simulator: emit@src/jsb_polyfill.js:13875:30
Simulator: _onPreSolve@src/jsb_polyfill.js:14189:17
Simulator: Step@[native code]
Simulator: update@src/jsb_polyfill.js:14004:23

When I googled the error, I can only find forum posts written in Chinese which speculate the cause of the problem is from the engine.

Does anybody have a similar problem?