Displaying 1 result from an estimated 1 matches for "libcoreclr".
2016 May 03
4
Linux/ARM: Segfault issue when we build clang sources including __thread variable using -O2 flag
...-linux-armhf.so.3
(gdb) thread info
No symbol "info" in current context.
(gdb) bt
#0 0x76f7a410 in __tls_get_addr () from /lib/ld-linux-armhf.so.3
#1 0x7699787c in ClassLoader::LoadTypeHandleForTypeKey_Body(TypeKey*,
TypeHandle, ClassLoadLevel) () from
/dotnet/runtime.release.20160222.2/libcoreclr.so
#2 0x76994c4a in ClassLoader::LoadTypeHandleForTypeKey(TypeKey*,
TypeHandle, ClassLoadLevel, InstantiationContext const*) ()
from /dotnet/runtime.release.20160222.2/libcoreclr.so
#3 0x76995a38 in ClassLoader::LoadTypeDefThrowing(Module*, unsigned
int, ClassLoader::NotFoundAction,
ClassLoade...