Opened 14 years ago
Last modified 7 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 , 14 years ago
Component: | unspecified → app/taskdump |
---|
comment:2 by , 13 years ago
comment:3 by , 12 years ago
Milestone: | 0.5.0 → 0.5.1 |
---|
comment:5 by , 10 years ago
Milestone: | 0.6.0 → 0.7.1 |
---|
Retarget as there is currently no other architecture which could make use of this functionality due to missing drivers.
comment:6 by , 7 years ago
Milestone: | 0.7.1 |
---|
Note:
See TracTickets
for help on using tickets.
ia32 support for dumping registers was integrated in mainline,1108.