interesting thing I see in windbg for the stack I see
03 00000000`0beaad80 000007fe`ed4def6c clr!CreateHistoryReader+0x3331a
and then when I run !clrstack it shows this
000000000beaae38 000000007756165a [HelperMethodFrame: 000000000beaae38] System.Threading.Thread.SleepInternal(Int32)
so that means that windbg extension is able to map it correctly. is the sos and clr extension source available somewhere that I can look at ?


