Date: Sun, 22 Apr 2001 09:20:51 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Rafael Frongillo cc: djgpp AT delorie DOT com Subject: Re: linear hline error In-Reply-To: <20010421194907.70468.qmail@web13304.mail.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 21 Apr 2001, Rafael Frongillo wrote: > My problem is this: my program crashes once in a while > during the 'explode' function (see below) when > type==3. Sometimes the program goes right through > 'explode' with type==3, but doesn't crash, other times > it does. The error message I get when symifying is: > > Call frame traceback EIPs: > 0x0003fb54 __linear_hline16+484 > 0x0000c920 _circlefill+368 > 0x0000000a 0xa You should always post the entire crash message, complete with registers' dump and everything. That information includes important clues as to the nature of the problem. See section 12.2 for some information about this.