From: "Hazel Moore" Newsgroups: comp.os.msdos.djgpp Subject: Seemingly random callframe tracebacks Date: Wed, 13 Dec 2000 16:36:45 -0800 Organization: Posted via Supernews, http://www.supernews.com Message-ID: X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 X-Complaints-To: newsabuse AT supernews DOT com Lines: 17 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Allegro 3.12 / Win 98 2nd ed. For some reason, my program only works at random. Sometimes it works perfectly, some times it generates a callframe traceback, sometimes it simply displays nothing. But I have no random numbers being generated, it's the same code every time I run it. It gets most CFTB's (callframe traceback's) on masked_blits() or when I dynamically allocate memory with new, but it's never consistent! Anybody know what causes this type of behavior? Is it a memory leak? Is it because I'm out of memory? Is it because I suck? I could give a code snippet, but since the program I am working on is VERY complex, I'd have to explain the whole thing before the code could be analyzed properly. I'm just looking for things in general that may cause this. THANKS! p.s. You guys rule, you always answer my questions! If you keep answering them, one day I'll be smurt enough to answer other people's questions!