You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to debug (Ubuntu 20.04, VS Code (latest), .net 6, built with dotnet build -a x64) - getting infinite stack message, ending like:
at DynamicClass.stub_System.SR_get_Arg_PlatformNotSupported(System.RuntimeMethodHandle, System.RuntimeTypeHandle)
at DynamicClass.dynamic_System.PlatformNotSupportedException_.ctor(System.PlatformNotSupportedException)
at DynamicClass.stub_ctor_System.PlatformNotSupportedException_.ctor(System.RuntimeMethodHandle, System.RuntimeTypeHandle)
at DynamicClass.dynamic_Internal.Runtime.CompilerServices.Unsafe_As(Char ByRef)
at DynamicClass.stub_Internal.Runtime.CompilerServices.Unsafe_As(Char ByRef, System.RuntimeMethodHandle, System.RuntimeTypeHandle)
at DynamicClass.dynamic_System.String_EqualsHelper(System.String, System.String)
at DynamicClass.stub_System.String_EqualsHelper(System.String, System.String, System.RuntimeMethodHandle, System.RuntimeTypeHandle)
at DynamicClass.stub_System.String_Equals(System.String, System.String, System.RuntimeMethodHandle, System.RuntimeTypeHandle)
at DynamicClass.stub_System.String_op_Equality(System.String, System.String, System.RuntimeMethodHandle, System.RuntimeTypeHandle)
at DynamicClass.dynamic_System.Resources.ResourceManager_GetFirstResourceSet(System.Resources.ResourceManager, System.Globalization.CultureInfo)
at DynamicClass.stub_System.Resources.ResourceManager_GetFirstResourceSet(System.Resources.ResourceManager, System.Globalization.CultureInfo, System.RuntimeMethodHandle, System.RuntimeTypeHandle)
at DynamicClass.dynamic_System.Resources.ResourceManager_GetString(System.Resources.ResourceManager, System.String, System.Globalization.CultureInfo)
at DynamicClass.stub_virt_System.Resources.ResourceManager_GetString(System.Resources.ResourceManager, System.String, System.Globalization.CultureInfo, System.RuntimeMethodHandle, System.RuntimeTypeHandle)
at DynamicClass.dynamic_System.SR_InternalGetResourceString(System.String)
at DynamicClass.stub_System.SR_InternalGetResourceString(System.String, System.RuntimeMethodHandle, System.RuntimeTypeHandle)
at DynamicClass.dynamic_System.SR_GetResourceString(System.String)
at DynamicClass.stub_System.SR_GetResourceString(System.String, System.RuntimeMethodHandle, System.RuntimeTypeHandle)
at DynamicClass.stub_System.SR_get_Arg_PlatformNotSupported(System.RuntimeMethodHandle, System.RuntimeTypeHandle)
at DynamicClass.dynamic_System.PlatformNotSupportedException_.ctor(System.PlatformNotSupportedException)
at DynamicClass.stub_ctor_System.PlatformNotSupportedException_.ctor(System.RuntimeMethodHandle, System.RuntimeTypeHandle)
at DynamicClass.dynamic_Internal.Runtime.CompilerServices.Unsafe_As(System.IO.TextWriter ByRef)
at DynamicClass.stub_Internal.Runtime.CompilerServices.Unsafe_As(System.IO.TextWriter ByRef, System.RuntimeMethodHandle, System.RuntimeTypeHandle)
at DynamicClass.dynamic_System.Threading.Volatile_Read(System.IO.TextWriter ByRef)
at DynamicClass.stub_System.Threading.Volatile_Read(System.IO.TextWriter ByRef, System.RuntimeMethodHandle, System.RuntimeTypeHandle)
at DynamicClass.dynamic_System.Console_get_Out()
at DynamicClass.stub_System.Console_get_Out(System.RuntimeMethodHandle, System.RuntimeTypeHandle)
at DynamicClass.dynamic_System.Console_WriteLine(System.Object)
at DynamicClass.stub_System.Console_WriteLine(System.Object, System.RuntimeMethodHandle, System.RuntimeTypeHandle)
at DynamicClass.dynamic_HelloWorld.Hello+<>c_
b__0_2(<>c)
at System.RuntimeMethodHandle.InvokeMethod(System.Object, System.Span`1<System.Object> ByRef, System.Signature, Boolean, Boolean)
at System.Reflection.RuntimeMethodInfo.Invoke(System.Object, System.Reflection.BindingFlags, System.Reflection.Binder, System.Object[], System.Globalization.CultureInfo)
at System.Delegate.DynamicInvokeImpl(System.Object[])
at System.Delegate.DynamicInvoke(System.Object[])
at Pose.PoseContext.Isolate(System.Action, Pose.Shim[])
at HelloWorld.Hello.Main(System.String[])
The text was updated successfully, but these errors were encountered:
Hi, stumled in something looks like a bug.
with dotnet build -a x64
) - getting infinite stack message, ending like:at DynamicClass.stub_System.SR_get_Arg_PlatformNotSupported(System.RuntimeMethodHandle, System.RuntimeTypeHandle)
at DynamicClass.dynamic_System.PlatformNotSupportedException_.ctor(System.PlatformNotSupportedException)
at DynamicClass.stub_ctor_System.PlatformNotSupportedException_.ctor(System.RuntimeMethodHandle, System.RuntimeTypeHandle)
at DynamicClass.dynamic_Internal.Runtime.CompilerServices.Unsafe_As(Char ByRef)
at DynamicClass.stub_Internal.Runtime.CompilerServices.Unsafe_As(Char ByRef, System.RuntimeMethodHandle, System.RuntimeTypeHandle)
at DynamicClass.dynamic_System.String_EqualsHelper(System.String, System.String)
at DynamicClass.stub_System.String_EqualsHelper(System.String, System.String, System.RuntimeMethodHandle, System.RuntimeTypeHandle)
at DynamicClass.stub_System.String_Equals(System.String, System.String, System.RuntimeMethodHandle, System.RuntimeTypeHandle)
at DynamicClass.stub_System.String_op_Equality(System.String, System.String, System.RuntimeMethodHandle, System.RuntimeTypeHandle)
at DynamicClass.dynamic_System.Resources.ResourceManager_GetFirstResourceSet(System.Resources.ResourceManager, System.Globalization.CultureInfo)
at DynamicClass.stub_System.Resources.ResourceManager_GetFirstResourceSet(System.Resources.ResourceManager, System.Globalization.CultureInfo, System.RuntimeMethodHandle, System.RuntimeTypeHandle)
at DynamicClass.dynamic_System.Resources.ResourceManager_GetString(System.Resources.ResourceManager, System.String, System.Globalization.CultureInfo)
at DynamicClass.stub_virt_System.Resources.ResourceManager_GetString(System.Resources.ResourceManager, System.String, System.Globalization.CultureInfo, System.RuntimeMethodHandle, System.RuntimeTypeHandle)
at DynamicClass.dynamic_System.SR_InternalGetResourceString(System.String)
at DynamicClass.stub_System.SR_InternalGetResourceString(System.String, System.RuntimeMethodHandle, System.RuntimeTypeHandle)
at DynamicClass.dynamic_System.SR_GetResourceString(System.String)
at DynamicClass.stub_System.SR_GetResourceString(System.String, System.RuntimeMethodHandle, System.RuntimeTypeHandle)
at DynamicClass.stub_System.SR_get_Arg_PlatformNotSupported(System.RuntimeMethodHandle, System.RuntimeTypeHandle)
b__0_2(<>c)at DynamicClass.dynamic_System.PlatformNotSupportedException_.ctor(System.PlatformNotSupportedException)
at DynamicClass.stub_ctor_System.PlatformNotSupportedException_.ctor(System.RuntimeMethodHandle, System.RuntimeTypeHandle)
at DynamicClass.dynamic_Internal.Runtime.CompilerServices.Unsafe_As(System.IO.TextWriter ByRef)
at DynamicClass.stub_Internal.Runtime.CompilerServices.Unsafe_As(System.IO.TextWriter ByRef, System.RuntimeMethodHandle, System.RuntimeTypeHandle)
at DynamicClass.dynamic_System.Threading.Volatile_Read(System.IO.TextWriter ByRef)
at DynamicClass.stub_System.Threading.Volatile_Read(System.IO.TextWriter ByRef, System.RuntimeMethodHandle, System.RuntimeTypeHandle)
at DynamicClass.dynamic_System.Console_get_Out()
at DynamicClass.stub_System.Console_get_Out(System.RuntimeMethodHandle, System.RuntimeTypeHandle)
at DynamicClass.dynamic_System.Console_WriteLine(System.Object)
at DynamicClass.stub_System.Console_WriteLine(System.Object, System.RuntimeMethodHandle, System.RuntimeTypeHandle)
at DynamicClass.dynamic_HelloWorld.Hello+<>c_
at System.RuntimeMethodHandle.InvokeMethod(System.Object, System.Span`1<System.Object> ByRef, System.Signature, Boolean, Boolean)
at System.Reflection.RuntimeMethodInfo.Invoke(System.Object, System.Reflection.BindingFlags, System.Reflection.Binder, System.Object[], System.Globalization.CultureInfo)
at System.Delegate.DynamicInvokeImpl(System.Object[])
at System.Delegate.DynamicInvoke(System.Object[])
at Pose.PoseContext.Isolate(System.Action, Pose.Shim[])
at HelloWorld.Hello.Main(System.String[])
The text was updated successfully, but these errors were encountered: