21:19:46 Dumb question: if a kernel thread is "FREE" is it actually such that I can't trust its ::findstack output? 21:19:58 I have a dump with a "FREE" thread with a MASSIVE stack that makes me afraid it overflowed. 21:29:05 is the stack believable? 21:29:19 are you on a build where ::stackinfo works? 21:30:13 default stack is 5 pages? 21:32:49 I guess you can't get stackinfo after a thread is gone 21:34:07 but yeah, the stack is potentially valid 21:34:19 I don't _think_ it's guaranteed, but it might be 21:53:28 kmem_stackinfo isn't turned on anyway according to my mdb. 21:54:27 Oh wait.. .NVM. 21:56:24 what's the stack, it should be easy enough to find what's pushing it 21:56:29 andy added the good stuff to $C too 21:56:55 ::stack -sv 21:56:57 Oh yes, the `-s` flag is probably useful 22:01:15 Yeah... it's not an overflow by a long shot. :(