首页 新闻 会员 周边

加载coreclr出错: !"Recursion in CLRException::GetThrowable"

0
[已解决问题] 解决于 2016-03-18 11:43

dotent cli 的 corehost 加载 coreclr 时出现下面的错误:

Compiling  120 System.Text.UTF8Encoding::GetBytes, IL size = 1572, hsh=0xcf085649
Compiling  121 DomainNeutralILStubClass::IL_STUB_PInvoke, IL size = 59, hsh=0x2f6692f9

Assert failure(PID 21992 [0x000055e8], Thread: 21992 [0x55e8]): !"Recursion in CLRException::GetThrowable"
    File: /git/coreclr/src/vm/clrex.cpp Line: 149
    Image: /git/about.cnblogs.com/corehost

**** MessageBox invoked, title 'corehost - Assert Failure (PID 21992, Thread 21992/0x55e8)' ****
  !"Recursion in CLRException::GetThrowable"

/git/coreclr/src/vm/clrex.cpp, Line: 149
dudu的主页 dudu | 高人七级 | 园豆:31007
提问于:2016-03-18 11:37
< >
分享
最佳答案
0

是因为少了 System.Globalization.Native.so 文件,复制过来即可。

[/git/coreclr/bin/Product/Linux.x64.Debug# cp System.Globalization.Native.so /git/about.cnblogs.com
dudu | 高人七级 |园豆:31007 | 2016-03-18 11:43
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册