Message-ID: <3624F657.9EBCE811@montana.com>
Date: Wed, 14 Oct 1998 13:07:03 -0600
From: bowman <bowman AT montana DOT com>
X-Mailer: Mozilla 4.5b2 [en] (Win95; I)
X-Accept-Language: en
MIME-Version: 1.0
To: djgpp AT delorie DOT com
Subject: Re: Program fails when the size of an array of struct is increased.
References: <3624E79B DOT 4A34529 AT worldhq DOT com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Reply-To: djgpp AT delorie DOT com



John Furlong wrote:
> 
> Really hopeing someone will look at this and give me some clues
> as to where to start looking as I'm Stuck.

stdreply:

1. compile with -g
2. run 'symify progname.exe' from the DOS prompt when it crashes
(progname is your executable)
3. examine the line where the error occurred, and the code leading up to
it.
4. the MS dpmi implementation is deficient in that it does not report
attempts to access a
   null pointer. Running under cwsdpmi will capture this common error.