Lists crashing can either be:
1- Your list is hidden and you didn't initialize it (set it to create new list before doing anything with it);
2- You are trying to access something in that list that has a null value, and highjinks ensue.
Without seeing the code, that's all I got.