Skip to content

Instantly share code, notes, and snippets.

@jgold6
Created October 16, 2015 23:24
Show Gist options
  • Select an option

  • Save jgold6/b1c121ff4ce89174a8c2 to your computer and use it in GitHub Desktop.

Select an option

Save jgold6/b1c121ff4ce89174a8c2 to your computer and use it in GitHub Desktop.
Mandroid error text
Stacktrace:
at <unknown> <0xffffffff>
at string.Trim () <0x0001b>
at System.Runtime.Versioning.BinaryCompatibility.ParseFrameworkName (string,string&,int&,string&) <0x000a3>
at System.Runtime.Versioning.BinaryCompatibility.ParseTargetFrameworkMonikerIntoEnum (string,System.Runtime.Versioning.TargetFrameworkId&,int&) <0x00053>
at System.Runtime.Versioning.BinaryCompatibility.ReadTargetFrameworkId () <0x00053>
at System.Runtime.Versioning.BinaryCompatibility.get_AppWasBuiltForFramework () <0x0001b>
at System.Runtime.Versioning.BinaryCompatibility/BinaryCompatibilityMap..ctor () <0x0000b>
at System.Runtime.Versioning.BinaryCompatibility..cctor () <0x0001f>
at (wrapper runtime-invoke) object.runtime_invoke_void (object,intptr,intptr,intptr) <0xffffffff>
at <unknown> <0xffffffff>
at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&) <0xffffffff>
at System.Reflection.MonoMethod.Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) <0x00093>
at System.Reflection.MonoProperty.GetValue (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) <0x00081>
at System.Reflection.PropertyInfo.GetValue (object) <0x0003a>
at System.Xml.BinaryCompatibility.RunningOnCheck (string) <0x000cf>
at System.Xml.BinaryCompatibility..cctor () <0x00013>
at (wrapper runtime-invoke) object.runtime_invoke_void (object,intptr,intptr,intptr) <0xffffffff>
at <unknown> <0xffffffff>
at System.Xml.XmlReaderSettings.EnableLegacyXmlSettings () <0x00033>
at System.Xml.XmlTextReaderImpl..ctor (System.Xml.XmlNameTable) <0x000e3>
at System.Xml.XmlTextReaderImpl..ctor (string,System.IO.TextReader,System.Xml.XmlNameTable) <0x0001b>
at System.Xml.XmlTextReaderImpl..ctor (System.IO.TextReader,System.Xml.XmlNameTable) <0x00027>
at System.Xml.XmlTextReader..ctor (System.IO.TextReader,System.Xml.XmlNameTable) <0x0003b>
at System.Xml.XmlDocument.LoadXml (string) <0x0006b>
at Xamarin.Licensing.PlatformActivation.TransformSystemProfilerOutput (string) <0x00036>
at Xamarin.Licensing.PlatformActivation.GetRegistrationXml (Mono.Touch.Activation.Common.License) <0x00163>
at Xamarin.Licensing.PlatformActivation.ShowDataFile () <0x00013>
at Xamarin.Licensing.PlatformActivation.ProcessOptions () <0x0010f>
at Monodroid.Arguments.Parse (System.Collections.Generic.IEnumerable`1<string>) <0x013af>
at Monodroid.MainClass.Main (string[]) <0x00023>
at (wrapper runtime-invoke) <Module>.runtime_invoke_int_object (object,intptr,intptr,intptr) <0xffffffff>
Native stacktrace:
Debug info from gdb:
(lldb) command source -s 0 '/tmp/mono-gdb-commands.v0Fvrx'
Executing commands in '/tmp/mono-gdb-commands.v0Fvrx'.
(lldb) process attach --pid 10412
error: attach failed: attach failed: lost connection
(lldb) XR1L
error: 'XR1L' is not a valid command.
error: Unrecognized command 'XR1L'.
=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment