Actions
Bug #7748
closedkmdb_fault() continuously prints that it's trying to enter safe mode
Start date:
2017-01-09
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
kmdb_fault()
attempts to try something a set number of times in a setjmp(). Unfortunately that variable is not volatile and thus it'll be happily optimized away.
Updated by Electric Monk over 6 years ago
- Status changed from New to Closed
git commit 5799076e1f3af0000bc13f34bd0b894d098fb1dc
commit 5799076e1f3af0000bc13f34bd0b894d098fb1dc Author: Patrick Mooney <pmooney@pfmooney.com> Date: 2017-01-30T01:11:02.000Z 7748 kmdb_fault() continuously prints that it's trying to enter safe mode Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Approved by: Dan McDonald <danmcd@omniti.com>
Actions