Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

coredump!!how to build a stack

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
hi,

can any one tell me how to build a stack!!!there is some
bug in my programme..when i invoke dbx editor and try ot find bug using "where" command ..it says "no stack"
so how to build the stack and debug the programme....??

pl let me know this...

thanks

 
Well, maybe the bug in your code is that it erase the stack.
What language do you use ?
In C it is so easy to have local array variable and write past its bound, erasing the whole call stack, then dumping core at return from the function.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top