Hi, Thanks very much for your answer. I dont know in which language the program is written though... It uses things lile phyton and mpich, is that indicative of the language in which it is written? <br><br>I dont know about prgramming, so I guess that i could only fix this myself if there is any means of finding out the problem in a very targeted manner, and then the changes to be made are simple
<br><br>thanks!<br><br><div><span class="gmail_quote">On 8/29/07, <b class="gmail_sendername">t.clarke</b> <<a href="mailto:tim@seacon.co.uk">tim@seacon.co.uk</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
A SIGSEGV fault is generally due to a program bug; as you say, addressing memory<br>outside its address range.   Probably due to faulty pointer arithmetic if the<br>code compiles ok.<br><br>You do not say what language the program is written in.
<br><br>The only time I have had a segmentation fault in C code I have written I found<br>it simply be looking closely at the code.<br><br>I am in no way an experienced  C programmer, so I am sure others could<br>advise as to how to figure out where the code is failing.
<br><br>Tim<br>--<br>Gllug mailing list  -  <a href="mailto:Gllug@gllug.org.uk">Gllug@gllug.org.uk</a><br><a href="http://lists.gllug.org.uk/mailman/listinfo/gllug">http://lists.gllug.org.uk/mailman/listinfo/gllug</a><br>
</blockquote></div><br>