Newsgroups: comp.os.msdos.djgpp From: fredex AT fcshome DOT stoneham DOT ma DOT us (Fred Smith) Subject: Re: Symify output is silly ... help please! Organization: None! Message-ID: References: <355d83e4 DOT 118624547 AT news DOT fast-net DOT de> Date: Tue, 12 May 1998 17:38:22 GMT Lines: 23 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk ^Hawk^ (DarkSoft AT GMX DOT Net) wrote: : Hello there! : Here's the output of sysmify: : : Call frame traceback EIPs: : 0x00008e89 _InfoMail__Fv+1081, line 786 of vgapu.cpp : But the line 786 is simple a "}" for the end of the function : InfoMail(); ... :((= ... what excact tould me this output ... what for : a fault is it ? Please explain it for me! Many thanks in advance! Probably a stack problem. Some bit of code in this function (or one it calls) has stepped on the stack, trashing the address to return to in the function that called this one, so when the function returns it instead goes off into the weeds. BOOOOOM! Fred -- ---- Fred Smith -- fredex AT fcshome DOT stoneham DOT ma DOT us ----------------------------- "Not everyone who says to me, 'Lord, Lord,' will enter the kingdom of heaven, but only he who does the will of my Father who is in heaven." ------------------------------ Matthew 7:21 (niv) -----------------------------