microsoft / vscode-cpptools

Official repository for the Microsoft C/C++ extension for VS Code.
Other
5.44k stars 1.53k forks source link

cpptools 1.21.x sometimes crashes repeatedly in modules_cleanup #12479

Open sean-mcmanus opened 1 month ago

sean-mcmanus commented 1 month ago

cpptools 7/15/2024, 6:11:05 PM SIGSEGV modules_cleanup()+16 fe_cleanup()+53 edg_main(int, char**)+18 …

sean-mcmanus commented 1 month ago

Unfortunately, we're not sure why it's crashing and we don't know how to trigger a repro yet.

yijiyang commented 4 weeks ago

I’m experiencing the same crash on my end too. On top of this crash information, the C/C++ also prompt: Unable to process IntelliSense for file with same canonicalized path as existing file. I guess if there's any conflict between vscode-ctag and universal-ctag (which is required by another extension 'Embedded Linux Kernel Dev')?