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

could not launch process: could not find .debug_line section in binary #32679

Closed
a2210 opened this issue Jun 19, 2019 · 4 comments
Closed

could not launch process: could not find .debug_line section in binary #32679

a2210 opened this issue Jun 19, 2019 · 4 comments
Labels
FrozenDueToAge WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.

Comments

@a2210
Copy link

a2210 commented Jun 19, 2019

What version of Go are you using (go version)?

$ go 1.12.6


Does this issue reproduce with the latest release?

yes

What operating system and processor architecture are you using (go env)?

go env Output
$ go env
GOARCH="amd64"
GOBIN=""
GOCACHE="/home/careersocially/.cache/go-build"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/careersocially/go"
GOPROXY=""
GORACE=""
GOROOT="/usr/local/go"
GOTMPDIR=""
GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64"
GCCGO="gccgo"
CC="gcc"
CXX="g++"
CGO_ENABLED="1"
GOMOD=""
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build032173936=/tmp/go-build -gno-record-gcc-switches"

What did you do?

I'm using JetBrains goland ide version 2018.1.6.
when i debug program they got error could not launch process: could not find .debug_line section in binary

What did you expect to see?

What did you see instead?

@agnivade
Copy link
Contributor

Hello @a2210 - we would need more information than this to investigate this. Perhaps this is an issue with JetBrains and not Go ?

Please give us the exact steps from the command line to reproduce this.

@agnivade agnivade added the WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. label Jun 19, 2019
@a2210
Copy link
Author

a2210 commented Jun 19, 2019

when i debug program in JetBrains goland ide version 2018.1.6 with go version 1.10.2 is work successfully
but when i change my go version 1.12.6 they got error like could not launch process: could not find .debug_line section in binary

@agnivade
Copy link
Contributor

Please give us the exact steps that is required to reproduce this without JetBrains. i.e. - give us the exact steps that JetBrains is doing, and list it out step by step.

You say "debug program". Which program ? What Go command is JetBrains invoking which is causing this failure ? Please note that this issue tracker is about Go, not JetBrains. So any issue has to be specific to the Go command and toolchain. You need to find out what JetBrains is doing and tell us that.

@agnivade agnivade added WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. and removed WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. labels Jun 19, 2019
@gopherbot
Copy link

Timed out in state WaitingForInfo. Closing.

(I am just a bot, though. Please speak up if this is a mistake or you have the requested information.)

@golang golang locked and limited conversation to collaborators Jul 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Projects
None yet
Development

No branches or pull requests

3 participants