On Fri, 11 Jun 2004, Pushkar Pradhan wrote:
> I'm working on a MATLAB based MPI program. Whenever I try to run it I'm
> getting the error & o/p that I've pasted at the end. I did a search on this
> SIGSEGV error but there's not much on the web about it and most of the
> solutions didn't apply to my case.
> Can someone clarify what this error means? Thanks,
I don't know if you saw the posts from earlier this week, but SEGV means
segmentationv violation. Loosely translated, it means that your
application tried to access memory that didn't belong to it. It generally
indicates some kind of pointer problem in your code -- pointing past the
end of your array or allocated memory, or something along those lines.
This is not really a LAM-specific problem -- it's likely to be somewhere
within your code, so there's little advice that we can give. :-\
--
{+} Jeff Squyres
{+} jsquyres_at_[hidden]
{+} http://www.lam-mpi.org/
|