-
Notifications
You must be signed in to change notification settings - Fork 18k
runtime: failed to commit pages (windows) #8038
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Milestone
Comments
This problem only happens (for me) when BOTH of these conditions are met: 1. main.exe runs from a network drive 2. OS is Windows XP 32-bit On Windows XP, the example program doesn't crash when I copied main.exe to C:\temp\ and ran it from there. On Windows 8 64-bit and Windows 7 64-bit, the same main.exe (32-bit) doesn't crash from my network drive (coincidentally named U:) I ran it more than 20 times successfully from network U: drive. Here are the 32-bit versions of go I tested (built with latest 32-bit TDM-GCC.) go version devel +abe528ee4a57 Mon May 19 10:12:15 2014 -0700 windows/386 go version devel +4a839bf01b58 Tue May 20 15:52:08 2014 +1000 windows/386 Windows versions tested: Windows 8 64-bit (native) Windows 7 64-bit (VMware Workstation) Windows XP 32-bit (VMware Workstation) Unfortunately, I don't have 32-bit Windows 7 handy for testing. It would be nice to know how that flavor handles this program from a network drive. |
CL https://golang.org/cl/147820043 mentions this issue. |
This issue was closed by revision 048692e. Status changed to Fixed. |
wheatman
pushed a commit
to wheatman/go-akaros
that referenced
this issue
Jun 25, 2018
Same fix as for SysUnused. Fixes golang#8038. LGTM=iant, alex.brainman R=golang-codereviews, iant, alex.brainman CC=golang-codereviews https://golang.org/cl/147820043
wheatman
pushed a commit
to wheatman/go-akaros
that referenced
this issue
Jul 9, 2018
Same fix as for SysUnused. Fixes golang#8038. LGTM=iant, alex.brainman R=golang-codereviews, iant, alex.brainman CC=golang-codereviews https://golang.org/cl/147820043
wheatman
pushed a commit
to wheatman/go-akaros
that referenced
this issue
Jul 30, 2018
Same fix as for SysUnused. Fixes golang#8038. LGTM=iant, alex.brainman R=golang-codereviews, iant, alex.brainman CC=golang-codereviews https://golang.org/cl/147820043
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: