LuaLS / LuaLS/lua-language-server
为什么lua-language-server不产生coredump文件?
Open
@actboy168 is already working on this.
Since Mar 6, 2023.
- Dominant language
- Lua
- Stars
- 4.4k
- Forks
- 442
- PR merge metrics
- No merged PRs in 30d
Description
我在wsl2的ubuntu环境下使用lua-language-server, 出现c++的异常后core了。 但是没有产生任何coredump文件.
ulimit -c umilited已经设置.
/proc/sys/kernel/core_pattern文件也已经设置。
并且我写了一个小的测试程序
#include <iostream>
using namespace std;
int main()
{
throw "haha";
return 0;
}
是可以正常产生coredump的。
这种情况下应该怎么找到产生core的代码?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.