Skip to content

cmd/compile: windows 386 compile crashes #16674

@brydavis

Description

@brydavis
  1. What version of Go are you using (go version)? 1.6.3 x386 (although no issue for older versions like 1.3.3 x386; no issues for 64-bit version of 1.6.3). Unfortunately, circumstances require that I use 32-bit in order to connect to legacy database...
  2. What operating system and processor architecture are you using (go env)?
    Windows 64, however I have to use x386 version of Go due to legacy database that is 32-bit
  3. What did you do?
    Tried to compile a simple program (like "hello world" simple). Since I don't have admin rights on this machine, had to download / use binary Go compiler. So, I have to build with a command like c:\go\bin\go.exe build. This has worked with previous versions of Go. Here's the error message I get when I try building : go build command-line-arguments: c:\go\pkg\tool\windows_386\compile.exe: exit status 1073741855
  4. What did you expect to see?
    No error
  5. What did you see instead?
    Using version 1.6:
    go build command-line-arguments: c:\go\pkg\tool\windows_386\compile.exe: exit status 1073741855

Take away: There is some issue with Windows x386 version that did not exist previously. Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    FrozenDueToAgeOS-WindowsWaitingForInfoIssue is not actionable because of missing required information, which needs to be provided.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions