CCLabelTTF limited to 200 char

My application work on all device I have and emulator (IOS and android), except for my TLC phone with android 2.3.7. I have a texture release error in CCLabelTTF if the text length is more than 199 char. The texture is not created, so he can not release. I use cocos2d-2.0-x-2.0.4.

Edit :
same problem in iphone clone ( android 4.1 )
this fonction
CCLabelTTF::updateTexture()
crash on this line
tex->release();