X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: RayeR Newsgroups: comp.os.msdos.djgpp Subject: Re: Abort when compiling using COFF debug format (-gcoff) Date: Thu, 26 Jan 2012 18:22:56 -0800 (PST) Organization: http://groups.google.com Lines: 7 Message-ID: <5fb299ee-6e26-47d5-a7fd-d068e1160f53@k6g2000vbz.googlegroups.com> References: <201201262112 DOT 52030 DOT juan DOT guerrero AT gmx DOT de> NNTP-Posting-Host: 78.45.168.98 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1327631094 30883 127.0.0.1 (27 Jan 2012 02:24:54 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Fri, 27 Jan 2012 02:24:54 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: k6g2000vbz.googlegroups.com; posting-host=78.45.168.98; posting-account=Q0wMHAoAAADjYrghh94FTf6YnbpTqZgp User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14,gzip(gfe) Bytes: 1532 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > I increased cc1.exe stack to 5MB because I was testing > other issues that required a larger stack space. BTW how can I change stack size for DJGPP programs? What is the default value and is it constant for every program? What happen If I have less phisical RAM - will it use smaller stack until crash or write an error and don't run at all?