X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Date: Wed, 20 May 2009 18:13:02 -0400 From: Ethan Rosenberg Subject: Increasing area for variable storage To: DJGPP List Message-id: <0KJY00585R208H10@mta5.srv.hcvlny.cv.net> MIME-version: 1.0 X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT Reply-To: djgpp AT delorie DOT com Dear List - Thank you for all your help in the past. I am running DOS 7.1 [the DOS that underlies Windows98]. The computer does NOT have Windows installed on it. I have a program that had a size of 228,038 bytes and ran perfectly in the past. When I added some more code, increasing the size to 241,134 bytes I get a SIGSEGV error when I attempt to initialize a variable. The routine was scanned with Splint, which showed no errors. When I removed some code, it again ran perfectly. My feeling is that I have overrun the boundary of the area in which the values of the variables, or possibly the variables themselves, are stored. How do I increase these area(s)? Thanks again. Ethan Rosenberg