LuaLS / LuaLS/lua-language-server

为什么lua-language-server不产生coredump文件?

Open
#1,979 1 comment 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.