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!

core dump !!how to solve it??

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
im a new user to unix OS.i have encountered a typical problem while running a forran file.
error is: core dumbed.
i tried to figure out the problem using gdb(where command).
it showed
#0 0xc724 in main()
so how do i rectify the problem...and make run the programme
 
livika98,
a core dump usually occurs during some error within the programming, even a missing "}" could result in one. Try sitting down and debugging the code and if you still can't find the error(s) try posting the code, in the proper forum.

-open7
 
Are you compiling with the -g option? You should get source line displayed in gdb if you are.

Hope this helps. CaKiwi
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top