QuestionQ27

Troubleshooting Management Servers

When a user-space process or program unexpectedly crashes, which type of file is generated for analysis?

  • A core dump
  • B kernel_memory_dump.dbg
  • C core analyzer
  • D coredebug
Explanation

A core dump preserves a crashed user-space process’s memory and execution state so it can be examined with debugging tools during post-mortem analysis.

Community Discussion

No comments yet. Be the first to start the discussion!