-
danmcdDumb question: if a kernel thread is "FREE" is it actually such that I can't trust its ::findstack output?
-
danmcdI have a dump with a "FREE" thread with a MASSIVE stack that makes me afraid it overflowed.
-
richloweis the stack believable?
-
richloweare you on a build where ::stackinfo works?
-
tsoomedefault stack is 5 pages?
-
richloweI guess you can't get stackinfo after a thread is gone
-
richlowebut yeah, the stack is potentially valid
-
richloweI don't _think_ it's guaranteed, but it might be
-
danmcdkmem_stackinfo isn't turned on anyway according to my mdb.
-
danmcdOh wait.. .NVM.
-
richlowewhat's the stack, it should be easy enough to find what's pushing it
-
richloweandy added the good stuff to $C too
-
richlowe::stack -sv
-
andyfOh yes, the `-s` flag is probably useful
-
danmcdYeah... it's not an overflow by a long shot. :(