Re: GPC compiler crash

"Prof A Olowofoyeku (The African Chief)" <[email protected]>
Newsgroups gmane.comp.compilers.gpc
Organization ChiefSoft
Message-ID <[email protected]>
On 17 Feb 2013 at 12:55, Thomas Schneider wrote:

> Chief:
> 
> > Local variables (and parameters passed by value) go on the stack,
> > which is typically very small. You can increase it in some unix
> > systems. Everything else (AFAIK) goes on the heap - which, put simply
> > (As far as I understand) is as big as all the memory available to the
> > program (installed RAM + virtual memory on the system).
> 
> Ok, I thought it might be on the heap but I had understood the heap
> contained pointer structures.

Yes, the heap does - but you did not declare a pointer.

> > > I get segmentation faults when I run with the numbers too big
> > > (trimax=2003001).  I'm somewhat puzzled by this since I have 26G
> > > free Physical memory ...  I calculate that for that size it should
> > > only take 32048096 = 32,048,096 = 32M integers.  What's happening?
[...]
> So my structure is still only 128Mb.  I have a lot more free than
> that!

Are you still using a local variable, or a global variable? If you are 
using a global variable, there should be no problem at all. If you are 
still using a local variable, it would still overflow the stack. It is 
unusual to have stack space that is bigger than a few kilobytes, so 
128mb is still far too big. To check the size of your stack (assuming 
it supports plain unix commands), run "ulimit -a" at a command prompt.

Best regards, The Chief
--------
Prof. Abimbola A. Olowofoyeku (The African Chief) 
web:  http://www.greatchief.plus.com/


_______________________________________________
Gpc mailing list
[email protected]
https://www.g-n-u.de/mailman/listinfo/gpc
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.