iamcco / iamcco/markdown-preview.nvim

Nothing happened after MarkdownPreview and running markdown-preview-linux binary file raised segmentation fault

Open
#498 4 comments 1 reaction 0 assignees View on GitHub
Dominant language
JavaScript
Stars
8k
Forks
411
PR merge metrics
No merged PRs in 30d

Description

**Describe the bug**
Nothing happened after `MarkdownPreview` command. No page opened in browser and no error raised in Vim.
No `markdown-preview` in `ps -aux`. Seems that no server is running.
I tried executing ` ./app/bin/markdown-preview-linux` in plugin directory and it raised segmentation fault.

```
(base) ~/.vim/plugged/markdown-preview.nvim ‹master*› $ ./app/bin/markdown-preview-linux
[1] 2418837 segmentation fault ./app/bin/markdown-preview-linux /0.0s
(base) ~/.vim/plugged/markdown-preview.nvim ‹master*› $ ./app/bin/markdown-preview-linux --path ./app/server.js
[1] 2418941 segmentation fault ./app/bin/markdown-preview-linux --path ./app/server.js /0.0s
```

**To Reproduce**
Steps to reproduce the behavior:
1. Install the newest version with Vim-Plug. I tried `:call mkdp#util#install()` and `cd app; yarn install`.
2. Open a non-empty markdown document and run `:MarkdownPreview`

**Desktop (please complete the following information):**
- OS: Linux version 5.19.4-arch1-1 (linux@archlinux) (gcc (GCC) 12.2.0, GNU ld (GNU Binutils) 2.39.0) #1 SMP PREEMPT_DYNAMIC Thu, 25 Aug 2022 17:31:12 +0000

Log:

/tmp/mkdp-nvim.log doesn't exist.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.