post-mortem from core dump

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • peter

    post-mortem from core dump

    AFAIK pdb only can do postmortem debugging if fed a Python stack
    trace. Is there any way to obtain such a stack trace if all you've got
    is a core dump?

    Or, put another way: can I do post-mortem debugging from a core dump?

    Thanks,
    peter.
  • peter

    #2
    Re: post-mortem from core dump

    Bump

    Has noone ever needed this?

    On Jun 9, 10:58 am, peter <peter.saba...@ gmail.comwrote:
    AFAIK pdb only can do postmortem debugging if fed a Python stack
    trace. Is there any way to obtain such a stack trace if all you've got
    is a core dump?
    >
    Or, put another way: can I do post-mortem debugging from a core dump?
    >
    Thanks,
    peter.

    Comment

    Working...