27e3a9be   
   XPost: comp.os.linux.development.apps, comp.unix.programmer, alt.comp.linux   
   From: scott@slp53.sl.home   
      
   S Claus writes:   
   >On Feb 8, 10:49 am, Ian Collins wrote:   
   >> S Claus wrote:   
   >> > Hi all   
   >>   
   >> > I am looking for a book or course (or even a website) from where to   
   >> > learn the skills to analyze Unix/Linux core dumps.   
   >>   
   >> Core dumps or crash dumps? Core dumps are simply debugged with your   
   >> favourite debugger.   
   >>   
   >> --   
   >> Ian Collins   
   >   
   >Thanks for pointing that out Ian.   
   >   
   >There we see how much I have to learn:-P   
   >   
   >Actually I think I thought that core dumps would look like crash dumps   
   >-or the other way around- in any case that it would require the same   
   >skills for both. So in my mind I had indeed mixed them.   
   >   
   >But I take from your reply that they do not look the same - crash   
   >dumps require more skills to analyze than core dumps?   
   >   
      
   Fundamentally, they are the same. The OS is simply a more complicated   
   program and thus more difficult to analyze post-crash (and requires   
   skill-sets that include multithreaded programming, multiprocessor   
   synchronization and low-level hardware familiarity).   
      
   Both typically use the ELF container to store the state and memory contents   
   at the time the program/system crashed.   
      
   scott   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   
|