【发布时间】:2015-04-29 19:47:45
【问题描述】:
我downloaded 并在 Debian x64 VM 中提取了 VS Code 并尝试运行它。它抱怨缺少 glibc 库(我有 2.13,它需要 2.15)。我关注 these steps 来获取 Ubuntu DEB。使用这些,VS Code 在我运行它时会引发分段错误。 gdb 告诉我:
linux_test_for_tracefork: waitpid: unexpected status 11.
为什么 Visual Studio Code 不能在我的 Debian VM 中为我运行?
【问题讨论】:
标签: linux segmentation-fault debian glibc visual-studio-code