Research:Salsa Issues
From Astronomy Facility Wiki
Issues with running Research:Salsa and how to deal with them are listed here.
[edit]
Segmentation Faults using Python
Generally these are hard to track down. However one common cause if you are using complicated python is that the stack size is to small. Try running ResolutionServer with the +stacksize argument. E.g.
charmrun +p 2 ++server ResolutionServer +stacksize 10240000
