It basically means you're touching memory not allocated to you. Stop that.
andrew.
Posted: Tue Dec 29, 2009 8:05 pm Post subject: RE:What does segmentation violation mean?
Sounds like you are using so much memory that it tries to write over a section where it's not allowed to.
Tony
Posted: Tue Dec 29, 2009 8:25 pm Post subject: RE:What does segmentation violation mean?
Except that this is Turing, so chances are it's some internal error. There was another thread recently, where loading a faulty .gif file caused segmentation faults.
As with most bugs -- try to isolate where in your program this fault occurs.