From: Martin DOT Stromberg AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: Segmentation faults Date: 23 Oct 1998 12:26:44 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 20 Message-ID: <70psm4$69j$1@antares.lu.erisoft.se> References: <3632e49f DOT 28421782 AT news DOT cc DOT umanitoba DOT ca> <70mva8$peh$1 AT antares DOT lu DOT erisoft DOT se> <36303b16 DOT 19742477 AT news DOT cc DOT umanitoba DOT ca> NNTP-Posting-Host: mars.lu.erisoft.se X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com LupusNoctus (ummurr03 AT NOSPAMcc DOT umanitoba DOT ca) wrote: : So, how does accessing that memory occur? E. g. "*NULL" or "char *p = 0xdeadbeef; p[2]". : I'm using the Vector class, so I shouldn't be able to go beyond the : edges of my 2dimentional array Sorry I don't know C++. : Seems to happen during my recursive loop, but the base cases are : clearly defined and easily found when stepping thru the loops. Check your code again. You are most probably doing something wrong code-wise. Right, MartinS