-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WinDbg begginers question: Unable to acquire .NET debugger interface. Error: 8027025b #13
Comments
In the debugger, what is the output of:
|
Idle for a long time |
@rodneyviana I'm able to reproduce it. 0:000> !windex -tree 0:000> !wdo 0000016533A8FAD0 |
Please help me understand the problem better: Are you able to get heap information from sos (like '!dumpheap -stat')? |
yes
0:000> !wve
0:000> .cordll -ve -u -l |
You used "!wve" instead of "!wver" |
Hi Rodney, I am seeing the same behavior and another wrinkle:
0:000> .cordll -u -ve -l 0:000> !wver NetExt (this extension) Version: 2.1.65.5000 0:000> !windex |
I suspect this might be expected as well if there's no managed heap in the trace etc. ? (I mean, not the crash, but an exception if there's nothing to load) |
Unable to acquire .NET debugger interface
CLR DLL status: No load attempts
Browse full module list |
@rodneyviana Sorry for bothering you, but could you guide me what should I do to get it working? |
If .cordll is not loading the DAC DLL it means the heap is in an unstable state or not initialized.
|
You are correct. It seems to be the case. If sos doesn’t work, NetExt will not work either as they use the same DAC API |
I guess the problem is not in the dump, I have dump that I could analyze previously and currently it doesn't work for some reason. |
I am getting the following error on WinDbg Preview 1,0,2007.0.6001:
!windex -tree
Unable to acquire .NET debugger interface. Error: 8027025b
c0000005 Exception in netext.windex debugger extension.
PC: 5a07691c VA: 00000000 R/W: 0 Parameter: 00000000
.chain
Extension DLL search Path:
C:\Program Files (x86)\Intel\iCLS Client;C:\Program Files\Intel\iCLS Client;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\Program Files (x86)\Common Files\Apple\Apple Application Support;C:\Program Files (x86)\Common Files\Apple\Mobile Device Support;C:\Program Files\Common Files\Apple\Apple Application Support;C:\Program Files\Common Files\Apple\Mobile Device Support;C:\WINDOWS\System32\OpenSSH;C:\Program Files\SafeNet\Authentication\SAC\x64;C:\Program Files\SafeNet\Authentication\SAC\x32;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\WiFi\bin;C:\Program Files\Common Files\Intel\WirelessCommon;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\aristeu.agaj\AppData\Local\Microsoft\WindowsApps;C:\Program Files\Intel\WiFi\bin;C:\Program Files\Common Files\Intel\WirelessCommon
Extension DLL chain:
netext: image 2.1.57.5000, API 1.0.0, built Mon May 18 13:26:11 2020
[path: C:\Users\aristeu.agaj\Desktop\memdump\WinDbg\x86\netext.dll]
mscorwks: image 2.0.50727.9151, built Sat Mar 21 02:10:51 2020
[path: C:\Users\aristeu.agaj\Desktop\memdump\WinDbg\x86\mscorwks.dll]
ELFBinComposition: image 10.0.20153.1000, API 0.0.0,
[path: C:\Users\aristeu.agaj\Desktop\memdump\WinDbg\x86\winext\ELFBinComposition.dll]
dbghelp: image 10.0.20153.1000, API 10.0.6,
[path: C:\Users\Desktop\memdump\WinDbg\x86\dbghelp.dll]
ext: image 10.0.20153.1000, API 1.0.0,
[path: C:\Users\aristeu.agaj\Desktop\memdump\WinDbg\x86\winext\ext.dll]
exts: image 10.0.20153.1000, API 1.0.0,
[path: C:\Users\aristeu.agaj\Desktop\memdump\WinDbg\x86\WINXP\exts.dll]
uext: image 10.0.20153.1000, API 1.0.0,
[path: C:\Users\aristeu.agaj\Desktop\memdump\WinDbg\x86\winext\uext.dll]
ntsdexts: image 10.0.20153.1000, API 1.0.0,
[path: C:\Users\aristeu.agaj\Desktop\memdump\WinDbg\x86\WINXP\ntsdexts.dll]
The text was updated successfully, but these errors were encountered: