Hi, hard to say without seeing your code..
Maybe you are running out of memory (you can check memory usage using code like this: Arduino Playground - AvailableMemory).
Start storing all string constants in flash memory rather than ram
Arduino Playground - Memory