-
The following is consistently segfaulting on my machine when used with Luajit:
```lua
local uv = require 'luv'
uv.new_thread(function() end)
uv.run()
```
The same code is not segfaulting…
-
- `nvim --version`:
NVIM v0.5.0-846-g569e5c86b
Build type: Debug
LuaJIT 2.1.0-beta3
- `vim -u DEFAULTS` (version: ) behaves differently?
Related to lua hence no relation with vim.
- Operati…
-
In setting up CI with Github Actions (https://github.com/luvit/luv/pull/551), the valgrind step is reporting leaks (and I can reproduce the leaks locally). It happens with multiple tests (not sure of …
-
Hello! I am looking into trying to use luv's implementation of [`spawn`](https://github.com/luvit/luv/blob/master/docs.md#uvspawnpath-options-on_exit) but the provided sample code is unusable. When it…
-
### Neovim version (nvim -v)
NVIM v0.8.1
### Vim (not Nvim) behaves the same?
no, 9.0
### Operating system/version
NixOS 23.05.20221214.2f38822 (Stoat) x86_64
### Terminal name/version
wezterm…
-
### Problem
Neovim segfaults irregularly during normal operation. May take hours after starting up, or a few seconds.
Backtrace was generated according to [FAQ#backtrace-linux](https://github.com/…
-
I am trying to install through build openssl @3 with homebrew on macOS Catalina.
The build seems to be successful, but the test does not pass.
It looks similar to this issue(https://github.com/ope…
-
OpenSSL is keg-only on macOS because Apple provides LibreSSL:
https://github.com/Homebrew/homebrew-core/blob/d8c7d1338d7a4e16836fa0f209fa00e150efc9a4/Formula/openssl%401.1.rb#L28
I think we shou…
-
I have already seen a **similar** problem in another of the "issues", however; mine is a bit different as it involves the `http-codec` module.
In the same way, **I cannot be sure if this is not rea…
-
### Which OS are you using?
I use Manjaro Linux and VSCodium-bin from AUR.
### Actual Behaviour
![demo](https://user-images.githubusercontent.com/82697845/232248148-9fdea7e5-0c81-4b3a-9825-77…