Created
November 29, 2014 19:56
-
-
Save julianjelfs/47edb7be50ca6d43c22a to your computer and use it in GitHub Desktop.
kpm restore error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Out of memory | |
| Stacktrace: | |
| at <unknown> <0xffffffff> | |
| at (wrapper managed-to-native) object.__icall_wrapper_mono_gc_alloc_vector (intptr,intptr,intptr) <0xffffffff> | |
| at (wrapper alloc) object.AllocVector (intptr,intptr) <0xffffffff> | |
| at Mono.Security.X509.X509Store.Load (string) <0x00068> | |
| at Mono.Security.X509.X509Store.LoadCertificate (string) <0x00037> | |
| at Mono.Security.X509.X509Store.BuildCertificatesCollection (string) <0x00107> | |
| at Mono.Security.X509.X509Store.get_Certificates () <0x00023> | |
| at System.Security.Cryptography.X509Certificates.X509Store.Open (System.Security.Cryptography.X509Certificates.OpenFlags) <0x00143> | |
| at System.Security.Cryptography.X509Certificates.X509Chain.get_UserRootStore () <0x000ab> | |
| at System.Security.Cryptography.X509Certificates.X509Chain.get_Roots () <0x0005b> | |
| at System.Security.Cryptography.X509Certificates.X509Chain.get_CertificateCollection () <0x000a3> | |
| at System.Security.Cryptography.X509Certificates.X509Chain.FindParent (System.Security.Cryptography.X509Certificates.X509Certificate2) <0x00027> | |
| at System.Security.Cryptography.X509Certificates.X509Chain.BuildChainFrom (System.Security.Cryptography.X509Certificates.X509Certificate2) <0x0003b> | |
| at System.Security.Cryptography.X509Certificates.X509Chain.Build (System.Security.Cryptography.X509Certificates.X509Certificate2) <0x00083> | |
| at System.Net.ServicePointManager/ChainValidationHelper.ValidateChain (Mono.Security.X509.X509CertificateCollection) <0x002cf> | |
| at Mono.Security.Protocol.Tls.SslClientStream.OnRemoteCertificateValidation2 (Mono.Security.X509.X509CertificateCollection) <0x0002a> | |
| at Mono.Security.Protocol.Tls.SslStreamBase.RaiseRemoteCertificateValidation2 (Mono.Security.X509.X509CertificateCollection) <0x00018> | |
| at Mono.Security.Protocol.Tls.SslClientStream.RaiseServerCertificateValidation2 (Mono.Security.X509.X509CertificateCollection) <0x00013> | |
| at Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificate.RemoteValidation (Mono.Security.Protocol.Tls.ClientContext,Mono.Security.Protocol.Tls.AlertDescription) <0x0003a> | |
| at Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificate.validateCertificates (Mono.Security.X509.X509CertificateCollection) <0x0007f> | |
| at Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificate.ProcessAsTls1 () <0x00117> | |
| at Mono.Security.Protocol.Tls.Handshake.HandshakeMessage.Process () <0x00056> | |
| at (wrapper remoting-invoke-with-check) Mono.Security.Protocol.Tls.Handshake.HandshakeMessage.Process () <0xffffffff> | |
| at Mono.Security.Protocol.Tls.ClientRecordProtocol.ProcessHandshakeMessage (Mono.Security.Protocol.Tls.TlsStream) <0x000a3> | |
| at Mono.Security.Protocol.Tls.RecordProtocol.InternalReceiveRecordCallback (System.IAsyncResult) <0x0029c> | |
| at (wrapper runtime-invoke) <Module>.runtime_invoke_void__this___object (object,intptr,intptr,intptr) <0xffffffff> | |
| Native stacktrace: | |
| mono() [0x4b4008] | |
| /lib/x86_64-linux-gnu/libpthread.so.0(+0x10340) [0x7fe7fd194340] | |
| /lib/x86_64-linux-gnu/libc.so.6(gsignal+0x39) [0x7fe7fcdf4bb9] | |
| /lib/x86_64-linux-gnu/libc.so.6(abort+0x148) [0x7fe7fcdf7fc8] | |
| mono() [0x6282e9] | |
| mono() [0x6284ef] | |
| mono() [0x628592] | |
| mono() [0x5e5cc6] | |
| mono() [0x5e5ea3] | |
| [0x4091d2ae] | |
| Debug info from gdb: | |
| Could not attach to process. If your uid matches the uid of the target | |
| process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try | |
| again as the root user. For more details, see /etc/sysctl.d/10-ptrace.conf | |
| ptrace: Operation not permitted. | |
| No threads. | |
| ================================================================= | |
| Got a SIGABRT 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