-
-
Notifications
You must be signed in to change notification settings - Fork 25
Description
Initial checklist
- I read the support docs
- I read the contributing guide
- I agree to follow the code of conduct
- I searched issues and discussions and couldn’t find anything (or linked relevant results below)
Affected package
[email protected] with [email protected] (but appears to affect versions 11+ of remark-cli
Steps to reproduce
On some RHEL9-based containers, remark --use validate-links hits a segfault no matter the input files.
This happens with the latest node, remark, and remark-validate-links versions. However, I don't see it on my WSL which is also using redhat, or on the node:24-alpine container.
Annoyingly, I couldn't reproduce this on the UBI 9 base container but only on one of our internal build containers, so I can't give you good repro steps.
Actual behavior
Segmentation fault (core dumped)
I couldn't get anything out of the core dump file. I've attached the last few hundred lines of strace for the command.
Expected behavior
Not segfault
Runtime
v24.4.1
Package manager
npm 11.4.2
Operating system
Red Hat Enterprise Linux 9.6 container image
Build and bundle tools
No response