You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Swift version 6.0.3 (swift-6.0.3-RELEASE) Target: aarch64-unknown-linux-android24
Platform
android termux
Editor
neovim v0.10.2
Description
errror message
Warn 07:30:55 notify.warn Client sourcekit quit with exit code 0 and signal 11. Check log for errors: /data/data/com.termux/files/home/.local/state/nvim/lsp.log
lsplog:
no any errror messages
lspinfo:
LSP configs active in this buffer (bufnr: 103) ~
- Language client log: ~/.local/state/nvim/lsp.log
- Detected filetype: `swift`
- 0 client(s) attached to this buffer
- Other clients that match the "swift" filetype:
- Config: sourcekit
filetypes: swift, objc, objcpp, c, cpp
cmd: /data/data/com.termux/files/usr/bin/sourcekit-lsp
version: `OVERVIEW: Language Server Protocol implementation for Swift and C-based languag…` (Failed to get version) Tried:
`/data/data/com.termux/files/usr/bin/sourcekit-lsp --version`
`/data/data/com.termux/files/usr/bin/sourcekit-lsp -version`
`/data/data/com.termux/files/usr/bin/sourcekit-lsp version`
`/data/data/com.termux/files/usr/bin/sourcekit-lsp --help`
executable: true
autostart: true
Steps to Reproduce
No response
Logging
No response
The text was updated successfully, but these errors were encountered:
Looks like sourcekit-lsp is crashing with a segmentation fault (signal 11). It trying to print the version seems to be unrelated.
A couple questions to help us triage this issue:
Are you seeing this issue when opening any project in SourceKit-LSP or only with one specific project? If so, would you be able to attach that project?
It look like you’re running sourcekit-lsp on Android. Are you seeing the crash on other platforms except for Android?
I am not familiar with Android development. Would you be able to get a stack trace for the crash, eg. by attaching a debugger to sourcekit-lsp before it crashes?
Swift version
Swift version 6.0.3 (swift-6.0.3-RELEASE) Target: aarch64-unknown-linux-android24
Platform
android termux
Editor
neovim v0.10.2
Description
lsplog:
no any errror messages
lspinfo:
Steps to Reproduce
No response
Logging
No response
The text was updated successfully, but these errors were encountered: