![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
Re: how to debug a segmentation faultby Laurent_R (Canon) |
on Oct 16, 2013 at 17:42 UTC ( #1058512=note: print w/replies, xml ) | Need Help?? |
What are you actually doing in the loop? If you are modifying the number of element of the array on which you are looping, you might encounter some problems (although I can't remember if this type of things creates a segmentation fault or some other problems).
In Section
Seekers of Perl Wisdom
|
|