nvim segfaults on exit in void-linux/armv6-muslc #3799
Closed
Labels
Milestone
Comments
@equalsraf Any change here after upgrading musl? Another musl-related crash: #4664 |
Closing this because:
Will re-open if anyone has info to the contrary. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
void-linux has a muslc based variant, when Neovim is built against muslc (in armv6) it segfaults on exit, the following command is enough to reproduce
Here's a backtrace
A quick workaround that worked for me was to disable the use of jemalloc (-DENABLE_JEMALLOC=OFF) but I've been unable to reproduce with a simple test case for jemalloc, so its unclear where the fault lies at.
The text was updated successfully, but these errors were encountered: