Re: core dump

From: Mark Ray (raym_at_US.IBM.COM)
Date: 05/10/05

  • Next message: Patrick B. O'Brien: "can't mirror just after a 5.3 migrate"
    Date:         Tue, 10 May 2005 11:13:45 -0400
    To: aix-l@Princeton.EDU
    
    

    Hi Joseph:

    Sometimes, you can use the kernel debugger to have a look at core dumps.
    The syntax is
    "kdb -w <corefile> -u /unix". If you get a "corefile corrupted" dialogue,
    your next best bet
    is just to run "strings" against it, like this: "strings corefile | more".
    This will give you all of the text
    included in the coredump, and it's been my experience that text is usually
    sufficient to
    find out what's going wrong in your system.

    Mark Ray
    IBM Global Services

                 "Leyden, Joseph"
                 <LeydenJ@METRO.NE
                 T> To
                 Sent by: IBM AIX aix-l@Princeton.EDU
                 Discussion List cc
                 <aix-l@Princeton.
                 EDU> Subject
                                           Re: core dump

                 05/10/2005 10:57
                 AM

                 Please respond to
                      IBM AIX
                  Discussion List

    Is there an application program to look at the core dump
    and places of possible significant clues to analyze dump?


  • Next message: Patrick B. O'Brien: "can't mirror just after a 5.3 migrate"

    Relevant Pages

    • Re: Performance of REGEXP_LIKE vs LIKE?
      ... There are certain situations where the syntax of REGEXP_LIKE ... is cleaner and shorter than the comparable LIKE expression. ... search of a 3 million record table, for a series of text strings. ... How about Oracle Text? ...
      (comp.databases.oracle.misc)
    • Re: Proposal for adding symbols within Python
      ... I don't like any syntax I've seen so far, but I can understand the problem. ... (Rather than a string used as a key in that namespace) ... Often you can use strings for that sort of thing, ... The reason I'm more interested in seeing usecases, ...
      (comp.lang.python)
    • Re: Array difference
      ... is there any logical reason why the language doesn't ... but they plan on having a syntax like this. ... use the initialization syntax for the String array. ... Which declares that the method accepts a variable number of strings. ...
      (comp.lang.java.programmer)
    • Re: Cantors definition of set
      ... Not the definition of ordered pair, ... at the level of distinguishing syntax from semantics. ... of set theory is strings of symbols, ... subsequent ones would be squares. ...
      (sci.logic)
    • Re: switch(true) in c#
      ... switch statements evaluate strings, they don't work on boolean variables. ... have a look at the syntax for it in the helpfile and work your code ...
      (microsoft.public.dotnet.framework.aspnet)