Actions
Feature #8455
closedSimple post-mortem reporter for amd64 loader.efi
Start date:
2017-07-04
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
FreeBSD update https://svnweb.freebsd.org/base?view=revision&revision=r306090
The uefi loader has the problem that with crash situation, there is no much information about the incident, so this update will add the way to try to grab the data. The trap.c does add the commands: grab_faults, ungrab_faults and fault to generate fault (for test).
Tested the build and the exception with bad code and with command "fault".
Updated by Electric Monk over 6 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 9c8f3233f955a5f06cea88f930e5d8e131795867
commit 9c8f3233f955a5f06cea88f930e5d8e131795867 Author: Toomas Soome <tsoome@me.com> Date: 2017-08-16T15:07:10.000Z 8455 Simple post-mortem reporter for amd64 loader.efi Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions