e2spt_sgd_new.py is only used for making initial models. You shouldn't need to dump all of your data into it. You're just trying to get something that looks vaguely like your target so you can then run e2spt_refine_new.py So, if you have a starting model from some of your particles, I wouldn't worry about debugging this issue...
If you do need to solve the problem, we'll need more info (this goes for any program which is crashing on you):
- The complete output of e2version.py run on the machine where the crash is occuring
- The full command-line you ran (not just the name of the program)
- The complete console output of the program including the crash itself
That's a starting point, and we may have an immediate answer, or need to ask followup questions. Segmentation faults _should_ never occur. When they do, it's almost always one of two things:
1) inconsistent software installation (mixed library versions or something). However, if the crash is data-dependent, then it's probably not this
2) problem with the data. For example, if you try to process a particle stack where some of the particles are 64x64 and some are 256x256 pixels, then some programs may choke.
We're happy to help you work out what's happening, and hopefully you'll learn something which will help you next time.
cheers