Skip to content

Instantly share code, notes, and snippets.

@archon810
Created July 24, 2012 21:54
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 archon810/3172922 to your computer and use it in GitHub Desktop.
Save archon810/3172922 to your computer and use it in GitHub Desktop.
CONNECT \
Server loaded out of process
TotalAndDroid
Unspecified error
File listing failed for \ with error System.AggregateException: One or more errors occurred. ---> System.Net.Sockets.SocketException: The system detected an invalid pointer address in attempting to use a pointer argument in a call
Server stack trace:
at System.Net.Sockets.Socket.BeginConnectEx(EndPoint remoteEP, Boolean flowContext, AsyncCallback callback, Object state)
at System.Net.Sockets.Socket.BeginConnect(EndPoint remoteEP, AsyncCallback callback, Object state)
at AdbByClr.Communication.AdbSocket.BeginConnect(IPEndPoint address, AsyncCallback callback, Object state)
at AdbByClr.Communication.AdbChannel..(AsyncCallback , Object )
at System.Threading.Tasks.TaskFactory.FromAsync(Func`3 beginMethod, Action`1 endMethod, Object state, TaskCreationOptions creationOptions)
at AdbByClr.Communication.AdbChannel. .MoveNext()
Exception rethrown at [0]:
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccess(Task task)
at AdbByClr.Communication.CommunicationService..MoveNext()
Exception rethrown at [1]:
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccess(Task task)
at AdbByClr.Device.DeviceService. .MoveNext()
Exception rethrown at [2]:
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccess(Task task)
at AdbByClr.Device.DeviceService...MoveNext()
Exception rethrown at [3]:
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccess(Task task)
at AdbByClr.Device.DeviceService..MoveNext()
Exception rethrown at [4]:
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccess(Task task)
at AdbByClr.Device.DeviceService..MoveNext()
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at System.Threading.Tasks.Task`1.get_Result()
at TotalAndDroid.FileSystem.TotalAndDroidFsService.#=qkjr$VBjn9eCHvtrfUr8XRmV9xi8tPvkZap84eGemC00=.MoveNext()
at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer)
at TotalAndDroid.FileSystem.TotalAndDroidFsService.#=qzBoFX6AE9yug7v$xGBeunA==()
at TotalAndDroid.FileSystem.TotalAndDroidFsService.GetFileSystemInfos(String path)
at #=qnOQlUK3$hs$5FymjTeeh26U8$TrkokV4iBa9I6CLZurMhbeS0MAl9MdaVDbH44NN8u_UEnzN0RDc7Y3C47zopQ==.NetFsFindFirst(String #=qL3FIiylgcU12W7iws0TMaA==, NET_WIN32_FIND_DATAW& #=q8TlDW0GEpPVJb9raIR2iaA==)
at TotalByClr.Server.TotalFileSystemService.NetFsFindFirst(String Path, NET_WIN32_FIND_DATAW& FindData)
---> (Inner Exception #0) System.Net.Sockets.SocketException (0x80004005): The system detected an invalid pointer address in attempting to use a pointer argument in a call
Server stack trace:
at System.Net.Sockets.Socket.BeginConnectEx(EndPoint remoteEP, Boolean flowContext, AsyncCallback callback, Object state)
at System.Net.Sockets.Socket.BeginConnect(EndPoint remoteEP, AsyncCallback callback, Object state)
at AdbByClr.Communication.AdbSocket.BeginConnect(IPEndPoint address, AsyncCallback callback, Object state)
at AdbByClr.Communication.AdbChannel..(AsyncCallback , Object )
at System.Threading.Tasks.TaskFactory.FromAsync(Func`3 beginMethod, Action`1 endMethod, Object state, TaskCreationOptions creationOptions)
at AdbByClr.Communication.AdbChannel. .MoveNext()
Exception rethrown at [0]:
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccess(Task task)
at AdbByClr.Communication.CommunicationService..MoveNext()
Exception rethrown at [1]:
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccess(Task task)
at AdbByClr.Device.DeviceService. .MoveNext()
Exception rethrown at [2]:
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccess(Task task)
at AdbByClr.Device.DeviceService...MoveNext()
Exception rethrown at [3]:
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccess(Task task)
at AdbByClr.Device.DeviceService..MoveNext()
Exception rethrown at [4]:
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccess(Task task)
at AdbByClr.Device.DeviceService..MoveNext()<---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment