From: "Damian Yerrick" Newsgroups: comp.os.msdos.djgpp References: <81cjle$l3f$1 AT news-hrz DOT uni-duisburg DOT de> Subject: Re: Debugger Error Lines: 27 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 Message-ID: X-Trace: /K49oE7Uv6D8FDkseMxihJyNlNo70/FEMa4Jhtm7ddg5610BKt4IG8pyVlKnvQ2iXxp3PAuK19OA!n3KZXZG1VC/lsH0RknB7/Cp0M5jvGdrx3U43nfLmLAEm5nBI8AOwMHMmlaDM06mNQtgZ X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Tue, 23 Nov 1999 01:29:51 GMT Distribution: world Date: Tue, 23 Nov 1999 01:29:51 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "M. Lüdtke" wrote: > When I run my program and exit it the Debugger always says > > "Call Frame Traceback". > > What does that mean ? Call frame traceback is a list of the functions that are running when a program crashes. Try running C:\MYSTUFF>symify program.exe (replace program.exe with your exe's name) immediately after the program crashes. That will give you the path to where the program crashed. We on c.o.m.d call this "symified crash output." To copy this into a Windows window, use the dotted rectangle tool (just below the terminal's titlebar) to drag across the output, then press Enter. Then paste into your newsreader. But in this case, if it's crashing upon exit, your problem may be a flub-up with a pointer. Damian Yerrick