Skip to content

Instantly share code, notes, and snippets.

@sharl
Created May 8, 2013 11:21
Show Gist options
  • Save sharl/5539829 to your computer and use it in GitHub Desktop.
Save sharl/5539829 to your computer and use it in GitHub Desktop.
Stacktrace:
at (wrapper managed-to-native) System.Environment.internalGetHome () <0x00047>
at (wrapper managed-to-native) System.Environment.internalGetHome () <0x00047>
at System.Environment.InternalGetFolderPath (System.Environment/SpecialFolder) <0x00023>
at System.Environment.GetFolderPath (System.Environment/SpecialFolder) <0x00017>
at Mono.Security.X509.X509StoreManager.get_CurrentUser () <0x00027>
at System.Security.Cryptography.X509Certificates.X509Store.get_Factory () <0x0001b>
at System.Security.Cryptography.X509Certificates.X509Store.Open (System.Security.Cryptography.X509Certificates.OpenFlags) <0x00123>
at System.Security.Cryptography.X509Certificates.X509Chain.get_Roots () <0x0005f>
at System.Security.Cryptography.X509Certificates.X509Chain.get_CertificateCollection () <0x00063>
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) <0x000c3>
at System.Net.ServicePointManager/ChainValidationHelper.ValidateChain (Mono.Security.X509.X509CertificateCollection) <0x0027f>
at Mono.Security.Protocol.Tls.SslClientStream.OnRemoteCertificateValidation2 (Mono.Security.X509.X509CertificateCollection) <0x0002d>
at Mono.Security.Protocol.Tls.SslStreamBase.RaiseRemoteCertificateValidation2 (Mono.Security.X509.X509CertificateCollection) <0x0001b>
at Mono.Security.Protocol.Tls.SslClientStream.RaiseServerCertificateValidation2 (Mono.Security.X509.X509CertificateCollection) <0x00017>
at Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificate.validateCertificates (Mono.Security.X509.X509CertificateCollection) <0x000f4>
at Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificate.ProcessAsTls1 () <0x000d3>
at Mono.Security.Protocol.Tls.Handshake.HandshakeMessage.Process () <0x0005c>
at (wrapper remoting-invoke-with-check) Mono.Security.Protocol.Tls.Handshake.HandshakeMessage.Process () <0x00053>
at Mono.Security.Protocol.Tls.ClientRecordProtocol.ProcessHandshakeMessage (Mono.Security.Protocol.Tls.TlsStream) <0x0009f>
at Mono.Security.Protocol.Tls.RecordProtocol.InternalReceiveRecordCallback (System.IAsyncResult) <0x002af>
at System.Net.Sockets.Socket/SocketAsyncResult.Complete () <0x001dc>
at System.Net.Sockets.Socket/Worker.Receive () <0x0001b>
at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0x00051>
Native stacktrace:
/opt/TwitterIrcGateway/TwitterIrcGatewayCLI() [0x426929]
/opt/TwitterIrcGateway/TwitterIrcGatewayCLI() [0x563f21]
/lib/x86_64-linux-gnu/libpthread.so.0(+0xfcb0) [0x7f7ed7c1bcb0]
/lib/x86_64-linux-gnu/libc.so.6(+0x15f982) [0x7f7ed708d982]
/opt/TwitterIrcGateway/TwitterIrcGatewayCLI() [0x49107a]
[0x418fee47]
Debug info from gdb:
=================================================================
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