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

Command failed: EOF #1700

Closed
liuhuanqiang opened this issue Sep 25, 2019 · 7 comments · Fixed by #1701
Closed

Command failed: EOF #1700

liuhuanqiang opened this issue Sep 25, 2019 · 7 comments · Fixed by #1701

Comments

@liuhuanqiang
Copy link

Please answer the following before submitting your issue:

Note: Please include any substantial examples (debug session output,
stacktraces, etc) as linked gists.

  1. What version of Delve are you using (dlv version)?

Version: 1.3.0

  1. What version of Go are you using? (go version)?
    go version go1.13 linux/amd64

  2. What operating system and processor architecture are you using?

  3. What did you do?
    dlv core ./newscenter core.26945
    (dlv) goroutines
    Command failed: EOF

  4. What did you expect to see?

  5. What did you see instead?

@chainhelen
Copy link
Contributor

@liuhuanqiang Could you provide core files?

@liuhuanqiang
Copy link
Author

[Uploading core.zip…]

@liuhuanqiang
Copy link
Author

core.zip

@chainhelen
Copy link
Contributor

@liuhuanqiang en... Could you provide newscenter? [smile~]

@liuhuanqiang
Copy link
Author

newscenter155.zip

@chainhelen
Copy link
Contributor

The core file is truncated, maybe need to check ulimit -c in the OS.
And the error that dlv return is not friendly. core.go#L117.

chainhelen added a commit to chainhelen/delve that referenced this issue Sep 27, 2019
The origin error message is confusing, so add some details.

Fixes go-delve#1700
@liuhuanqiang
Copy link
Author

image

Excuse me, I don't quite understand what you mean.

chainhelen added a commit to chainhelen/delve that referenced this issue Oct 3, 2019
The origin error message is confusing, so add some details.

Fixes go-delve#1700
derekparker pushed a commit that referenced this issue Oct 7, 2019
The origin error message is confusing, so add some details.

Fixes #1700
cgxxv pushed a commit to cgxxv/delve that referenced this issue Mar 25, 2022
…e#1701)

The origin error message is confusing, so add some details.

Fixes go-delve#1700
abner-chenc pushed a commit to loongson/delve that referenced this issue Mar 1, 2024
…e#1701)

The origin error message is confusing, so add some details.

Fixes go-delve#1700
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants