Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. Stacktrace:
  2.  
  3. at <unknown> <0xffffffff>
  4. at (wrapper managed-to-native) System.Type.internal_from_name (string,bool,bool) <0xffffffff>
  5. at System.Type.GetType (string,bool) <0x0002f>
  6. at System.Runtime.Serialization.Formatters.Binary.ObjectReader.ReadTypeMetadata (System.IO.BinaryReader,bool,bool) <0x002b7>
  7. at System.Runtime.Serialization.Formatters.Binary.ObjectReader.ReadObjectInstance (System.IO.BinaryReader,bool,bool,long&,object&,System.Runtime.Serialization.SerializationInfo&) <0x0004b>
  8. at System.Runtime.Serialization.Formatters.Binary.ObjectReader.ReadObject (System.Runtime.Serialization.Formatters.Binary.BinaryElement,System.IO.BinaryReader,long&,object&,System.Runtime.Serialization.SerializationInfo&) <0x000df>
  9. at System.Runtime.Serialization.Formatters.Binary.ObjectReader.ReadObject (System.Runtime.Serialization.Formatters.Binary.BinaryElement,System.IO.BinaryReader,long&,object&,System.Runtime.Serialization.SerializationInfo&) <0x001e7>
  10. at System.Runtime.Serialization.Formatters.Binary.ObjectReader.ReadNextObject (System.Runtime.Serialization.Formatters.Binary.BinaryElement,System.IO.BinaryReader) <0x00087>
  11. at System.Runtime.Serialization.Formatters.Binary.ObjectReader.ReadObjectGraph (System.Runtime.Serialization.Formatters.Binary.BinaryElement,System.IO.BinaryReader,bool,object&,System.Runtime.Remoting.Messaging.Header[]&) <0x0004f>
  12. at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.NoCheckDeserialize (System.IO.Stream,System.Runtime.Remoting.Messaging.HeaderHandler) <0x00143>
  13. at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize (System.IO.Stream) <0x00013>
  14. at PlasmaDownloader.Packages.PackageDownloader.LoadRepositories () <0x0013b>
  15. at PlasmaDownloader.Packages.PackageDownloader..ctor (PlasmaDownloader.PlasmaDownloader) <0x00393>
  16. at PlasmaDownloader.PlasmaDownloader..ctor (PlasmaDownloader.IPlasmaDownloaderConfig,PlasmaShared.SpringScanner,PlasmaShared.SpringPaths) <0x00213>
  17. at ZeroKLobby.Program.Main (string[]) <0x0127f>
  18. at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object (object,intptr,intptr,intptr) <0xffffffff>
  19.  
  20. Native stacktrace:
  21.  
  22. /usr/lib/libmonosgen-2.0.so.1(+0xd546a) [0x7fc5481c446a]
  23. /usr/lib/libmonosgen-2.0.so.1(+0x133aeb) [0x7fc548222aeb]
  24. /usr/lib/libmonosgen-2.0.so.1(+0x3fde6) [0x7fc54812ede6]
  25. /usr/lib/libpthread.so.0(+0x10210) [0x7fc547ee3210]
  26. /usr/lib/libmonosgen-2.0.so.1(+0x1f158a) [0x7fc5482e058a]
  27. /usr/lib/libmonosgen-2.0.so.1(+0x1f111f) [0x7fc5482e011f]
  28. /usr/lib/libmonosgen-2.0.so.1(+0x1f13c3) [0x7fc5482e03c3]
  29. /usr/lib/libmonosgen-2.0.so.1(+0x16f3b4) [0x7fc54825e3b4]
  30. [0x414b1920]
  31.  
  32. Debug info from gdb:
  33.  
  34.  
  35. =================================================================
  36. Got a SIGSEGV while executing native code. This usually indicates
  37. a fatal error in the mono runtime or one of the native libraries
  38. used by your application.
  39. =================================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement