-
-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2.2.1 leads to segmentation fault (core dumped) #487
Comments
I have the same issue, also with npx v2.2.1. Rolling back to v2.2.0 works no problem. |
Thanks for reports. I'm looking into the cause of this segment fault. We have rollbacked the latest version of Marp CLI at GitHub and npm to v2.2.0 until fixed in the next patch release. LogsThe error seems to bring at the time of engine resolution. Node.js 18 just throws TypeError by Node.js, and Node.js 16 is giving up running by segment fault. Node.js 18
Node.js 16
|
Fixed in #488, and released new patch version v2.2.2.
|
Version of Marp Tool
Marp CLI v2.2.1
Operating System
Other (fill out in the environment field)
Environment
How to reproduce
docker run --rm -v $PWD:/home/marp/app/ -e LANG=$LANG -e MARP_USER="$(id -u):$(id -g)" marpteam/marp-cli:v2.2.1 -I . -o build/
Segmentation fault (core dumped)
Expected behavior
Slides should be build without core dumped.
Actual behavior
Slides are not built,
Additional information
Some info:
The text was updated successfully, but these errors were encountered: