-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Clangd 19 crashes when importing a module with an exported struct into another module #93704
Comments
Here is the lldb backtrace if it helps |
@llvm/issue-subscribers-clangd Author: Jean-Pierre Coetzee (jpc0)
I have created a minumum reproducable set of files [here](https://github.com/jpc0/clangd-crash-mvp). I build clang + clang_tools_extra + lld for windows from git commit 7832769.
Stacktrace
For some reason I cannot get the symbolizer to do the correct thing even though it is in path... Let me know if there is some way to get it working and I will help with that, otherwise I can try get a backtrace from lldb? |
The module support of clangd is still in progress in #66462. So it is not surprised we now have crashes with clangd. |
Just a note on this, I have built with that branch and still getting a similar / the same error. Not expecting a fix until that lands obviously but just for information. stackdump: Stack dump:
lldb backtrace :
|
Another note, this seems to be the same issue as clangd/clangd#1981. If we want to close this issue and follow that one I am fine with that. |
@ChuanqiXu9 You may want to take a look? |
I am going to close this issue since it is a duplicate of clangd/clangd#198. @ChuanqiXu9 has indicated it is out of scope for the current work he is doing however I will keep following the progress in the pull request. #66462 (comment) |
I have created a minumum reproducable set of files here. I build clang + clang_tools_extra + lld for windows from git commit 7832769.
Stacktrace
For some reason I cannot get the symbolizer to do the correct thing even though it is in path... Let me know if there is some way to get it working and I will help with that, otherwise I can try get a backtrace from lldb?
The text was updated successfully, but these errors were encountered: