-
Notifications
You must be signed in to change notification settings - Fork 18k
runtime: fatal error: bad symbol table (go1.18) #53705
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
Comments
Thanks @bayucandra for capturing the crash log and filling out the template. Transferred to the Go issue tracker since it looks like a runtime issue. cc @golang/runtime The panic trace is |
Looks like the log contains several failures? Some are
Some are
For the former, I checked the stack maps of
The line number here doesn't make any sense. For the latter,
All failure seems to be related to the metadata of the |
Thanks @cherrymui - yes, the log contains multiple crashes (the LSP client attempts to retry a few times if the server crashes). @bayucandra Can you test if reinstalling |
@hyangah , currently actually I am no longer able to reproduce it. It could be because I click update on Visual studio code when it asked me to update gopls plugin. But for sure I have not execute command you have suggested above. In addition, I have updated/added a little detail to my initial comment above at section "Describe what you observed.". Hope it helps. Thanks. |
gopls version: v0.8.4 (go1.18)
gopls flags:
update flags: proxy
extension version: 0.34.1
go version: 1.18
environment: Visual Studio Code darwin
initialization error: undefined
issue timestamp: Sun, 03 Jul 2022 02:47:52 GMT
restart history:
Sun, 03 Jul 2022 02:28:06 GMT: activation (enabled: true)
ATTENTION: PLEASE PROVIDE THE DETAILS REQUESTED BELOW.
Describe what you observed.
While working with "SSH Remote" ( https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh ). From windows machine to MacOS machine. I have opened Visual studio code at the MacOS machine too. On the MacOS machine, Visual studio code running a Wails app from the terminal by doing
wails dev
. Andwails dev
watching any changes I have made from windows machine ( not editing on MacOS machine, just for display and debugging purpose there ). The wails app will keep re-compile and restarting the app on every change I have made.Please attach the stack trace from the crash.
A window with the error message should have popped up in the lower half of your screen.
Please copy the stack trace and error messages from that window and paste it in this issue.
Following from the "Output" tab of VSCode:
Failed to auto-collect gopls trace: unrecognized crash pattern.
The text was updated successfully, but these errors were encountered: