Opened 13 years ago

Last modified 6 years ago

#312 new enhancement

Coredumps should contain register state

Reported by: Jakub Jermář Owned by:
Priority: major Milestone:
Component: helenos/app/taskdump Version:
Keywords: Cc:
Blocker for: Depends on:
See also:

Description

Corefiles generated by taskdump do not contain the register state of the application which crashed or was snapshotted. This is a major shortcoming of our ability to generate coredumps because the coredumps are not that much useful without the register state. The register state is essential when one wants to print / reconstruct a stack trace or see the exact register value which caused the application to crash.

Change History (6)

comment:1 by Jakub Jermář, 13 years ago

Component: unspecifiedapp/taskdump

comment:2 by Jakub Jermář, 13 years ago

ia32 support for dumping registers was integrated in mainline,1108.

comment:3 by Jakub Jermář, 12 years ago

Milestone: 0.5.00.5.1

comment:4 by Jakub Jermář, 10 years ago

amd64 support for dumping registers was integrated in mainline,1131.

comment:5 by Jakub Jermář, 10 years ago

Milestone: 0.6.00.7.1

Retarget as there is currently no other architecture which could make use of this functionality due to missing drivers.

comment:6 by Jakub Jermář, 6 years ago

Milestone: 0.7.1
Note: See TracTickets for help on using tickets.