|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
core dump
hi
what is a 'core dump' - i'm using sun solaris. how do you analyse it ? is there a specific tool or do i juts use the emacs text editor ? cheers chris |
|
#2
|
||||
|
||||
|
A core dump is generated for debugging when a program crashes. Its a dump of the core memory of the system. You can't use emacs to edit or look at the file since its normally binary data, not ascii.
|
|
#3
|
|||
|
|||
|
is there anyway to use software to see it, as in to debug it ? is there nothing to use which interprets teh binary code or is there nothing to view it - if so what is the point of teh core dumping the memory ?
cheers |
|
#4
|
||||
|
||||
|
|
|
#5
|
|||
|
|||
|
Quote:
You can use a debugger to view the core file. In Sun its dbx. Usage is dbx 'path/name of executable' 'path/name of core file' In HP or AIX its gdb. Usage is gdb 'path/name of executable' 'path/name of core file' Use man gdb or dbx for looking at more options. Good Luck |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > UNIX Help > core dump |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|