Skip to content

Instantly share code, notes, and snippets.

@davidfowl
Created February 9, 2015 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidfowl/2bf1c256e084ed2f9863 to your computer and use it in GitHub Desktop.
Save davidfowl/2bf1c256e084ed2f9863 to your computer and use it in GitHub Desktop.
Mono explosion
Warning: FindPackagesById: System.Runtime.Handles
Error getting response stream (ReadDone1): ReceiveFailure
GET https://nuget.org/api/v2/FindPackagesById()?Id='System.Runtime.Handles'.
Warning: FindPackagesById: System.Diagnostics.Process
Error getting response stream (ReadDone1): ReceiveFailure
GET https://nuget.org/api/v2/FindPackagesById()?Id='System.Diagnostics.Process '.
Warning: FindPackagesById: System.Reflection.Primitives
Error getting response stream (ReadDone1): ReceiveFailure
GET https://nuget.org/api/v2/FindPackagesById()?Id='System.Reflection.Primitiv es'.
Warning: FindPackagesById: System.IO.FileSystem.Primitives
Error getting response stream (ReadDone1): ReceiveFailure
GET https://nuget.org/api/v2/FindPackagesById()?Id='System.IO.FileSystem.Primi tives'.
Warning: FindPackagesById: Microsoft.Net.Http
Error getting response stream (ReadDone1): ReceiveFailure
GET https://nuget.org/api/v2/FindPackagesById()?Id='Microsoft.Net.Http'.
Warning: FindPackagesById: System.Dynamic.Runtime
Error getting response stream (ReadDone1): ReceiveFailure
GET https://nuget.org/api/v2/FindPackagesById()?Id='System.Dynamic.Runtime'.
Warning: FindPackagesById: System.Net.Http
Error getting response stream (ReadDone1): ReceiveFailure
GET https://nuget.org/api/v2/FindPackagesById()?Id='System.Net.Http'.
Warning: FindPackagesById: Microsoft.Win32.Primitives
Error getting response stream (ReadDone1): ReceiveFailure
GET https://nuget.org/api/v2/FindPackagesById()?Id='Microsoft.Win32.Primitives '.
Warning: FindPackagesById: System.Net.NetworkInformation
Error getting response stream (ReadDone1): ReceiveFailure
GET https://nuget.org/api/v2/FindPackagesById()?Id='System.Net.NetworkInformat ion'.
Warning: FindPackagesById: Microsoft.Net.WebSockets
Error getting response stream (ReadDone1): ReceiveFailure
GET https://nuget.org/api/v2/FindPackagesById()?Id='Microsoft.Net.WebSockets'.
Warning: FindPackagesById: System.Xml.XmlSerializer
Error getting response stream (ReadDone1): ReceiveFailure
GET https://nuget.org/api/v2/FindPackagesById()?Id='System.Xml.XmlSerializer'.
OK https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?Id='System.Ne t.NetworkInformation' 32008ms
OK https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?Id='System.Dy namic.Runtime' 32198ms
Stacktrace:
Native stacktrace:
mono() [0x4accac]
mono() [0x50451f]
mono() [0x42a7c7]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x10340) [0x7f32a149b340]
mono() [0x585b07]
mono() [0x582484]
mono() [0x61e0b6]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x8182) [0x7f32a1493182]
/lib/x86_64-linux-gnu/libc.so.6(clone+0x6d) [0x7f32a11c000d]
Debug info from gdb:
Warning: FindPackagesById: System.Net.Http
Error: ConnectFailure (Connection reset by peer)
GET https://nuget.org/api/v2/FindPackagesById()?Id='System.Net.Http'.
Warning: FindPackagesById: System.Dynamic.Runtime
Error: ConnectFailure (Connection reset by peer)
Warning: FindPackagesById: System.IO.FileSystem.Primitives
Error: ConnectFailure (Connection reset by peer)
=================================================================
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.
=================================================================
Aborted (core dumped)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment