This repository was archived by the owner on Mar 19, 2019. It is now read-only.
This repository was archived by the owner on Mar 19, 2019. It is now read-only.
GetContextAsync Exceptions on ARM #126
Closed
Description
When running on Win 10 IoT with ARM CoreCLR we often get the following error:
error : [Microsoft.Net.Http.Server.WebListener] GetContextAsync
Microsoft.Net.Http.Server.WebListenerException: Invalid access to memory location
at Microsoft.Net.Http.Server.WebListener.GetContextAsync()
error : [Microsoft.AspNet.Server.WebListener.MessagePump] ListenForNextRequestAsync
Microsoft.Net.Http.Server.WebListenerException: Invalid access to memory location
at Microsoft.Net.Http.Server.WebListener.GetContextAsync()
at Microsoft.AspNet.Server.WebListener.MessagePump.<ProcessRequestsWorker>d__18.MoveNext()
This looks similar to: http://blogs.msdn.com/b/cie/archive/2013/10/31/compute-emulator-invalid-access-to-memory-location.aspx