This repository was archived by the owner on Mar 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
GetContextAsync Exceptions on ARM #126
Comments
Possibly related: aspnet/dnx#2063 |
Any update on this? I'm trying to use WebListener on my Raspberry Pi 2 and hit this issue. |
@muratg - this may need to be retriaged. |
Let's reconsider this in 1.0.0 since UWP apps can now use http.sys to server web requests. |
Thanks. What's the timeline for 1.0.0? |
The issue here is that HttpReceiveHttpRequest expects the buffer to be 8-byte aligned but on ARM the buffer is 4-byte aligned and when falls on the 4 byte boundary HttpReceiveHttpRequest returns |
moozzyk
pushed a commit
that referenced
this issue
Jun 15, 2016
moozzyk
pushed a commit
that referenced
this issue
Jun 15, 2016
moozzyk
pushed a commit
that referenced
this issue
Jun 17, 2016
moozzyk
pushed a commit
that referenced
this issue
Jun 22, 2016
Fixed in f63e53b |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When running on Win 10 IoT with ARM CoreCLR we often get the following error:
This looks similar to: http://blogs.msdn.com/b/cie/archive/2013/10/31/compute-emulator-invalid-access-to-memory-location.aspx
The text was updated successfully, but these errors were encountered: