Actions
Bug #5554
closedkmdb can't trace stacks that begin within itself
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
mdb - modular debugger
Start date:
2015-01-22
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
Robert reported that after #5132, kmdb can't trace a stack out of itself, believing the %fp to be invalid. That's because kmdb runs in a logical separate piece of stack, which is much higher than the normal thread stack space
Updated by Electric Monk over 8 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 32b5e9f0cda85eef94eb578dd053e155df43fed3
commit 32b5e9f0cda85eef94eb578dd053e155df43fed3 Author: Richard Lowe <richlowe@richlowe.net> Date: 2015-01-29T16:05:43.000Z 5554 kmdb can't trace stacks that begin within itself Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: Alex Reece <alex@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
Actions