Skip to content
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

32-bit Windows support #656

Open
techtonik opened this issue Oct 26, 2016 · 6 comments
Open

32-bit Windows support #656

techtonik opened this issue Oct 26, 2016 · 6 comments

Comments

@techtonik
Copy link

A separate issue to track Windows support in #20.

C:\go>go get github.com/derekparker/delve/cmd/dlv
# github.com/derekparker/delve/proc
src\github.com\derekparker\delve\proc\disasm.go:9: undefined: ArchInst
  1. What version of Delve are you using (dlv version)?
  2. What version of Go are you using? go1.6.3 windows/386
  3. What operating system and processor architecture are you using? Vista 32 Intel
  4. What did you do? Tried to install delve
  5. What did you expect to see? Install successful
  6. What did you see instead? See above
@aicochow
Copy link

I have the same issue

os:windows 7 32 bit
go version: go1.7.1 windows/386

@nuxwork
Copy link

nuxwork commented Dec 6, 2016

I have the same issue

os:windows 10 64 bit
go version go1.7.3 windows/386

@CodyGuo
Copy link

CodyGuo commented Mar 5, 2017

set GOARCH=amd64

@yyf1986
Copy link

yyf1986 commented Jun 7, 2017

my GOARCH=386,when I set GOARCH=amd64,I run ‘go get github.com/derekparker/delve/cmd/dlv’ is ok,but when I debug my code
2017/06/07 10:01:24 server.go:73: Using API v1
2017/06/07 10:01:24 debugger.go:97: launching process with args: [d:\WorkSpace\Go\src\gogo\debug]
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xc0000005 code=0x0 addr=0xe8 pc=0x640954]
goroutine 1 [running]:
panic(0x943ec0, 0xc04200c080)
C:/go/src/runtime/panic.go:500 +0x1af
github.com/derekparker/delve/vendor/golang.org/x/debug/dwarf.(*Reader).Seek(0xc04231e000, 0xc000000000)
D:/WorkSpace/Go/src/github.com/derekparker/delve/vendor/golang.org/x/debug/dwarf/entry.go:308 +0x364

@filimonov
Copy link

the same on linux i386

@Wuaner
Copy link

Wuaner commented Sep 7, 2024

Cannot believe its still a issue after 8 years.
Any solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

9 participants