Crash-m / thelastripper

Automatically exported from code.google.com/p/thelastripper
0 stars 0 forks source link

Unhandled SocketException #153

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Description of the issue:
Sometimes application crushes because of unhandled exception:

System.Net.Sockets.SocketException was unhandled
  Message="An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full"
  Source="System"
  ErrorCode=10055
  NativeErrorCode=10055
  StackTrace:
       at System.Net.Sockets.Socket.EndAccept(Byte[]& buffer, Int32& bytesTransferred, IAsyncResult asyncResult)
       at System.Net.Sockets.Socket.EndAccept(IAsyncResult asyncResult)
       at LibLastRip.LastManager.AcceptCallback(IAsyncResult ar)
       at System.Net.LazyAsyncResult.Complete(IntPtr userToken)
       at System.Net.ContextAwareResult.CompleteCallback(Object state)
       at System.Threading.ExecutionContext.runTryCode(Object userData)
       at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Net.ContextAwareResult.Complete(IntPtr userToken)
       at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken)
       at System.Net.Sockets.BaseOverlappedAsyncResult.CompletionPortCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped)
       at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
  InnerException: 

GENERAL INFORMATION ABOUT YOUR SYSTEM:

TheLastRipper: v1.4.0 
Mono/.Net runtime: v2.0.50727
Operating system: Windows XP SP3 Prof.

Original issue reported on code.google.com by Dmitriy....@gmail.com on 6 Mar 2009 at 8:43

GoogleCodeExporter commented 8 years ago
i guess im having having the same issue:

EventType clr20r3, P1 thelastripper.exe, P2 1.3.3349.35336, P3 49ad7901, P4 
system,
P5 2.0.0.0, P6 4889de7a, P7 2c71, P8 10f, P9 system.net.sockets.socket, P10 NIL.

Original comment by tre...@gmail.com on 10 Mar 2009 at 11:11