After updating our project to ThreeJS ver 66 and 67 we came across the following error:
gl.getProgramInfoLog() (66,6): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll. There is no error with version 65.
The error can be reproduced also in the original threejs examples on
http://threejs.org/examples/#webgl_geometry_colors
http://threejs.org/examples/#webgl_geometry_convex
Browser versions : FireFox 28, 29, Chrome 33, 34