From: ao950 AT FreeNet DOT Carleton DOT CA (Paul Derbyshire) Newsgroups: comp.os.msdos.djgpp Subject: Re: Getting a call frame trace back Date: 4 Dec 1997 06:49:04 GMT Organization: The National Capital FreeNet Lines: 22 Message-ID: <665jp0$64u@freenet-news.carleton.ca> References: <34863E35 DOT B72B65DD AT hotmail DOT com> Reply-To: ao950 AT FreeNet DOT Carleton DOT CA (Paul Derbyshire) NNTP-Posting-Host: freenet6.carleton.ca To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Pog (Pog AT hotmail DOT com) writes: > How do I go about getting a call frame trace back? > All help GREATLY appreciated. Try this... int main (void) { int *ptr; ptr=(int *)8765432; (*ptr)=77; return 0; } That should give you a nice call frame traceback >;-) -- .*. Friendship, companionship, love, and having fun are the reasons for -() < life. All else; sex, money, fame, etc.; are just to get/express these. `*' Send any and all mail with attachments to the hotmail address please. Paul Derbyshire ao950 AT freenet DOT carleton DOT ca pgd73 AT hotmail DOT com